Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,6 +61,19 @@ See the [Supported languages table](supported_languages.md) for a table of the s
|
|
| 61 |
|
| 62 |
Any other ModelForSeq2SeqLM from HuggingFace's Hub should work with this library: <https://huggingface.co/models?pipeline_tag=text2text-generation>
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
## Requirements
|
| 65 |
|
| 66 |
```
|
|
|
|
| 61 |
|
| 62 |
Any other ModelForSeq2SeqLM from HuggingFace's Hub should work with this library: <https://huggingface.co/models?pipeline_tag=text2text-generation>
|
| 63 |
|
| 64 |
+
## Citation
|
| 65 |
+
If you use this software please cite
|
| 66 |
+
````
|
| 67 |
+
@misc{garcíaferrero2022model,
|
| 68 |
+
title={Model and Data Transfer for Cross-Lingual Sequence Labelling in Zero-Resource Settings},
|
| 69 |
+
author={Iker García-Ferrero and Rodrigo Agerri and German Rigau},
|
| 70 |
+
year={2022},
|
| 71 |
+
eprint={2210.12623},
|
| 72 |
+
archivePrefix={arXiv},
|
| 73 |
+
primaryClass={cs.CL}
|
| 74 |
+
}
|
| 75 |
+
````
|
| 76 |
+
|
| 77 |
## Requirements
|
| 78 |
|
| 79 |
```
|