Update README.md
Browse files
README.md
CHANGED
@@ -45,3 +45,15 @@ model_trf = AutoModelForTokenClassification.from_pretrained("RJuro/SciNERTopic")
|
|
45 |
|
46 |
nlp = pipeline("ner", model=model_trf, tokenizer=tokenizer, aggregation_strategy='average')
|
47 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
nlp = pipeline("ner", model=model_trf, tokenizer=tokenizer, aggregation_strategy='average')
|
47 |
```
|
48 |
+
|
49 |
+
## Cite this model
|
50 |
+
```latex
|
51 |
+
@misc {roman_jurowetzki_2022,
|
52 |
+
author = { {Roman Jurowetzki} },
|
53 |
+
title = { SciNERTopic (Revision 977c7e6) },
|
54 |
+
year = 2022,
|
55 |
+
url = { https://huggingface.co/RJuro/SciNERTopic },
|
56 |
+
doi = { 10.57967/hf/0095 },
|
57 |
+
publisher = { Hugging Face }
|
58 |
+
}
|
59 |
+
```
|