jvamvas commited on
Commit
490a789
1 Parent(s): a537dd3

Add citation

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -54,4 +54,17 @@ Output:
54
  'word': 'Lausanne',
55
  'start': 10,
56
  'end': 19}]
57
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  'word': 'Lausanne',
55
  'start': 10,
56
  'end': 19}]
57
+ ```
58
+
59
+ ## Citation
60
+ ```bibtex
61
+ @article{vamvas-etal-2023-swissbert,
62
+ title={Swiss{BERT}: The Multilingual Language Model for Switzerland},
63
+ author={Jannis Vamvas and Johannes Gra\"en and Rico Sennrich},
64
+ year={2023},
65
+ eprint={2303.13310},
66
+ archivePrefix={arXiv},
67
+ primaryClass={cs.CL},
68
+ url={https://arxiv.org/abs/2303.13310}
69
+ }
70
+ ```