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

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: 0.1668
20
 
21
  ## Model description
22
 
@@ -39,19 +39,12 @@ The following hyperparameters were used during training:
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
 
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.0212
20
 
21
  ## Model description
22
 
 
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.0001
45
 
46
  ### Training results
47
 
 
 
 
48
 
49
 
50
  ### Framework versions
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v",
23
- "q"
24
  ],
25
  "task_type": "SEQ_2_SEQ_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q",
23
+ "v"
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:b665b8f584f09c5ba48c254e7814251fa797afeb904c0b34a1402cd9362d057f
3
  size 2765880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16efe7c59c1f33264f91c3830bfee57bf553e59565235c0f9983250a18a044cc
3
  size 2765880
all_results.json CHANGED
@@ -1,11 +1,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
  }
 
1
  {
2
+ "epoch": 0.02,
3
+ "eval_loss": 2.021235942840576,
4
+ "eval_runtime": 21.1952,
5
+ "eval_samples_per_second": 370.696,
6
+ "eval_steps_per_second": 23.213,
7
+ "train_loss": 2.7679789066314697,
8
+ "train_runtime": 0.944,
9
+ "train_samples_per_second": 0.106,
10
+ "train_steps_per_second": 1.059
11
  }
eval_results.json CHANGED
@@ -1,7 +1,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
  }
 
1
  {
2
+ "epoch": 0.02,
3
+ "eval_loss": 2.021235942840576,
4
+ "eval_runtime": 21.1952,
5
+ "eval_samples_per_second": 370.696,
6
+ "eval_steps_per_second": 23.213
7
  }
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 47,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 47
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 46,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 46
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
train_results.json CHANGED
@@ -1,7 +1,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
  }
 
1
  {
2
+ "epoch": 0.02,
3
+ "train_loss": 2.7679789066314697,
4
+ "train_runtime": 0.944,
5
+ "train_samples_per_second": 0.106,
6
+ "train_steps_per_second": 1.059
7
  }
trainer_state.json CHANGED
@@ -1,44 +1,29 @@
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
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.015873015873015872,
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.02,
13
+ "step": 1,
14
+ "total_flos": 517012193280.0,
15
+ "train_loss": 2.7679789066314697,
16
+ "train_runtime": 0.944,
17
+ "train_samples_per_second": 0.106,
18
+ "train_steps_per_second": 1.059
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50056c87829ee7b1ccaaf40166a7f45dc67bf22c7549e07f6ec646d078d3eaaf
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74488b18d20dbece30122b479f6a82eed7b40924e1e168cff126996090640485
3
  size 5112