End of training
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-v3_batch16
|
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-v3_batch16
|
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.1059
|
24 |
+
- Accuracy: 0.9709
|
25 |
+
- Precision: 0.9698
|
26 |
+
- Recall: 0.9709
|
27 |
+
- F1: 0.9699
|
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: 16
|
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.0452 | 0.2646 | 200 | 0.2503 | 0.9596 | 0.9578 | 0.9596 | 0.9558 |
|
59 |
+
| 0.1058 | 0.5291 | 400 | 0.1167 | 0.9686 | 0.9673 | 0.9686 | 0.9668 |
|
60 |
+
| 0.1106 | 0.7937 | 600 | 0.1059 | 0.9709 | 0.9698 | 0.9709 | 0.9699 |
|
61 |
+
| 0.103 | 1.0582 | 800 | 0.1179 | 0.9662 | 0.9657 | 0.9662 | 0.9659 |
|
62 |
+
| 0.0629 | 1.3228 | 1000 | 0.1298 | 0.9719 | 0.9709 | 0.9719 | 0.9705 |
|
63 |
+
| 0.0633 | 1.5873 | 1200 | 0.1176 | 0.9732 | 0.9728 | 0.9732 | 0.9730 |
|
64 |
+
| 0.0436 | 1.8519 | 1400 | 0.1257 | 0.9725 | 0.9721 | 0.9725 | 0.9723 |
|
65 |
+
| 0.0487 | 2.1164 | 1600 | 0.1206 | 0.9729 | 0.9724 | 0.9729 | 0.9726 |
|
66 |
+
| 0.0309 | 2.3810 | 1800 | 0.1232 | 0.9705 | 0.9705 | 0.9705 | 0.9705 |
|
67 |
+
| 0.0235 | 2.6455 | 2000 | 0.1379 | 0.9742 | 0.9738 | 0.9742 | 0.9740 |
|
68 |
+
| 0.0272 | 2.9101 | 2200 | 0.1327 | 0.9729 | 0.9724 | 0.9729 | 0.9726 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.42.4
|
74 |
+
- Pytorch 2.4.0+cu121
|
75 |
+
- Datasets 2.21.0
|
76 |
+
- 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:c23460c65aff472508e7823bd6efb3a8a913c755f77702a33f809d1e34f68fb4
|
3 |
+
size 439433208
|
runs/Aug27_16-37-21_b9be1a60b839/events.out.tfevents.1724776644.b9be1a60b839.2057.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5557e200b7a1c1d746ceecbf31d3d0071b60cb448c59ef8774edbcac289f4ab
|
3 |
+
size 13039
|
runs/Aug27_16-37-21_b9be1a60b839/events.out.tfevents.1724777636.b9be1a60b839.2057.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4ce696e918fe20ef68054b3231ebd53473844f11367fd3dd23ce33a3f6fed9c
|
3 |
+
size 560
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c88aa3640f93bdb20330ce4f0dc1b2e3a6b7744b36ab85ef14daa019d04c0d76
|
3 |
+
size 5112
|