Token Classification
GLiNER
PyTorch
English
NER
GLiNER
information extraction
encoder
entity recognition
Ihor commited on
Commit
f3b67dc
1 Parent(s): 313109d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -135,4 +135,42 @@ Below you can see the table with benchmarking results on various named entity re
135
 
136
  ### Join Our Discord
137
 
138
- Connect with our community on Discord for news, support, and discussion about our models. Join [Discord](https://discord.gg/dkyeAgs9DG).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
  ### Join Our Discord
137
 
138
+ Connect with our community on Discord for news, support, and discussion about our models. Join [Discord](https://discord.gg/dkyeAgs9DG).
139
+
140
+ ## Citation
141
+
142
+ If you use this model in your work, please cite:
143
+
144
+ ```bibtex
145
+ @misc{modernbert,
146
+ title={Smarter, Better, Faster, Longer: A Modern Bidirectional Encoder for Fast, Memory Efficient, and Long Context Finetuning and Inference},
147
+ author={Benjamin Warner and Antoine Chaffin and Benjamin Clavié and Orion Weller and Oskar Hallström and Said Taghadouini and Alexis Gallagher and Raja Biswas and Faisal Ladhak and Tom Aarsen and Nathan Cooper and Griffin Adams and Jeremy Howard and Iacopo Poli},
148
+ year={2024},
149
+ eprint={2412.13663},
150
+ archivePrefix={arXiv},
151
+ primaryClass={cs.CL},
152
+ url={https://arxiv.org/abs/2412.13663},
153
+ }
154
+ ```
155
+
156
+ ```bibtex
157
+ @misc{zaratiana2023gliner,
158
+ title={GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer},
159
+ author={Urchade Zaratiana and Nadi Tomeh and Pierre Holat and Thierry Charnois},
160
+ year={2023},
161
+ eprint={2311.08526},
162
+ archivePrefix={arXiv},
163
+ primaryClass={cs.CL}
164
+ }
165
+ ```
166
+
167
+ ```bibtex
168
+ @misc{stepanov2024gliner,
169
+ title={GLiNER multi-task: Generalist Lightweight Model for Various Information Extraction Tasks},
170
+ author={Ihor Stepanov and Mykhailo Shtopko},
171
+ year={2024},
172
+ eprint={2406.12925},
173
+ archivePrefix={arXiv},
174
+ primaryClass={id='cs.LG' full_name='Machine Learning' is_active=True alt_name=None in_archive='cs' is_general=False description='Papers on all aspects of machine learning research (supervised, unsupervised, reinforcement learning, bandit problems, and so on) including also robustness, explanation, fairness, and methodology. cs.LG is also an appropriate primary category for applications of machine learning methods.'}
175
+ }
176
+ ```