Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# xlm-roberta-base-ncbi_disease
|
19 |
|
20 |
-
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0915
|
23 |
- Precision: 0.8273
|
@@ -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-ncbi_disease
|
19 |
|
20 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the [ncbi-persian](https://huggingface.co/datasets/Amir13/ncbi-persian) dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0915
|
23 |
- Precision: 0.8273
|
|
|
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 |
+
```
|