Model save
Browse files- README.md +15 -17
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,14 +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 an unknown 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.
|
25 |
-
- Prec:
|
26 |
-
- Recall: 0.
|
27 |
-
- Mcc: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -50,23 +50,21 @@ The following hyperparameters were used during training:
|
|
50 |
- distributed_type: multi-GPU
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|:------:|:------:|
|
60 |
-
| No log | 1.0 | 400 | 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.0186 | 4.0 | 1600 | 0.0402 | 0.9946 | 0.9960 | 0.9932 | 0.995 | 1.0 | 0.9921 | 0.9893 |
|
64 |
-
| 0.0059 | 5.0 | 2000 | 0.0405 | 0.9946 | 0.9960 | 0.9932 | 0.995 | 1.0 | 0.9921 | 0.9893 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
68 |
|
69 |
-
- Transformers 4.
|
70 |
-
- Pytorch 2.2.
|
71 |
-
- Datasets 2.
|
72 |
- Tokenizers 0.15.2
|
|
|
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 an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1211
|
21 |
+
- F1 Macro: 0.9718
|
22 |
+
- F1: 0.9792
|
23 |
+
- F1 Neg: 0.9645
|
24 |
+
- Acc: 0.9738
|
25 |
+
- Prec: 0.9860
|
26 |
+
- Recall: 0.9724
|
27 |
+
- Mcc: 0.9438
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
50 |
- distributed_type: multi-GPU
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 3
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|:------:|:------:|
|
60 |
+
| No log | 1.0 | 400 | 0.1211 | 0.9718 | 0.9792 | 0.9645 | 0.9738 | 0.9860 | 0.9724 | 0.9438 |
|
61 |
+
| 0.1763 | 2.0 | 800 | 0.1186 | 0.9691 | 0.9773 | 0.9608 | 0.9712 | 0.9802 | 0.9744 | 0.9381 |
|
62 |
+
| 0.0669 | 3.0 | 1200 | 0.1388 | 0.9704 | 0.9783 | 0.9625 | 0.9725 | 0.9802 | 0.9764 | 0.9408 |
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
+
- Transformers 4.37.2
|
68 |
+
- Pytorch 2.2.0+cu121
|
69 |
+
- Datasets 2.16.1
|
70 |
- Tokenizers 0.15.2
|
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:6dde30158b67f76c073443061c88cbfef8b0f12eeedc40638326cd76f475e63c
|
3 |
size 439433208
|