lmaccarini
commited on
Commit
•
1e03462
1
Parent(s):
2b52cce
End of training
Browse files- README.md +70 -0
- config.json +28 -0
- model.safetensors +3 -0
- runs/Feb23_14-54-35_c1b280d5dc12/events.out.tfevents.1708700079.c1b280d5dc12.5340.0 +3 -0
- runs/Feb23_14-54-35_c1b280d5dc12/events.out.tfevents.1708701371.c1b280d5dc12.5340.1 +3 -0
- runs/Feb23_15-27-27_c1b280d5dc12/events.out.tfevents.1708702048.c1b280d5dc12.14042.0 +3 -0
- runs/Feb23_15-54-13_c1b280d5dc12/events.out.tfevents.1708703654.c1b280d5dc12.20821.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
base_model: dccuchile/tulio-chilean-spanish-bert
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: mutual-full-v2-preproc
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# mutual-full-v2-preproc
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [dccuchile/tulio-chilean-spanish-bert](https://huggingface.co/dccuchile/tulio-chilean-spanish-bert) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3775
|
24 |
+
- Accuracy: 0.9020
|
25 |
+
- Precision: 0.9022
|
26 |
+
- Recall: 0.9020
|
27 |
+
- F1: 0.9020
|
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: 5e-05
|
47 |
+
- train_batch_size: 10
|
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: 3
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.4642 | 0.59 | 500 | 0.3463 | 0.8608 | 0.8610 | 0.8608 | 0.8607 |
|
59 |
+
| 0.3661 | 1.17 | 1000 | 0.3150 | 0.8861 | 0.8903 | 0.8861 | 0.8858 |
|
60 |
+
| 0.2999 | 1.76 | 1500 | 0.3704 | 0.8861 | 0.8883 | 0.8861 | 0.8859 |
|
61 |
+
| 0.2378 | 2.34 | 2000 | 0.3593 | 0.9034 | 0.9036 | 0.9034 | 0.9034 |
|
62 |
+
| 0.2031 | 2.93 | 2500 | 0.3775 | 0.9020 | 0.9022 | 0.9020 | 0.9020 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.37.2
|
68 |
+
- Pytorch 2.1.0+cu121
|
69 |
+
- Datasets 2.17.1
|
70 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dccuchile/tulio-chilean-spanish-bert",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"output_past": true,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.37.2",
|
25 |
+
"type_vocab_size": 2,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 31002
|
28 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0e6b0c41d4e86e97f4522e3f7c993d6a37345cd7098343f44d2f3189796fbd4
|
3 |
+
size 439433208
|
runs/Feb23_14-54-35_c1b280d5dc12/events.out.tfevents.1708700079.c1b280d5dc12.5340.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7f6004091155a33804ee2dc976773f2a4811624189a5c623419c00c0fec2697
|
3 |
+
size 5568
|
runs/Feb23_14-54-35_c1b280d5dc12/events.out.tfevents.1708701371.c1b280d5dc12.5340.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5be7174ae0561bc782dfb43736d3660e66eca2cebadf44d795afd9815ea08613
|
3 |
+
size 560
|
runs/Feb23_15-27-27_c1b280d5dc12/events.out.tfevents.1708702048.c1b280d5dc12.14042.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44e1972c2ce3a8a40aed6e4a7ac2d47e87d5924d2d427c31480141dcb2d9dc0e
|
3 |
+
size 5843
|
runs/Feb23_15-54-13_c1b280d5dc12/events.out.tfevents.1708703654.c1b280d5dc12.20821.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42fe6c413a641577e164c0db9f85780ac0b109e62d58e20b65ebccce9b98a036
|
3 |
+
size 8084
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e174d6387dc5e2630f1e829cca656adc1fabfc9eb7fd6f10d2d5dfc50c421aa
|
3 |
+
size 4728
|