Commit
·
b36f8a9
1
Parent(s):
4ebc6c5
update model card README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
-
- Accuracy: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,7 +37,7 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 16
|
43 |
- seed: 42
|
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
52 |
-
| No log | 1.0 | 375 | 1.
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0046
|
20 |
+
- Accuracy: 0.65
|
21 |
+
- F1: 0.6646
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 7e-06
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 16
|
43 |
- seed: 42
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
52 |
+
| No log | 1.0 | 375 | 1.0046 | 0.65 | 0.6646 |
|
53 |
+
| 1.2137 | 2.0 | 750 | 1.0212 | 0.61 | 0.6398 |
|
54 |
+
| 0.9497 | 3.0 | 1125 | 1.0247 | 0.6133 | 0.6478 |
|
55 |
|
56 |
|
57 |
### Framework versions
|