RJuro commited on
Commit
0e1a23d
1 Parent(s): 977c7e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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
+ ```