Amir13 commited on
Commit
cda12df
1 Parent(s): 58437c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # bert-base-parsbert-uncased-ncbi_disease
18
 
19
- This model is a fine-tuned version of [HooshvareLab/bert-base-parsbert-uncased](https://huggingface.co/HooshvareLab/bert-base-parsbert-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1018
22
  - Precision: 0.8192
@@ -76,3 +76,19 @@ The following hyperparameters were used during training:
76
  - Pytorch 1.13.1+cu116
77
  - Datasets 2.9.0
78
  - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  # bert-base-parsbert-uncased-ncbi_disease
18
 
19
+ This model is a fine-tuned version of [HooshvareLab/bert-base-parsbert-uncased](https://huggingface.co/HooshvareLab/bert-base-parsbert-uncased) on the [ncbi-persian](https://huggingface.co/datasets/Amir13/ncbi-persian) dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.1018
22
  - Precision: 0.8192
 
76
  - Pytorch 1.13.1+cu116
77
  - Datasets 2.9.0
78
  - Tokenizers 0.13.2
79
+
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
+ ```