Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- eriktks/conll2003
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: token-classification
|
8 |
+
---
|
9 |
+
# ner-tutorial-2024
|
10 |
+
This model is a fine-tuned version of microsoft/deberta-v3-base on the conll2003 dataset. It achieves the following results on the evaluation set:
|
11 |
+
- Loss: 0.016900
|
12 |
+
- Precision: 0.955075
|
13 |
+
- Recall: 0.966005
|
14 |
+
- F1: 0.960509
|
15 |
+
- Accuracy: 0.992351
|