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