Armandodelca commited on
Commit
309deb0
1 Parent(s): 8fb6c37

End of training

Browse files
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
- base_model: PlanTL-GOB-ES/roberta-base-bne
6
  model-index:
7
  - name: ClasificadorV5
8
  results: []
@@ -15,16 +15,16 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 1.0302
19
- - eval_accuracy: 0.5838
20
- - eval_off_by_one_accuracy: 0.9506
21
- - eval_f1: 0.5853
22
- - eval_recall: 0.5838
23
- - eval_runtime: 14.4621
24
- - eval_samples_per_second: 345.732
25
- - eval_steps_per_second: 13.829
26
- - epoch: 2.2917
27
- - step: 11000
28
 
29
  ## Model description
30
 
@@ -44,13 +44,15 @@ More information needed
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 1e-05
47
- - train_batch_size: 25
48
- - eval_batch_size: 25
49
  - seed: 42
 
 
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
- - lr_scheduler_type: linear
52
- - lr_scheduler_warmup_steps: 500
53
- - num_epochs: 5
54
  - mixed_precision_training: Native AMP
55
 
56
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: PlanTL-GOB-ES/roberta-base-bne
4
  tags:
5
  - generated_from_trainer
 
6
  model-index:
7
  - name: ClasificadorV5
8
  results: []
 
15
 
16
  This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - eval_loss: 1.0128
19
+ - eval_accuracy: 0.5798
20
+ - eval_off_by_one_accuracy: 0.9462
21
+ - eval_f1: 0.5792
22
+ - eval_recall: 0.5798
23
+ - eval_runtime: 17.5917
24
+ - eval_samples_per_second: 284.225
25
+ - eval_steps_per_second: 14.211
26
+ - epoch: 2.1333
27
+ - step: 8000
28
 
29
  ## Model description
30
 
 
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 1e-05
47
+ - train_batch_size: 20
48
+ - eval_batch_size: 20
49
  - seed: 42
50
+ - gradient_accumulation_steps: 2
51
+ - total_train_batch_size: 40
52
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: cosine
54
+ - lr_scheduler_warmup_steps: 1000
55
+ - num_epochs: 10
56
  - mixed_precision_training: Native AMP
57
 
58
  ### Framework versions
best_model/config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "PlanTL-GOB-ES/roberta-base-bne",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.6,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.6,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2",
18
+ "3": "LABEL_3",
19
+ "4": "LABEL_4"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2,
27
+ "LABEL_3": 3,
28
+ "LABEL_4": 4
29
+ },
30
+ "layer_norm_eps": 1e-05,
31
+ "max_position_embeddings": 514,
32
+ "model_type": "roberta",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "pad_token_id": 1,
36
+ "position_embedding_type": "absolute",
37
+ "problem_type": "single_label_classification",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.40.2",
40
+ "type_vocab_size": 1,
41
+ "use_cache": true,
42
+ "vocab_size": 50262
43
+ }
best_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f17dd4c4837fabcb9c266b52723e15a9f333717c5bca9ca904000eb02fab4b
3
+ size 498612836
best_model/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebfa0cb7058bd945c678652a3c51d5569c9c3a6c0c16dc96f45fa3ee1ce0e4ac
3
+ size 4920
config.json CHANGED
@@ -3,13 +3,13 @@
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.55,
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
- "hidden_dropout_prob": 0.55,
13
  "hidden_size": 768,
14
  "id2label": {
15
  "0": "LABEL_0",
 
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.6,
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.6,
13
  "hidden_size": 768,
14
  "id2label": {
15
  "0": "LABEL_0",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3ef098f8a4e1566dc47cd2c21ccebc64afbb8fbce15309372420d3861897c1d
3
  size 498612836
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f17dd4c4837fabcb9c266b52723e15a9f333717c5bca9ca904000eb02fab4b
3
  size 498612836
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45cd9f48994e9abe6931a303bf52e7e8a0f898889cce8f11a91ab7480ff24afd
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebfa0cb7058bd945c678652a3c51d5569c9c3a6c0c16dc96f45fa3ee1ce0e4ac
3
  size 4920