imvladikon commited on
Commit
c49c7d7
1 Parent(s): ba46d23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -45,7 +45,8 @@ model-index:
45
  name: Recall
46
  ---
47
 
48
- # SpanMarker with xlm-roberta-base on wikiann
 
49
 
50
  This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [wikiann](https://huggingface.co/datasets/wikiann) dataset that can be used for Named Entity Recognition. This SpanMarker model uses [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) as the underlying encoder.
51
 
@@ -186,16 +187,19 @@ trainer.save_model("span_marker_model_id-finetuned")
186
 
187
  ## Citation
188
 
189
- ### BibTeX
 
190
  ```
191
- @software{Aarsen_SpanMarker,
192
- author = {Aarsen, Tom},
193
- license = {Apache-2.0},
194
- title = {{SpanMarker for Named Entity Recognition}},
195
- url = {https://github.com/tomaarsen/SpanMarkerNER}
196
- }
 
197
  ```
198
 
 
199
  <!--
200
  ## Glossary
201
 
 
45
  name: Recall
46
  ---
47
 
48
+ # SpanMarker(Arabic) with xlm-roberta-base on wikiann
49
+
50
 
51
  This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained on the [wikiann](https://huggingface.co/datasets/wikiann) dataset that can be used for Named Entity Recognition. This SpanMarker model uses [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) as the underlying encoder.
52
 
 
187
 
188
  ## Citation
189
 
190
+
191
+ If you use this model, please cite:
192
  ```
193
+ @InProceedings{iahlt2023WikiANNArabicNER,
194
+ author = "iahlt",
195
+ title = "Arabic NER on WikiANN",
196
+ year = "2023",
197
+ publisher = "",
198
+ location = "",
199
+ }
200
  ```
201
 
202
+
203
  <!--
204
  ## Glossary
205