End of training
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: distilbert-base-uncased
|
| 5 |
tags:
|
|
@@ -19,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
# finer_ner_finetuning_2330
|
| 21 |
|
| 22 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
- Loss: 0.0027
|
| 25 |
- Accuracy: 0.9992
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- eng
|
| 5 |
license: apache-2.0
|
| 6 |
base_model: distilbert-base-uncased
|
| 7 |
tags:
|
|
|
|
| 21 |
|
| 22 |
# finer_ner_finetuning_2330
|
| 23 |
|
| 24 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the nlpaueb/finer-139 dataset.
|
| 25 |
It achieves the following results on the evaluation set:
|
| 26 |
- Loss: 0.0027
|
| 27 |
- Accuracy: 0.9992
|