raulgdp commited on
Commit
4da8422
1 Parent(s): be67082

End of training

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne-sqac](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne-sqac) on the sqac dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.3139
22
 
23
  ## Model description
24
 
@@ -38,25 +38,30 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 2e-05
41
- - train_batch_size: 16
42
- - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | No log | 1.0 | 63 | 2.3011 |
53
- | No log | 2.0 | 126 | 2.3378 |
54
- | No log | 3.0 | 189 | 2.3139 |
 
 
 
 
 
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.45.1
60
- - Pytorch 2.4.0
61
- - Datasets 2.20.0
62
- - Tokenizers 0.20.0
 
18
 
19
  This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne-sqac](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne-sqac) on the sqac dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.6507
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 8
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 1.0 | 125 | 2.3875 |
53
+ | No log | 2.0 | 250 | 2.0798 |
54
+ | No log | 3.0 | 375 | 2.3743 |
55
+ | 0.037 | 4.0 | 500 | 2.5574 |
56
+ | 0.037 | 5.0 | 625 | 2.5534 |
57
+ | 0.037 | 6.0 | 750 | 2.5964 |
58
+ | 0.037 | 7.0 | 875 | 2.6484 |
59
+ | 0.0005 | 8.0 | 1000 | 2.6507 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.45.2
65
+ - Pytorch 2.5.0
66
+ - Datasets 3.0.1
67
+ - Tokenizers 0.20.1
config.json CHANGED
@@ -21,7 +21,7 @@
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
- "transformers_version": "4.45.1",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 50262
 
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
+ "transformers_version": "4.45.2",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 50262
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:082409b0a25526998fd381e23701ddab5569728f6dd9e0cc64c47c07de63629e
3
  size 496241016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fddbeee6c906e7c6d7731c5e8f37db63a336dfd5ffa341338486cb8cf78fec
3
  size 496241016
runs/Oct22_10-21-17_DESKTOP-P79TL96/events.out.tfevents.1729610494.DESKTOP-P79TL96.1780.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9970deb7d8d6705933e3d1f798deebfb8d6214bf63678b0b53052f1505b8addf
3
+ size 7884
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "OnlySecond",
7
- "stride": 128
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 384,
6
  "strategy": "OnlySecond",
7
+ "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 384
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b393df3fd61c22862f1709ea7de0ee0672dfe53757875124596bc1fdbee271cf
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce92e686c6def412992bd38d44c2eb02c8be1fb1bc9e78212fc67d26d6e9051
3
  size 5176