Iker commited on
Commit
e27083d
·
unverified ·
1 Parent(s): ee0f30d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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
  ```