End of training
Browse files- README.md +6 -12
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 3.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,22 +39,16 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
| 5.
|
49 |
-
| 5.
|
50 |
-
| 4.
|
51 |
-
|
|
52 |
-
| 3.209 | 5.0 | 20 | 3.3848 |
|
53 |
-
| 2.9192 | 6.0 | 24 | 3.2615 |
|
54 |
-
| 2.7301 | 7.0 | 28 | 3.1942 |
|
55 |
-
| 2.5314 | 8.0 | 32 | 3.1553 |
|
56 |
-
| 2.4218 | 9.0 | 36 | 3.1365 |
|
57 |
-
| 2.3592 | 10.0 | 40 | 3.1317 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 3.9616
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 4
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 5.7242 | 1.0 | 4 | 5.1723 |
|
49 |
+
| 5.0218 | 2.0 | 8 | 4.5838 |
|
50 |
+
| 4.4618 | 3.0 | 12 | 4.1394 |
|
51 |
+
| 4.118 | 4.0 | 16 | 3.9616 |
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437070648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a94d26d83851f0b7dd0563535dd979ef6dfedf6bfaea219efe245602562d0764
|
3 |
size 437070648
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:916bcb87dea1fa7f678f23b096bd4a29c6b0b9c023e78cf681967d0ba6962924
|
3 |
size 4536
|