Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
|
3 |
+
tags:
|
4 |
+
- token-classification
|
5 |
+
datasets:
|
6 |
+
- conll2012_ontonotesv5
|
7 |
+
widget:
|
8 |
+
- text: "On September 1st George won 1 dollar while watching Game of Thrones."
|
9 |
+
---
|
10 |
+
|
11 |
+
# (NER) ALBERT-base-v2 : conll2012_ontonotesv5-english-v4
|
12 |
+
|
13 |
+
This `ALBERT-base-v2` NER model was finetuned on `conll2012_ontonotesv5` version `english-v4` dataset. <br>
|
14 |
+
Check out [NER-System Repository](https://github.com/djagatiya/NER-System) for more information.
|
15 |
+
|
16 |
+
## Evaluation
|
17 |
+
- Precision: 86.20
|
18 |
+
- Recall: 86.18
|
19 |
+
- F1-Score: 86.19
|
20 |
+
> check out this [eval.log](eval.log) file for evaluation metrics and classification report.
|