M4rt0no commited on
Commit
ae63daa
·
verified ·
1 Parent(s): c35aaf6

End of training

Browse files
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-4.0
4
+ base_model: dccuchile/tulio-chilean-spanish-bert
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: Gestionabilidad-v1_batch64
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # Gestionabilidad-v1_batch64
21
+
22
+ 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.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0249
25
+ - Accuracy: 0.9942
26
+ - Precision: 0.9942
27
+ - Recall: 0.9942
28
+ - F1: 0.9942
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 5e-05
48
+ - train_batch_size: 64
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
59
+ | 0.0625 | 0.2737 | 500 | 0.0508 | 0.9898 | 0.9898 | 0.9898 | 0.9898 |
60
+ | 0.0426 | 0.5473 | 1000 | 0.0349 | 0.9910 | 0.9910 | 0.9910 | 0.9910 |
61
+ | 0.0338 | 0.8210 | 1500 | 0.0308 | 0.9923 | 0.9923 | 0.9923 | 0.9923 |
62
+ | 0.0336 | 1.0947 | 2000 | 0.0319 | 0.9931 | 0.9932 | 0.9931 | 0.9931 |
63
+ | 0.0271 | 1.3684 | 2500 | 0.0304 | 0.9933 | 0.9933 | 0.9933 | 0.9933 |
64
+ | 0.0255 | 1.6420 | 3000 | 0.0326 | 0.9927 | 0.9928 | 0.9927 | 0.9927 |
65
+ | 0.0242 | 1.9157 | 3500 | 0.0277 | 0.9936 | 0.9936 | 0.9936 | 0.9936 |
66
+ | 0.0191 | 2.1894 | 4000 | 0.0285 | 0.9942 | 0.9942 | 0.9942 | 0.9942 |
67
+ | 0.0189 | 2.4631 | 4500 | 0.0249 | 0.9942 | 0.9942 | 0.9942 | 0.9942 |
68
+ | 0.0166 | 2.7367 | 5000 | 0.0262 | 0.9946 | 0.9946 | 0.9946 | 0.9946 |
69
+ | 0.0155 | 3.0104 | 5500 | 0.0273 | 0.9943 | 0.9943 | 0.9943 | 0.9943 |
70
+ | 0.0097 | 3.2841 | 6000 | 0.0313 | 0.9943 | 0.9943 | 0.9943 | 0.9943 |
71
+ | 0.0074 | 3.5577 | 6500 | 0.0353 | 0.9940 | 0.9940 | 0.9940 | 0.9940 |
72
+ | 0.0095 | 3.8314 | 7000 | 0.0338 | 0.9942 | 0.9942 | 0.9942 | 0.9942 |
73
+ | 0.006 | 4.1051 | 7500 | 0.0379 | 0.9939 | 0.9939 | 0.9939 | 0.9939 |
74
+ | 0.004 | 4.3788 | 8000 | 0.0380 | 0.9938 | 0.9938 | 0.9938 | 0.9938 |
75
+ | 0.0048 | 4.6524 | 8500 | 0.0373 | 0.9939 | 0.9939 | 0.9939 | 0.9939 |
76
+ | 0.0032 | 4.9261 | 9000 | 0.0394 | 0.9939 | 0.9939 | 0.9939 | 0.9939 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.48.2
82
+ - Pytorch 2.5.1+cu124
83
+ - Datasets 3.2.0
84
+ - Tokenizers 0.21.0
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.48.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:63da87d3a8ecd6287a98552e0c851f3699a4c7da09f795c71722ab7035bc6d54
3
+ size 439433208
runs/Feb13_16-03-28_ef10508d5c2f/events.out.tfevents.1739462642.ef10508d5c2f.2641.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:335ab25e93dc1273ab2c7d46636d23bee1cbdec20c28ac53ca6eb2c5cb9f7258
3
+ size 18027
runs/Feb13_16-03-28_ef10508d5c2f/events.out.tfevents.1739479662.ef10508d5c2f.2641.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66167589d2e150a21b59179b1e12a72eae3d955d3e52aa740d6e94b9fb6b2d94
3
+ size 560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dcfecb00536071024e7440379885fe36e531323f1e67cf2c3a8f950e15b4579
3
+ size 5368