megantosh commited on
Commit
1deaf35
1 Parent(s): 26620ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -108,11 +108,13 @@ see an example from a [similar NER model in Flair](https://huggingface.co/megant
108
  Due to the right-to-left in left-to-right context, some formatting errors might occur. and your code might appear like [this](https://ibb.co/ky20Lnq), (link accessed on 2020-10-27)
109
 
110
  # Citation
111
- *if you use this model in your work, please consider citing this work:*
112
  ```latex
113
  @unpublished{MMHU21
114
  author = "M. Megahed",
115
  title = "Sequence Labeling Architectures in Diglossia",
116
- note = "In Review",
 
 
117
  }
118
  ```
108
  Due to the right-to-left in left-to-right context, some formatting errors might occur. and your code might appear like [this](https://ibb.co/ky20Lnq), (link accessed on 2020-10-27)
109
 
110
  # Citation
111
+ *if you use this model, please consider citing [this work](https://www.researchgate.net/publication/358956953_Sequence_Labeling_Architectures_in_Diglossia_-_a_case_study_of_Arabic_and_its_dialects):*
112
  ```latex
113
  @unpublished{MMHU21
114
  author = "M. Megahed",
115
  title = "Sequence Labeling Architectures in Diglossia",
116
+ year = {2021},
117
+ doi = "10.13140/RG.2.2.34961.10084"
118
+ url = {https://www.researchgate.net/publication/358956953_Sequence_Labeling_Architectures_in_Diglossia_-_a_case_study_of_Arabic_and_its_dialects}
119
  }
120
  ```