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_K1
|
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_K1
|
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.9613
|
21 |
+
- F1 Macro: 0.8419
|
22 |
+
- F1: 0.8852
|
23 |
+
- F1 Neg: 0.7986
|
24 |
+
- Acc: 0.8538
|
25 |
+
- Prec: 0.8826
|
26 |
+
- Recall: 0.8878
|
27 |
+
- Mcc: 0.6838
|
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.4152 | 0.8292 | 0.8696 | 0.7889 | 0.8387 | 0.8940 | 0.8465 | 0.6605 |
|
61 |
+
| 0.4102 | 2.0 | 800 | 0.5375 | 0.8291 | 0.8746 | 0.7836 | 0.8413 | 0.8772 | 0.8720 | 0.6583 |
|
62 |
+
| 0.2053 | 3.0 | 1200 | 0.7594 | 0.8309 | 0.8818 | 0.7800 | 0.8462 | 0.8612 | 0.9035 | 0.6637 |
|
63 |
+
| 0.0939 | 4.0 | 1600 | 0.9613 | 0.8419 | 0.8852 | 0.7986 | 0.8538 | 0.8826 | 0.8878 | 0.6838 |
|
64 |
+
| 0.0321 | 5.0 | 2000 | 1.0170 | 0.8370 | 0.8830 | 0.7909 | 0.85 | 0.8745 | 0.8917 | 0.6743 |
|
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:dde17e4a248169af6297c4e1a64fcddb80d10962a078aa8430a801ef8b7ea658
|
3 |
size 439433208
|