Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Size:
< 1K
License:
Add citation
Browse files
README.md
CHANGED
@@ -69,4 +69,17 @@ The annotation was performed by a single annotator.
|
|
69 |
| β `PER` | 104 | 92 | 93 | 118 | 407 |
|
70 |
| β `ORG` | 193 | 216 | 266 | 227 | 902 |
|
71 |
| β `LOC` | 182 | 167 | 197 | 246 | 792 |
|
72 |
-
| β `MISC` | 113 | 79 | 88 | 39 | 319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
| β `PER` | 104 | 92 | 93 | 118 | 407 |
|
70 |
| β `ORG` | 193 | 216 | 266 | 227 | 902 |
|
71 |
| β `LOC` | 182 | 167 | 197 | 246 | 792 |
|
72 |
+
| β `MISC` | 113 | 79 | 88 | 39 | 319 |
|
73 |
+
|
74 |
+
## Citation
|
75 |
+
```bibtex
|
76 |
+
@article{vamvas-etal-2023-swissbert,
|
77 |
+
title={Swiss{BERT}: The Multilingual Language Model for Switzerland},
|
78 |
+
author={Jannis Vamvas and Johannes Gra\"en and Rico Sennrich},
|
79 |
+
year={2023},
|
80 |
+
eprint={2303.13310},
|
81 |
+
archivePrefix={arXiv},
|
82 |
+
primaryClass={cs.CL},
|
83 |
+
url={https://arxiv.org/abs/2303.13310}
|
84 |
+
}
|
85 |
+
```
|