kyryl-opens-ml commited on
Commit
32d4a74
1 Parent(s): e3c7b3c

End of training

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.0285
20
 
21
  ## Model description
22
 
@@ -39,12 +39,19 @@ The following hyperparameters were used during training:
39
  - train_batch_size: 16
40
  - eval_batch_size: 16
41
  - seed: 42
 
 
 
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 0.001
45
 
46
  ### Training results
47
 
 
 
 
48
 
49
 
50
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1668
20
 
21
  ## Model description
22
 
 
39
  - train_batch_size: 16
40
  - eval_batch_size: 16
41
  - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - total_train_batch_size: 128
45
+ - total_eval_batch_size: 128
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 10.0
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.4073 | 6.33 | 500 | 0.1755 |
55
 
56
 
57
  ### Framework versions
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q",
23
- "v"
24
  ],
25
  "task_type": "SEQ_2_SEQ_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v",
23
+ "q"
24
  ],
25
  "task_type": "SEQ_2_SEQ_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ed3301e7ce1a78f37bd682a8fecf5e91b951e21ea2a9b2d43f49e3bc69baa77
3
  size 2765880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b665b8f584f09c5ba48c254e7814251fa797afeb904c0b34a1402cd9362d057f
3
  size 2765880
all_results.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "epoch": 0.0,
3
- "eval_loss": 2.0285420417785645,
4
- "eval_runtime": 13.2838,
5
- "eval_samples_per_second": 591.473,
6
- "eval_steps_per_second": 37.038,
7
- "train_loss": 2.6510977745056152,
8
- "train_runtime": 0.8011,
9
- "train_samples_per_second": 12.483,
10
- "train_steps_per_second": 1.248
11
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.1668280065059662,
4
+ "eval_runtime": 1.7776,
5
+ "eval_samples_per_second": 4420.127,
6
+ "eval_steps_per_second": 34.879,
7
+ "train_loss": 0.35002156511137755,
8
+ "train_runtime": 70.584,
9
+ "train_samples_per_second": 1416.752,
10
+ "train_steps_per_second": 11.192
11
  }
eval_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "epoch": 0.0,
3
- "eval_loss": 2.0285420417785645,
4
- "eval_runtime": 13.2838,
5
- "eval_samples_per_second": 591.473,
6
- "eval_steps_per_second": 37.038
7
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.1668280065059662,
4
+ "eval_runtime": 1.7776,
5
+ "eval_samples_per_second": 4420.127,
6
+ "eval_steps_per_second": 34.879
7
  }
train_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "epoch": 0.0,
3
- "train_loss": 2.6510977745056152,
4
- "train_runtime": 0.8011,
5
- "train_samples_per_second": 12.483,
6
- "train_steps_per_second": 1.248
7
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "train_loss": 0.35002156511137755,
4
+ "train_runtime": 70.584,
5
+ "train_samples_per_second": 1416.752,
6
+ "train_steps_per_second": 11.192
7
  }
trainer_state.json CHANGED
@@ -1,29 +1,44 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.0016,
5
  "eval_steps": 500,
6
- "global_step": 1,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 0.0,
13
- "step": 1,
14
- "total_flos": 517012193280.0,
15
- "train_loss": 2.6510977745056152,
16
- "train_runtime": 0.8011,
17
- "train_samples_per_second": 12.483,
18
- "train_steps_per_second": 1.248
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 1,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 1,
25
  "save_steps": 500,
26
- "total_flos": 517012193280.0,
27
  "train_batch_size": 16,
28
  "trial_name": null,
29
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
  "eval_steps": 500,
6
+ "global_step": 790,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 6.33,
13
+ "grad_norm": 0.20978006720542908,
14
+ "learning_rate": 0.0003670886075949367,
15
+ "loss": 0.4073,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 6.33,
20
+ "eval_loss": 0.1755284070968628,
21
+ "eval_runtime": 1.8212,
22
+ "eval_samples_per_second": 4314.295,
23
+ "eval_steps_per_second": 34.044,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 10.0,
28
+ "step": 790,
29
+ "total_flos": 3267517032169472.0,
30
+ "train_loss": 0.35002156511137755,
31
+ "train_runtime": 70.584,
32
+ "train_samples_per_second": 1416.752,
33
+ "train_steps_per_second": 11.192
34
  }
35
  ],
36
  "logging_steps": 500,
37
+ "max_steps": 790,
38
  "num_input_tokens_seen": 0,
39
+ "num_train_epochs": 10,
40
  "save_steps": 500,
41
+ "total_flos": 3267517032169472.0,
42
  "train_batch_size": 16,
43
  "trial_name": null,
44
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:acdf1673b45bf8cf82f8d15db1b4588093fb6a9c8de2bf726eb15278ebb70f95
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50056c87829ee7b1ccaaf40166a7f45dc67bf22c7549e07f6ec646d078d3eaaf
3
  size 5112