Amir13 commited on
Commit
374e4c2
1 Parent(s): 2e41e01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # xlm-roberta-base-wnut2017
19
 
20
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.2943
23
  - Precision: 0.5430
@@ -77,3 +77,18 @@ The following hyperparameters were used during training:
77
  - Pytorch 1.13.1+cu116
78
  - Datasets 2.9.0
79
  - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  # xlm-roberta-base-wnut2017
19
 
20
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the [wnut2017-persian](https://huggingface.co/datasets/Amir13/wnut2017-persian) dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.2943
23
  - Precision: 0.5430
 
77
  - Pytorch 1.13.1+cu116
78
  - Datasets 2.9.0
79
  - Tokenizers 0.13.2
80
+ ### Citation
81
+ If you used the datasets and models in this repository, please cite it.
82
+
83
+ ```bibtex
84
+ @misc{https://doi.org/10.48550/arxiv.2302.09611,
85
+ doi = {10.48550/ARXIV.2302.09611},
86
+ url = {https://arxiv.org/abs/2302.09611},
87
+ author = {Sartipi, Amir and Fatemi, Afsaneh},
88
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
89
+ title = {Exploring the Potential of Machine Translation for Generating Named Entity Datasets: A Case Study between Persian and English},
90
+ publisher = {arXiv},
91
+ year = {2023},
92
+ copyright = {arXiv.org perpetual, non-exclusive license}
93
+ }
94
+ ```