lmaccarini commited on
Commit
de8cba6
1 Parent(s): 43909af

End of training

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: not-ner-v1
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
+ # not-ner-v1
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.1680
24
+ - Accuracy: 0.9337
25
+ - Precision: 0.9334
26
+ - Recall: 0.9337
27
+ - F1: 0.9333
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: 20
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: 1
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.3465 | 0.0799 | 200 | 0.3024 | 0.8719 | 0.8787 | 0.8719 | 0.8737 |
59
+ | 0.2925 | 0.1599 | 400 | 0.2530 | 0.9045 | 0.9039 | 0.9045 | 0.9041 |
60
+ | 0.2362 | 0.2398 | 600 | 0.2383 | 0.9089 | 0.9084 | 0.9089 | 0.9085 |
61
+ | 0.239 | 0.3197 | 800 | 0.2083 | 0.9169 | 0.9163 | 0.9169 | 0.9163 |
62
+ | 0.2149 | 0.3997 | 1000 | 0.2640 | 0.9130 | 0.9150 | 0.9130 | 0.9109 |
63
+ | 0.2171 | 0.4796 | 1200 | 0.1932 | 0.9211 | 0.9214 | 0.9211 | 0.9212 |
64
+ | 0.2056 | 0.5596 | 1400 | 0.1962 | 0.9237 | 0.9243 | 0.9237 | 0.9224 |
65
+ | 0.1973 | 0.6395 | 1600 | 0.1906 | 0.9258 | 0.9255 | 0.9258 | 0.9256 |
66
+ | 0.1912 | 0.7194 | 1800 | 0.1870 | 0.9277 | 0.9275 | 0.9277 | 0.9270 |
67
+ | 0.183 | 0.7994 | 2000 | 0.1727 | 0.9318 | 0.9317 | 0.9318 | 0.9318 |
68
+ | 0.1672 | 0.8793 | 2200 | 0.1809 | 0.9320 | 0.9318 | 0.9320 | 0.9313 |
69
+ | 0.1643 | 0.9592 | 2400 | 0.1680 | 0.9337 | 0.9334 | 0.9337 | 0.9333 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.42.4
75
+ - Pytorch 2.3.1+cu121
76
+ - Datasets 2.20.0
77
+ - Tokenizers 0.19.1
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.42.4",
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:022fd84b5f76a2c2cf1a83590bf0cbd0c4e0ef14a1c976eca2e8f01b08c20d9e
3
+ size 439433208
runs/Aug11_17-34-48_a7eb4fa7bed9/events.out.tfevents.1723397692.a7eb4fa7bed9.14195.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c76a5c328e2bfad1607c4078d6d11473701f54f5bda65481a5cb94dd803157
3
+ size 13635
runs/Aug11_17-34-48_a7eb4fa7bed9/events.out.tfevents.1723406769.a7eb4fa7bed9.14195.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63650436340a32f5deb6eafce0eb7b43b81e143aef39284791380d145981572a
3
+ size 560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1f7f0f10df9c84fc85d6afc7bd2bb191c8a2f8f905a0d7ce0f1e5e19658ada
3
+ size 5112