djagatiya commited on
Commit
052ea5d
1 Parent(s): 5c41f6b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ tags:
4
+ - token-classification
5
+ datasets:
6
+ - djagatiya/ner-ontonotes-v5-eng-v4
7
+ widget:
8
+ - text: "On September 1st George won 1 dollar while watching Game of Thrones."
9
+
10
+ ---
11
+
12
+ # (NER) deberta-base : conll2012_ontonotesv5-english-v4
13
+
14
+ This `deberta-base` NER model was finetuned on `conll2012_ontonotesv5` version `english-v4` dataset. <br>
15
+ Check out [NER-System Repository](https://github.com/djagatiya/NER-System) for more information.
16
+
17
+ ## Dataset
18
+ - conll2012_ontonotesv5
19
+ - Language : English
20
+ - Version : v4
21
+
22
+ | Dataset | Examples |
23
+ | --- | --- |
24
+ | Training | 75187 |
25
+ | Testing | 9479 |
26
+
27
+ ## Evaluation
28
+
29
+ - Precision: 89.53
30
+ - Recall: 91.00
31
+ - F1-Score: 90.26