Commit
·
b9422ad
1
Parent(s):
b1cbcd9
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ You can find detailed information on [Project Github](https://github.com/fewshot
|
|
32 |
### Model Sources
|
33 |
|
34 |
- **Repository:** https://github.com/fewshot-goes-multilingual/slavic-incontext-learning
|
35 |
-
- **Paper:**
|
36 |
|
37 |
## Uses
|
38 |
|
@@ -78,4 +78,13 @@ See the referenced script for hyperparameters and other training configurations.
|
|
78 |
|
79 |
**BibTeX:**
|
80 |
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
### Model Sources
|
33 |
|
34 |
- **Repository:** https://github.com/fewshot-goes-multilingual/slavic-incontext-learning
|
35 |
+
- **Paper:** https://arxiv.org/abs/2304.01922
|
36 |
|
37 |
## Uses
|
38 |
|
|
|
78 |
|
79 |
**BibTeX:**
|
80 |
|
81 |
+
```bib
|
82 |
+
@inproceedings{stefanik2023resources,
|
83 |
+
author = {\v{S}tef\'{a}nik, Michal and Kadlčík, Marek and Gramacki, Piotr and Sojka, Petr},
|
84 |
+
title = {Resources and Few-shot Learners for In-context Learning in Slavic Languages},
|
85 |
+
booktitle = {Proceedings of the 9th Workshop on Slavic Natural Language Processing},
|
86 |
+
publisher = {ACL},
|
87 |
+
numpages = {9},
|
88 |
+
url = {https://arxiv.org/abs/2304.01922},
|
89 |
+
}
|
90 |
+
```
|