Add citation
Browse files
README.md
CHANGED
|
@@ -93,4 +93,17 @@ SwissBERT is not designed for generating text.
|
|
| 93 |
- Site: Zurich, Switzerland.
|
| 94 |
- Energy source: 100% hydropower ([source](https://t.uzh.ch/1rU))
|
| 95 |
- Carbon efficiency: 0.0016 kg CO2e/kWh ([source](https://t.uzh.ch/1rU))
|
| 96 |
-
- Carbon emitted: 0.6 kg CO2e ([source](https://mlco2.github.io/impact#compute))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
- Site: Zurich, Switzerland.
|
| 94 |
- Energy source: 100% hydropower ([source](https://t.uzh.ch/1rU))
|
| 95 |
- Carbon efficiency: 0.0016 kg CO2e/kWh ([source](https://t.uzh.ch/1rU))
|
| 96 |
+
- Carbon emitted: 0.6 kg CO2e ([source](https://mlco2.github.io/impact#compute))
|
| 97 |
+
|
| 98 |
+
## Citation
|
| 99 |
+
```bibtex
|
| 100 |
+
@article{vamvas-etal-2023-swissbert,
|
| 101 |
+
title={Swiss{BERT}: The Multilingual Language Model for Switzerland},
|
| 102 |
+
author={Jannis Vamvas and Johannes Gra\"en and Rico Sennrich},
|
| 103 |
+
year={2023},
|
| 104 |
+
eprint={2303.13310},
|
| 105 |
+
archivePrefix={arXiv},
|
| 106 |
+
primaryClass={cs.CL},
|
| 107 |
+
url={https://arxiv.org/abs/2303.13310}
|
| 108 |
+
}
|
| 109 |
+
```
|