dumitrescustefan commited on
Commit
83563d0
1 Parent(s): 2bcd868

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -6,6 +6,8 @@ license: mit
6
  ---
7
  # bert-base-romanian-ner
8
 
 
 
9
  ## Model description
10
 
11
  **bert-base-romanian-ner** is a fine-tuned BERT model that is ready to use for **Named Entity Recognition** and achieves **state-of-the-art performance** for the NER task. It has been trained to recognize **15** types of entities: persons, geo-political entities, locations, organizations, languages, national_religious_political entities, datetime, period, quantity, money, numeric, ordinal, facilities, works of art and events.
@@ -33,8 +35,7 @@ print(ner_results)
33
 
34
  #### Use in a Python package
35
 
36
- Install package
37
- Use named_persons_only
38
 
39
 
40
  #### Don't forget!
 
6
  ---
7
  # bert-base-romanian-ner
8
 
9
+ Updated: 21.01.2022
10
+
11
  ## Model description
12
 
13
  **bert-base-romanian-ner** is a fine-tuned BERT model that is ready to use for **Named Entity Recognition** and achieves **state-of-the-art performance** for the NER task. It has been trained to recognize **15** types of entities: persons, geo-political entities, locations, organizations, languages, national_religious_political entities, datetime, period, quantity, money, numeric, ordinal, facilities, works of art and events.
 
35
 
36
  #### Use in a Python package
37
 
38
+ Coming soon!
 
39
 
40
 
41
  #### Don't forget!