nicoladisabato
commited on
Commit
·
a654bb9
1
Parent(s):
ce7ceac
update readme
Browse files
README.md
CHANGED
@@ -20,7 +20,12 @@ model-index:
|
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
value: 0.8883139705
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
24 |
| Feature | Description |
|
25 |
| --- | --- |
|
26 |
| **Name** | `en_bert_fine_tuned_ner` |
|
|
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
value: 0.8883139705
|
23 |
+
|
24 |
---
|
25 |
+
|
26 |
+
This is a BERT model for Named Entity Recognition, fine-tuned on OntoNotes v5 using Spacy in coNLL-2003 format and BIO tagged.
|
27 |
+
For more details: https://github.com/nicoladisabato/ner-with-transformers
|
28 |
+
|
29 |
| Feature | Description |
|
30 |
| --- | --- |
|
31 |
| **Name** | `en_bert_fine_tuned_ner` |
|