DeepMount00 commited on
Commit
b4ac61e
1 Parent(s): 108f659

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -28,4 +28,21 @@ 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
+
34
+ ## Model Authors
35
+ The model authors are:
36
+ * [Michele Montebovi](https://huggingface.co/DeepMount00)
37
+
38
+ ## Citation
39
+ ```bibtex
40
+ @misc{zaratiana2023gliner,
41
+ title={GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer},
42
+ author={Urchade Zaratiana and Nadi Tomeh and Pierre Holat and Thierry Charnois},
43
+ year={2023},
44
+ eprint={2311.08526},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.CL}
47
+ }
48
  ```