DeepMount00 commited on
Commit
7f74be0
1 Parent(s): c7f5685

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -28,4 +28,18 @@ entities = model.predict_entities(text, labels)
28
 
29
  for entity in entities:
30
  print(entity["text"], "=>", entity["label"])
31
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  for entity in entities:
30
  print(entity["text"], "=>", entity["label"])
31
+ ```
32
+
33
+ ## Model Author
34
+ * [Michele Montebovi](https://huggingface.co/DeepMount00)
35
+
36
+ ## Citation
37
+ ```bibtex
38
+ @misc{zaratiana2023gliner,
39
+ title={GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer},
40
+ author={Urchade Zaratiana and Nadi Tomeh and Pierre Holat and Thierry Charnois},
41
+ year={2023},
42
+ eprint={2311.08526},
43
+ archivePrefix={arXiv},
44
+ primaryClass={cs.CL}
45
+ }