Serega6678
commited on
Commit
•
52006a4
1
Parent(s):
24775c8
Update README.md
Browse files
README.md
CHANGED
@@ -86,4 +86,15 @@ emb = torch.cat(
|
|
86 |
|
87 |
# single emb: for better speed
|
88 |
# emb = output.hidden_states[-1]
|
89 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
# single emb: for better speed
|
88 |
# emb = output.hidden_states[-1]
|
89 |
+
```
|
90 |
+
|
91 |
+
## Citation
|
92 |
+
|
93 |
+
@misc{bogdanov2024nuner,
|
94 |
+
title={NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data},
|
95 |
+
author={Sergei Bogdanov and Alexandre Constantin and Timothée Bernard and Benoit Crabbé and Etienne Bernard},
|
96 |
+
year={2024},
|
97 |
+
eprint={2402.15343},
|
98 |
+
archivePrefix={arXiv},
|
99 |
+
primaryClass={cs.CL}
|
100 |
+
}
|