Amir13 commited on
Commit
994964c
1 Parent(s): ec5fe3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -41,7 +41,7 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # xlm-roberta-base-wnut2017-en
43
 
44
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
  - Loss: 0.2319
47
  - Precision: 0.7220
@@ -101,3 +101,18 @@ The following hyperparameters were used during training:
101
  - Pytorch 1.13.1+cu116
102
  - Datasets 2.9.0
103
  - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  # xlm-roberta-base-wnut2017-en
43
 
44
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on [wnut_17](https://huggingface.co/datasets/wnut_17) dataset.
45
  It achieves the following results on the evaluation set:
46
  - Loss: 0.2319
47
  - Precision: 0.7220
 
101
  - Pytorch 1.13.1+cu116
102
  - Datasets 2.9.0
103
  - Tokenizers 0.13.2
104
+ ### Citation
105
+ If you used the datasets and models in this repository, please cite it.
106
+
107
+ ```bibtex
108
+ @misc{https://doi.org/10.48550/arxiv.2302.09611,
109
+ doi = {10.48550/ARXIV.2302.09611},
110
+ url = {https://arxiv.org/abs/2302.09611},
111
+ author = {Sartipi, Amir and Fatemi, Afsaneh},
112
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
113
+ title = {Exploring the Potential of Machine Translation for Generating Named Entity Datasets: A Case Study between Persian and English},
114
+ publisher = {arXiv},
115
+ year = {2023},
116
+ copyright = {arXiv.org perpetual, non-exclusive license}
117
+ }
118
+ ```