DeepMount00
commited on
Commit
•
6cc7084
1
Parent(s):
31f7954
Update README.md
Browse files
README.md
CHANGED
@@ -30,4 +30,18 @@ entities = model.predict_entities(text, labels)
|
|
30 |
|
31 |
for entity in entities:
|
32 |
print(entity["text"], "=>", entity["label"])
|
33 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
for entity in entities:
|
32 |
print(entity["text"], "=>", entity["label"])
|
33 |
+
```
|
34 |
+
|
35 |
+
## Model Author
|
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 |
+
}
|