michal-stefanik
commited on
Commit
·
6fa5db3
1
Parent(s):
cfefc3f
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ You can find detailed information on [Project Github](https://github.com/fewshot
|
|
25 |
- **Finetuned from model:** google/mt5-large
|
26 |
### Model Sources
|
27 |
- **Repository:** https://github.com/fewshot-goes-multilingual/slavic-incontext-learning
|
28 |
-
- **Paper:**
|
29 |
## Uses
|
30 |
This model is intended to be used in a few-shot in-context learning format in the target language (Russian), or in the source language (English, see below).
|
31 |
It was evaluated for unseen task learning (with k=3 demonstrations) in Russian: see the referenced paper for details.
|
@@ -56,5 +56,18 @@ Training this model can be reproduced by running `pip install -r requirements.tx
|
|
56 |
See the referenced script for hyperparameters and other training configurations.
|
57 |
## Citation
|
58 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
|
|
|
|
59 |
**BibTeX:**
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- **Finetuned from model:** google/mt5-large
|
26 |
### Model Sources
|
27 |
- **Repository:** https://github.com/fewshot-goes-multilingual/slavic-incontext-learning
|
28 |
+
- **Paper:** https://arxiv.org/abs/2304.01922
|
29 |
## Uses
|
30 |
This model is intended to be used in a few-shot in-context learning format in the target language (Russian), or in the source language (English, see below).
|
31 |
It was evaluated for unseen task learning (with k=3 demonstrations) in Russian: see the referenced paper for details.
|
|
|
56 |
See the referenced script for hyperparameters and other training configurations.
|
57 |
## Citation
|
58 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
59 |
+
If you use our models or other resources in your research, please cite our work as follows.
|
60 |
+
|
61 |
+
|
62 |
**BibTeX:**
|
63 |
+
|
64 |
+
```bib
|
65 |
+
@inproceedings{stefanik2023resources,
|
66 |
+
author = {\v{S}tef\'{a}nik, Michal and Kadlčík, Marek and Gramacki, Piotr and Sojka, Petr},
|
67 |
+
title = {Resources and Few-shot Learners for In-context Learning in Slavic Languages},
|
68 |
+
booktitle = {Proceedings of the 9th Workshop on Slavic Natural Language Processing},
|
69 |
+
publisher = {ACL},
|
70 |
+
numpages = {9},
|
71 |
+
url = {https://arxiv.org/abs/2304.01922},
|
72 |
+
}
|
73 |
+
```
|