Commit
·
6298c9f
1
Parent(s):
3521546
Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: bert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# test-NERv3
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -54,9 +53,9 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1
|
58 |
-
|
59 |
-
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: mrm8488/TinyBERT-spanish-uncased-finetuned-ner
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
17 |
|
18 |
# test-NERv3
|
19 |
|
20 |
+
This model is a fine-tuned version of [mrm8488/TinyBERT-spanish-uncased-finetuned-ner](https://huggingface.co/mrm8488/TinyBERT-spanish-uncased-finetuned-ner) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 7.2459
|
23 |
+
- Precision: 0.0
|
24 |
+
- Recall: 0.0
|
25 |
+
- F1: 0.0
|
26 |
+
- Accuracy: 0.0366
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
|
58 |
+
| 6.9793 | 1.0 | 14 | 7.2459 | 0.0 | 0.0 | 0.0 | 0.0366 |
|
59 |
|
60 |
|
61 |
### Framework versions
|