Model save
Browse files- README.md +72 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: dccuchile/bert-base-spanish-wwm-cased
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
- recall
|
8 |
+
model-index:
|
9 |
+
- name: bert-base-spanish-wwm-cased_K3
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# bert-base-spanish-wwm-cased_K3
|
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.0402
|
21 |
+
- F1 Macro: 0.9946
|
22 |
+
- F1: 0.9960
|
23 |
+
- F1 Neg: 0.9932
|
24 |
+
- Acc: 0.995
|
25 |
+
- Prec: 1.0
|
26 |
+
- Recall: 0.9921
|
27 |
+
- Mcc: 0.9893
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 8
|
48 |
+
- eval_batch_size: 8
|
49 |
+
- seed: 42
|
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: 5
|
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.0466 | 0.9919 | 0.9941 | 0.9898 | 0.9925 | 1.0 | 0.9882 | 0.9840 |
|
61 |
+
| 0.0844 | 2.0 | 800 | 0.0804 | 0.9853 | 0.9891 | 0.9815 | 0.9862 | 0.9980 | 0.9803 | 0.9708 |
|
62 |
+
| 0.0297 | 3.0 | 1200 | 0.0397 | 0.9933 | 0.9951 | 0.9915 | 0.9938 | 1.0 | 0.9902 | 0.9867 |
|
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.38.2
|
70 |
+
- Pytorch 2.2.1+cu121
|
71 |
+
- Datasets 2.18.0
|
72 |
+
- 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:e001779e5850209f63b9c8239e572883efda30d0dac8ca07f51f6f16cd9c6ad7
|
3 |
size 439433208
|