File size: 669 Bytes
052ea5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---

tags:
- token-classification
datasets:
- djagatiya/ner-ontonotes-v5-eng-v4
widget:
- text: "On September 1st George won 1 dollar while watching Game of Thrones."

---

# (NER) deberta-base : conll2012_ontonotesv5-english-v4

This `deberta-base` NER model was finetuned on `conll2012_ontonotesv5` version `english-v4` dataset. <br>
Check out [NER-System Repository](https://github.com/djagatiya/NER-System) for more information.

## Dataset
- conll2012_ontonotesv5
    - Language : English
    - Version : v4

  | Dataset | Examples |
  | --- | --- | 
  | Training | 75187 | 
  | Testing | 9479 |

## Evaluation

- Precision: 89.53
- Recall: 91.00
- F1-Score: 90.26