Model save
Browse files
README.md
CHANGED
|
@@ -17,15 +17,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
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.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- F1 Macro: 0.
|
| 22 |
-
- F1: 0.
|
| 23 |
-
- F1 Neg: 0.
|
| 24 |
- Acc: 0.8975
|
| 25 |
-
- Prec: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- Mcc: 0.
|
| 28 |
-
- Millor Epoca: 1
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -48,23 +47,20 @@ The following hyperparameters were used during training:
|
|
| 48 |
- train_batch_size: 8
|
| 49 |
- eval_batch_size: 8
|
| 50 |
- seed: 42
|
| 51 |
-
- distributed_type: multi-GPU
|
| 52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 53 |
- lr_scheduler_type: linear
|
| 54 |
-
- num_epochs:
|
| 55 |
- mixed_precision_training: Native AMP
|
| 56 |
|
| 57 |
### Training results
|
| 58 |
|
| 59 |
-
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
|
| 60 |
-
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|:------:|:------:|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.0053 | 6.0 | 10488 | 1.1457 | 0.8806 | 0.9141 | 0.8472 | 0.89 | 0.9035 | 0.9249 | 0.7617 | 1 |
|
| 67 |
-
| 0.0008 | 7.0 | 12236 | 1.0345 | 0.8788 | 0.9112 | 0.8464 | 0.8875 | 0.9094 | 0.9130 | 0.7577 | 1 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
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.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.9387
|
| 21 |
+
- F1 Macro: 0.8879
|
| 22 |
+
- F1: 0.9207
|
| 23 |
+
- F1 Neg: 0.8551
|
| 24 |
- Acc: 0.8975
|
| 25 |
+
- Prec: 0.9015
|
| 26 |
+
- Recall: 0.9407
|
| 27 |
+
- Mcc: 0.7774
|
|
|
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 47 |
- train_batch_size: 8
|
| 48 |
- eval_batch_size: 8
|
| 49 |
- seed: 42
|
|
|
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: linear
|
| 52 |
+
- num_epochs: 5
|
| 53 |
- mixed_precision_training: Native AMP
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
|
| 58 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|:------:|:------:|
|
| 59 |
+
| 0.2306 | 1.0 | 2061 | 0.5481 | 0.8775 | 0.9167 | 0.8382 | 0.89 | 0.88 | 0.9565 | 0.7614 |
|
| 60 |
+
| 0.0717 | 2.0 | 4122 | 0.7879 | 0.8615 | 0.8903 | 0.8328 | 0.8675 | 0.9348 | 0.8498 | 0.7293 |
|
| 61 |
+
| 0.0203 | 3.0 | 6183 | 0.9309 | 0.8795 | 0.9105 | 0.8485 | 0.8875 | 0.916 | 0.9051 | 0.7591 |
|
| 62 |
+
| 0.0146 | 4.0 | 8244 | 0.9387 | 0.8879 | 0.9207 | 0.8551 | 0.8975 | 0.9015 | 0.9407 | 0.7774 |
|
| 63 |
+
| 0.0103 | 5.0 | 10305 | 1.0163 | 0.8774 | 0.9126 | 0.8421 | 0.8875 | 0.8969 | 0.9289 | 0.7558 |
|
|
|
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439433208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2c09783ab517ed46d02aca8e989b16abead8592f236ce16213a88de1d2b61f1
|
| 3 |
size 439433208
|
runs/May16_20-26-10_tardis/events.out.tfevents.1715888589.tardis.5553.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24d62e3ba2ece638da8b5bddb98c8365dff4838e2180f9007e1866ae9e3cdbc4
|
| 3 |
+
size 699
|