Training complete 2
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
model-index:
|
@@ -11,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# distilbert-NER
|
13 |
|
14 |
-
This model
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -42,7 +43,7 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
44 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
|
45 |
-
| No log | 1.0 | 125 | 0.
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: andrembcosta/distilbert-NER
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
|
|
12 |
|
13 |
# distilbert-NER
|
14 |
|
15 |
+
This model is a fine-tuned version of [andrembcosta/distilbert-NER](https://huggingface.co/andrembcosta/distilbert-NER) on an unknown dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
43 |
|
44 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
45 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
|
46 |
+
| No log | 1.0 | 125 | 0.8354 | 0.0 | 0.0 | 0.0 | 0.8202 |
|
47 |
|
48 |
|
49 |
### Framework versions
|