DanielSc4 commited on
Commit
25acc3f
1 Parent(s): 633d6c4

End of training

Browse files
Files changed (48) hide show
  1. .gitattributes +3 -0
  2. README.md +62 -0
  3. adapter_config.json +23 -0
  4. adapter_model.bin +3 -0
  5. adapter_model.safetensors +3 -0
  6. checkpoints/fine_tune/.gitattributes +35 -0
  7. checkpoints/fine_tune/.gitignore +1 -0
  8. checkpoints/fine_tune/README.md +61 -0
  9. checkpoints/fine_tune/adapter_config.json +19 -0
  10. checkpoints/fine_tune/adapter_model.bin +3 -0
  11. checkpoints/fine_tune/checkpoint-150/adapter_config.json +19 -0
  12. checkpoints/fine_tune/checkpoint-150/adapter_model.bin +3 -0
  13. checkpoints/fine_tune/checkpoint-150/optimizer.pt +3 -0
  14. checkpoints/fine_tune/checkpoint-150/rng_state.pth +3 -0
  15. checkpoints/fine_tune/checkpoint-150/scheduler.pt +3 -0
  16. checkpoints/fine_tune/checkpoint-150/trainer_state.json +106 -0
  17. checkpoints/fine_tune/checkpoint-150/training_args.bin +3 -0
  18. checkpoints/fine_tune/checkpoint-300/adapter_config.json +19 -0
  19. checkpoints/fine_tune/checkpoint-300/adapter_model.bin +3 -0
  20. checkpoints/fine_tune/checkpoint-300/optimizer.pt +3 -0
  21. checkpoints/fine_tune/checkpoint-300/rng_state.pth +3 -0
  22. checkpoints/fine_tune/checkpoint-300/scheduler.pt +3 -0
  23. checkpoints/fine_tune/checkpoint-300/trainer_state.json +204 -0
  24. checkpoints/fine_tune/checkpoint-300/training_args.bin +3 -0
  25. checkpoints/fine_tune/checkpoint-450/adapter_config.json +19 -0
  26. checkpoints/fine_tune/checkpoint-450/adapter_model.bin +3 -0
  27. checkpoints/fine_tune/checkpoint-450/optimizer.pt +3 -0
  28. checkpoints/fine_tune/checkpoint-450/rng_state.pth +3 -0
  29. checkpoints/fine_tune/checkpoint-450/scheduler.pt +3 -0
  30. checkpoints/fine_tune/checkpoint-450/trainer_state.json +302 -0
  31. checkpoints/fine_tune/checkpoint-450/training_args.bin +3 -0
  32. checkpoints/fine_tune/checkpoint-600/adapter_config.json +19 -0
  33. checkpoints/fine_tune/checkpoint-600/adapter_model.bin +3 -0
  34. checkpoints/fine_tune/checkpoint-600/optimizer.pt +3 -0
  35. checkpoints/fine_tune/checkpoint-600/rng_state.pth +3 -0
  36. checkpoints/fine_tune/checkpoint-600/scheduler.pt +3 -0
  37. checkpoints/fine_tune/checkpoint-600/trainer_state.json +400 -0
  38. checkpoints/fine_tune/checkpoint-600/training_args.bin +3 -0
  39. checkpoints/fine_tune/training_args.bin +3 -0
  40. interpret_models/attributes_RedPajama-INCITE-Chat-3B-v1-FT-LoRA-8bit-test1_0it.json +0 -0
  41. interpret_models/attributes_RedPajama-INCITE-Chat-3B-v1-RL-LoRA-8bit-test1_0it.json +0 -0
  42. interpret_models/attributes_RedPajama-INCITE-Chat-3B-v1_0it.json +0 -0
  43. interpret_models/attributes_falcon-7b-instruct-FT-LoRA-8bit-test1_0it.json +3 -0
  44. interpret_models/attributes_falcon-7b-instruct-FT-LoRA-8bit-test1_500it.json +0 -0
  45. interpret_models/attributes_falcon-7b-instruct-RL-LoRA-8bit-test1_0it.json +3 -0
  46. interpret_models/attributes_falcon-7b-instruct_0it.json +3 -0
  47. interpret_models/attributes_falcon-7b-instruct_500it.json +0 -0
  48. training_args.bin +3 -0
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ interpret_models/attributes_falcon-7b-instruct-FT-LoRA-8bit-test1_0it.json filter=lfs diff=lfs merge=lfs -text
37
+ interpret_models/attributes_falcon-7b-instruct-RL-LoRA-8bit-test1_0it.json filter=lfs diff=lfs merge=lfs -text
38
+ interpret_models/attributes_falcon-7b-instruct_0it.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: HuggingFaceH4/zephyr-7b-beta
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: storage_cache
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # storage_cache
15
+
16
+ This model is a fine-tuned version of [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.9586
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0003
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 32
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 10
46
+ - num_epochs: 3
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 2.0447 | 1.16 | 25 | 2.0142 |
54
+ | 1.84 | 2.32 | 50 | 1.9586 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.35.0
60
+ - Pytorch 2.0.0+cu117
61
+ - Datasets 2.14.6
62
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "HuggingFaceH4/zephyr-7b-beta",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 64,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b609b6dc323e145ec8b4f2953306234c1ef9ea5692801e3c685a418b0016b3ee
3
+ size 109097933
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43802f64e1c944b420474cee47f34e454d4778114d7209d698caed3f0a9972f
3
+ size 109069176
checkpoints/fine_tune/.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
checkpoints/fine_tune/.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
checkpoints/fine_tune/README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: falcon-7b-instruct-FT-LoRA-8bit-test1
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # falcon-7b-instruct-FT-LoRA-8bit-test1
14
+
15
+ This model is a fine-tuned version of [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.9608
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0003
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 2
41
+ - total_train_batch_size: 32
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 100
45
+ - num_epochs: 3
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 1.5166 | 0.85 | 200 | 1.5187 |
52
+ | 1.0449 | 1.71 | 400 | 1.1572 |
53
+ | 0.6828 | 2.56 | 600 | 0.9608 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.30.2
59
+ - Pytorch 2.0.1+cu117
60
+ - Datasets 2.13.0
61
+ - Tokenizers 0.13.3
checkpoints/fine_tune/adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "tiiuae/falcon-7b-instruct",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 32,
12
+ "target_modules": [
13
+ "query_key_value",
14
+ "dense",
15
+ "dense_h_to_4h",
16
+ "dense_4h_to_h"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
checkpoints/fine_tune/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f19210f88fd1de9a6c373316ea651765081fea7898ae7c9bb7c9b463a6f2f8f
3
+ size 261189453
checkpoints/fine_tune/checkpoint-150/adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "tiiuae/falcon-7b-instruct",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 32,
12
+ "target_modules": [
13
+ "query_key_value",
14
+ "dense",
15
+ "dense_h_to_4h",
16
+ "dense_4h_to_h"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
checkpoints/fine_tune/checkpoint-150/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159e70fc13549233f169472e4163876a8e8063d560a9e70481ccbfd17597c8bd
3
+ size 261189453
checkpoints/fine_tune/checkpoint-150/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bab63666177a369829e36743467c8955ef878c1a3ee6521d1c20a9e80913b48
3
+ size 522406213
checkpoints/fine_tune/checkpoint-150/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e8e987c364efd569d29d36dc1bb5ac79e67508209247c43c099c0ef1cde719
3
+ size 14575
checkpoints/fine_tune/checkpoint-150/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cc9400cb662a1bb8b9b7e22613e20ac8ada32a353d1c4ddb8ff80949f26f36f
3
+ size 627
checkpoints/fine_tune/checkpoint-150/trainer_state.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6410256410256411,
5
+ "global_step": 150,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.04,
12
+ "learning_rate": 2.9999999999999997e-05,
13
+ "loss": 3.2268,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.09,
18
+ "learning_rate": 5.9999999999999995e-05,
19
+ "loss": 2.9252,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.13,
24
+ "learning_rate": 8.999999999999999e-05,
25
+ "loss": 2.3646,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.17,
30
+ "learning_rate": 0.00011999999999999999,
31
+ "loss": 2.1557,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.21,
36
+ "learning_rate": 0.00015,
37
+ "loss": 2.0691,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.26,
42
+ "learning_rate": 0.00017999999999999998,
43
+ "loss": 2.0406,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "learning_rate": 0.00020999999999999998,
49
+ "loss": 1.9427,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.34,
54
+ "learning_rate": 0.00023999999999999998,
55
+ "loss": 1.9141,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.38,
60
+ "learning_rate": 0.00027,
61
+ "loss": 1.847,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.43,
66
+ "learning_rate": 0.0003,
67
+ "loss": 1.8292,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.47,
72
+ "learning_rate": 0.00029501661129568106,
73
+ "loss": 1.7893,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.51,
78
+ "learning_rate": 0.0002900332225913621,
79
+ "loss": 1.7282,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.56,
84
+ "learning_rate": 0.0002850498338870432,
85
+ "loss": 1.7105,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.6,
90
+ "learning_rate": 0.0002800664451827242,
91
+ "loss": 1.6879,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.64,
96
+ "learning_rate": 0.0002750830564784053,
97
+ "loss": 1.6557,
98
+ "step": 150
99
+ }
100
+ ],
101
+ "max_steps": 702,
102
+ "num_train_epochs": 3,
103
+ "total_flos": 4.419104855723213e+16,
104
+ "trial_name": null,
105
+ "trial_params": null
106
+ }
checkpoints/fine_tune/checkpoint-150/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f3b5170a86663674b1afa17baf5754fce0f862af5a16e52b31a5f84fa63a06
3
+ size 4091
checkpoints/fine_tune/checkpoint-300/adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "tiiuae/falcon-7b-instruct",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 32,
12
+ "target_modules": [
13
+ "query_key_value",
14
+ "dense",
15
+ "dense_h_to_4h",
16
+ "dense_4h_to_h"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
checkpoints/fine_tune/checkpoint-300/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a35608fd0868d22e4593e36e0e705e2341bcff0d37b2597fe89df4d4d33ccd
3
+ size 261189453
checkpoints/fine_tune/checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b30ea688a2e134d9aba47d6c048b48debb930f80519936e2506bd368a472d4f
3
+ size 522406213
checkpoints/fine_tune/checkpoint-300/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6634f297978f8e6ea09648f2904d315e738551adbbeaeacad11452e9839bb37b
3
+ size 14575
checkpoints/fine_tune/checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7d28feda5d97df64de235ffadaf4da82838c7b84a5a2b4bc75619a517da5d3
3
+ size 627
checkpoints/fine_tune/checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.282051282051282,
5
+ "global_step": 300,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.04,
12
+ "learning_rate": 2.9999999999999997e-05,
13
+ "loss": 3.2268,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.09,
18
+ "learning_rate": 5.9999999999999995e-05,
19
+ "loss": 2.9252,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.13,
24
+ "learning_rate": 8.999999999999999e-05,
25
+ "loss": 2.3646,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.17,
30
+ "learning_rate": 0.00011999999999999999,
31
+ "loss": 2.1557,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.21,
36
+ "learning_rate": 0.00015,
37
+ "loss": 2.0691,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.26,
42
+ "learning_rate": 0.00017999999999999998,
43
+ "loss": 2.0406,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "learning_rate": 0.00020999999999999998,
49
+ "loss": 1.9427,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.34,
54
+ "learning_rate": 0.00023999999999999998,
55
+ "loss": 1.9141,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.38,
60
+ "learning_rate": 0.00027,
61
+ "loss": 1.847,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.43,
66
+ "learning_rate": 0.0003,
67
+ "loss": 1.8292,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.47,
72
+ "learning_rate": 0.00029501661129568106,
73
+ "loss": 1.7893,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.51,
78
+ "learning_rate": 0.0002900332225913621,
79
+ "loss": 1.7282,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.56,
84
+ "learning_rate": 0.0002850498338870432,
85
+ "loss": 1.7105,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.6,
90
+ "learning_rate": 0.0002800664451827242,
91
+ "loss": 1.6879,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.64,
96
+ "learning_rate": 0.0002750830564784053,
97
+ "loss": 1.6557,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 0.68,
102
+ "learning_rate": 0.00027009966777408634,
103
+ "loss": 1.6357,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 0.73,
108
+ "learning_rate": 0.00026511627906976743,
109
+ "loss": 1.618,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 0.77,
114
+ "learning_rate": 0.00026013289036544847,
115
+ "loss": 1.5717,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 0.81,
120
+ "learning_rate": 0.00025514950166112955,
121
+ "loss": 1.5378,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 0.85,
126
+ "learning_rate": 0.00025016611295681064,
127
+ "loss": 1.5166,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 0.85,
132
+ "eval_loss": 1.518738031387329,
133
+ "eval_runtime": 35.8579,
134
+ "eval_samples_per_second": 23.203,
135
+ "eval_steps_per_second": 5.801,
136
+ "step": 200
137
+ },
138
+ {
139
+ "epoch": 0.9,
140
+ "learning_rate": 0.0002451827242524917,
141
+ "loss": 1.4639,
142
+ "step": 210
143
+ },
144
+ {
145
+ "epoch": 0.94,
146
+ "learning_rate": 0.00024019933554817274,
147
+ "loss": 1.4595,
148
+ "step": 220
149
+ },
150
+ {
151
+ "epoch": 0.98,
152
+ "learning_rate": 0.0002352159468438538,
153
+ "loss": 1.4605,
154
+ "step": 230
155
+ },
156
+ {
157
+ "epoch": 1.03,
158
+ "learning_rate": 0.00023023255813953486,
159
+ "loss": 1.3207,
160
+ "step": 240
161
+ },
162
+ {
163
+ "epoch": 1.07,
164
+ "learning_rate": 0.00022524916943521595,
165
+ "loss": 1.2496,
166
+ "step": 250
167
+ },
168
+ {
169
+ "epoch": 1.11,
170
+ "learning_rate": 0.000220265780730897,
171
+ "loss": 1.2713,
172
+ "step": 260
173
+ },
174
+ {
175
+ "epoch": 1.15,
176
+ "learning_rate": 0.00021528239202657807,
177
+ "loss": 1.2369,
178
+ "step": 270
179
+ },
180
+ {
181
+ "epoch": 1.2,
182
+ "learning_rate": 0.00021029900332225913,
183
+ "loss": 1.2281,
184
+ "step": 280
185
+ },
186
+ {
187
+ "epoch": 1.24,
188
+ "learning_rate": 0.0002053156146179402,
189
+ "loss": 1.2195,
190
+ "step": 290
191
+ },
192
+ {
193
+ "epoch": 1.28,
194
+ "learning_rate": 0.00020033222591362126,
195
+ "loss": 1.1612,
196
+ "step": 300
197
+ }
198
+ ],
199
+ "max_steps": 702,
200
+ "num_train_epochs": 3,
201
+ "total_flos": 8.856710441159885e+16,
202
+ "trial_name": null,
203
+ "trial_params": null
204
+ }
checkpoints/fine_tune/checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f3b5170a86663674b1afa17baf5754fce0f862af5a16e52b31a5f84fa63a06
3
+ size 4091
checkpoints/fine_tune/checkpoint-450/adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "tiiuae/falcon-7b-instruct",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 32,
12
+ "target_modules": [
13
+ "query_key_value",
14
+ "dense",
15
+ "dense_h_to_4h",
16
+ "dense_4h_to_h"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
checkpoints/fine_tune/checkpoint-450/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21ce8152aa8fcd9a78a4e72d6a5203dd2c4b6f4de79e90ec63bdf0f65c697f89
3
+ size 261189453
checkpoints/fine_tune/checkpoint-450/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90cea54c279faa8952ec7746d2cae8b6fd547dc1a32db342f7f0626b173cf76e
3
+ size 522406213
checkpoints/fine_tune/checkpoint-450/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e684f70cc1031b629f17dc3ca29df44dbe519cbdf74fe1f1a697281b53f783fd
3
+ size 14575
checkpoints/fine_tune/checkpoint-450/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c39e3a468351763269c956caa09fa4b3a59fff10da1f2bafbf36512213a2d7
3
+ size 627
checkpoints/fine_tune/checkpoint-450/trainer_state.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9230769230769231,
5
+ "global_step": 450,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.04,
12
+ "learning_rate": 2.9999999999999997e-05,
13
+ "loss": 3.2268,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.09,
18
+ "learning_rate": 5.9999999999999995e-05,
19
+ "loss": 2.9252,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.13,
24
+ "learning_rate": 8.999999999999999e-05,
25
+ "loss": 2.3646,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.17,
30
+ "learning_rate": 0.00011999999999999999,
31
+ "loss": 2.1557,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.21,
36
+ "learning_rate": 0.00015,
37
+ "loss": 2.0691,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.26,
42
+ "learning_rate": 0.00017999999999999998,
43
+ "loss": 2.0406,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "learning_rate": 0.00020999999999999998,
49
+ "loss": 1.9427,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.34,
54
+ "learning_rate": 0.00023999999999999998,
55
+ "loss": 1.9141,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.38,
60
+ "learning_rate": 0.00027,
61
+ "loss": 1.847,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.43,
66
+ "learning_rate": 0.0003,
67
+ "loss": 1.8292,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.47,
72
+ "learning_rate": 0.00029501661129568106,
73
+ "loss": 1.7893,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.51,
78
+ "learning_rate": 0.0002900332225913621,
79
+ "loss": 1.7282,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.56,
84
+ "learning_rate": 0.0002850498338870432,
85
+ "loss": 1.7105,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.6,
90
+ "learning_rate": 0.0002800664451827242,
91
+ "loss": 1.6879,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.64,
96
+ "learning_rate": 0.0002750830564784053,
97
+ "loss": 1.6557,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 0.68,
102
+ "learning_rate": 0.00027009966777408634,
103
+ "loss": 1.6357,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 0.73,
108
+ "learning_rate": 0.00026511627906976743,
109
+ "loss": 1.618,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 0.77,
114
+ "learning_rate": 0.00026013289036544847,
115
+ "loss": 1.5717,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 0.81,
120
+ "learning_rate": 0.00025514950166112955,
121
+ "loss": 1.5378,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 0.85,
126
+ "learning_rate": 0.00025016611295681064,
127
+ "loss": 1.5166,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 0.85,
132
+ "eval_loss": 1.518738031387329,
133
+ "eval_runtime": 35.8579,
134
+ "eval_samples_per_second": 23.203,
135
+ "eval_steps_per_second": 5.801,
136
+ "step": 200
137
+ },
138
+ {
139
+ "epoch": 0.9,
140
+ "learning_rate": 0.0002451827242524917,
141
+ "loss": 1.4639,
142
+ "step": 210
143
+ },
144
+ {
145
+ "epoch": 0.94,
146
+ "learning_rate": 0.00024019933554817274,
147
+ "loss": 1.4595,
148
+ "step": 220
149
+ },
150
+ {
151
+ "epoch": 0.98,
152
+ "learning_rate": 0.0002352159468438538,
153
+ "loss": 1.4605,
154
+ "step": 230
155
+ },
156
+ {
157
+ "epoch": 1.03,
158
+ "learning_rate": 0.00023023255813953486,
159
+ "loss": 1.3207,
160
+ "step": 240
161
+ },
162
+ {
163
+ "epoch": 1.07,
164
+ "learning_rate": 0.00022524916943521595,
165
+ "loss": 1.2496,
166
+ "step": 250
167
+ },
168
+ {
169
+ "epoch": 1.11,
170
+ "learning_rate": 0.000220265780730897,
171
+ "loss": 1.2713,
172
+ "step": 260
173
+ },
174
+ {
175
+ "epoch": 1.15,
176
+ "learning_rate": 0.00021528239202657807,
177
+ "loss": 1.2369,
178
+ "step": 270
179
+ },
180
+ {
181
+ "epoch": 1.2,
182
+ "learning_rate": 0.00021029900332225913,
183
+ "loss": 1.2281,
184
+ "step": 280
185
+ },
186
+ {
187
+ "epoch": 1.24,
188
+ "learning_rate": 0.0002053156146179402,
189
+ "loss": 1.2195,
190
+ "step": 290
191
+ },
192
+ {
193
+ "epoch": 1.28,
194
+ "learning_rate": 0.00020033222591362126,
195
+ "loss": 1.1612,
196
+ "step": 300
197
+ },
198
+ {
199
+ "epoch": 1.32,
200
+ "learning_rate": 0.00019534883720930232,
201
+ "loss": 1.1708,
202
+ "step": 310
203
+ },
204
+ {
205
+ "epoch": 1.37,
206
+ "learning_rate": 0.00019036544850498338,
207
+ "loss": 1.1457,
208
+ "step": 320
209
+ },
210
+ {
211
+ "epoch": 1.41,
212
+ "learning_rate": 0.00018538205980066444,
213
+ "loss": 1.1476,
214
+ "step": 330
215
+ },
216
+ {
217
+ "epoch": 1.45,
218
+ "learning_rate": 0.0001803986710963455,
219
+ "loss": 1.0804,
220
+ "step": 340
221
+ },
222
+ {
223
+ "epoch": 1.5,
224
+ "learning_rate": 0.0001754152823920266,
225
+ "loss": 1.1576,
226
+ "step": 350
227
+ },
228
+ {
229
+ "epoch": 1.54,
230
+ "learning_rate": 0.0001704318936877076,
231
+ "loss": 1.1166,
232
+ "step": 360
233
+ },
234
+ {
235
+ "epoch": 1.58,
236
+ "learning_rate": 0.00016544850498338866,
237
+ "loss": 1.0881,
238
+ "step": 370
239
+ },
240
+ {
241
+ "epoch": 1.62,
242
+ "learning_rate": 0.00016046511627906975,
243
+ "loss": 1.0565,
244
+ "step": 380
245
+ },
246
+ {
247
+ "epoch": 1.67,
248
+ "learning_rate": 0.0001554817275747508,
249
+ "loss": 1.0939,
250
+ "step": 390
251
+ },
252
+ {
253
+ "epoch": 1.71,
254
+ "learning_rate": 0.00015049833887043187,
255
+ "loss": 1.0449,
256
+ "step": 400
257
+ },
258
+ {
259
+ "epoch": 1.71,
260
+ "eval_loss": 1.1572413444519043,
261
+ "eval_runtime": 35.4584,
262
+ "eval_samples_per_second": 23.464,
263
+ "eval_steps_per_second": 5.866,
264
+ "step": 400
265
+ },
266
+ {
267
+ "epoch": 1.75,
268
+ "learning_rate": 0.00014551495016611296,
269
+ "loss": 1.0332,
270
+ "step": 410
271
+ },
272
+ {
273
+ "epoch": 1.79,
274
+ "learning_rate": 0.00014053156146179402,
275
+ "loss": 1.0091,
276
+ "step": 420
277
+ },
278
+ {
279
+ "epoch": 1.84,
280
+ "learning_rate": 0.00013554817275747508,
281
+ "loss": 1.0268,
282
+ "step": 430
283
+ },
284
+ {
285
+ "epoch": 1.88,
286
+ "learning_rate": 0.00013056478405315615,
287
+ "loss": 1.0037,
288
+ "step": 440
289
+ },
290
+ {
291
+ "epoch": 1.92,
292
+ "learning_rate": 0.0001255813953488372,
293
+ "loss": 0.972,
294
+ "step": 450
295
+ }
296
+ ],
297
+ "max_steps": 702,
298
+ "num_train_epochs": 3,
299
+ "total_flos": 1.3337998305086669e+17,
300
+ "trial_name": null,
301
+ "trial_params": null
302
+ }
checkpoints/fine_tune/checkpoint-450/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f3b5170a86663674b1afa17baf5754fce0f862af5a16e52b31a5f84fa63a06
3
+ size 4091
checkpoints/fine_tune/checkpoint-600/adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "tiiuae/falcon-7b-instruct",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.05,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 32,
12
+ "target_modules": [
13
+ "query_key_value",
14
+ "dense",
15
+ "dense_h_to_4h",
16
+ "dense_4h_to_h"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
checkpoints/fine_tune/checkpoint-600/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8903f85cab418a9eb872eebf7995b32e2f3c25e625beb9ecf899de2eb643fe4f
3
+ size 261189453
checkpoints/fine_tune/checkpoint-600/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209aec2bd690091eb106d556af7c87e1615c1ae91c5d7c737ea2ecbf5c89fbf1
3
+ size 522406213
checkpoints/fine_tune/checkpoint-600/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8437378f46f20da19d2284c1f3b8d6fb1ae4c9039f1338f31038ec8a12cd7f
3
+ size 14575
checkpoints/fine_tune/checkpoint-600/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a476200915fa13159d98e2efceca649b5a621e2846757bec5d72720c21ce94f
3
+ size 627
checkpoints/fine_tune/checkpoint-600/trainer_state.json ADDED
@@ -0,0 +1,400 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.564102564102564,
5
+ "global_step": 600,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.04,
12
+ "learning_rate": 2.9999999999999997e-05,
13
+ "loss": 3.2268,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.09,
18
+ "learning_rate": 5.9999999999999995e-05,
19
+ "loss": 2.9252,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.13,
24
+ "learning_rate": 8.999999999999999e-05,
25
+ "loss": 2.3646,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.17,
30
+ "learning_rate": 0.00011999999999999999,
31
+ "loss": 2.1557,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.21,
36
+ "learning_rate": 0.00015,
37
+ "loss": 2.0691,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.26,
42
+ "learning_rate": 0.00017999999999999998,
43
+ "loss": 2.0406,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.3,
48
+ "learning_rate": 0.00020999999999999998,
49
+ "loss": 1.9427,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.34,
54
+ "learning_rate": 0.00023999999999999998,
55
+ "loss": 1.9141,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.38,
60
+ "learning_rate": 0.00027,
61
+ "loss": 1.847,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.43,
66
+ "learning_rate": 0.0003,
67
+ "loss": 1.8292,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.47,
72
+ "learning_rate": 0.00029501661129568106,
73
+ "loss": 1.7893,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.51,
78
+ "learning_rate": 0.0002900332225913621,
79
+ "loss": 1.7282,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.56,
84
+ "learning_rate": 0.0002850498338870432,
85
+ "loss": 1.7105,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.6,
90
+ "learning_rate": 0.0002800664451827242,
91
+ "loss": 1.6879,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.64,
96
+ "learning_rate": 0.0002750830564784053,
97
+ "loss": 1.6557,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 0.68,
102
+ "learning_rate": 0.00027009966777408634,
103
+ "loss": 1.6357,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 0.73,
108
+ "learning_rate": 0.00026511627906976743,
109
+ "loss": 1.618,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 0.77,
114
+ "learning_rate": 0.00026013289036544847,
115
+ "loss": 1.5717,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 0.81,
120
+ "learning_rate": 0.00025514950166112955,
121
+ "loss": 1.5378,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 0.85,
126
+ "learning_rate": 0.00025016611295681064,
127
+ "loss": 1.5166,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 0.85,
132
+ "eval_loss": 1.518738031387329,
133
+ "eval_runtime": 35.8579,
134
+ "eval_samples_per_second": 23.203,
135
+ "eval_steps_per_second": 5.801,
136
+ "step": 200
137
+ },
138
+ {
139
+ "epoch": 0.9,
140
+ "learning_rate": 0.0002451827242524917,
141
+ "loss": 1.4639,
142
+ "step": 210
143
+ },
144
+ {
145
+ "epoch": 0.94,
146
+ "learning_rate": 0.00024019933554817274,
147
+ "loss": 1.4595,
148
+ "step": 220
149
+ },
150
+ {
151
+ "epoch": 0.98,
152
+ "learning_rate": 0.0002352159468438538,
153
+ "loss": 1.4605,
154
+ "step": 230
155
+ },
156
+ {
157
+ "epoch": 1.03,
158
+ "learning_rate": 0.00023023255813953486,
159
+ "loss": 1.3207,
160
+ "step": 240
161
+ },
162
+ {
163
+ "epoch": 1.07,
164
+ "learning_rate": 0.00022524916943521595,
165
+ "loss": 1.2496,
166
+ "step": 250
167
+ },
168
+ {
169
+ "epoch": 1.11,
170
+ "learning_rate": 0.000220265780730897,
171
+ "loss": 1.2713,
172
+ "step": 260
173
+ },
174
+ {
175
+ "epoch": 1.15,
176
+ "learning_rate": 0.00021528239202657807,
177
+ "loss": 1.2369,
178
+ "step": 270
179
+ },
180
+ {
181
+ "epoch": 1.2,
182
+ "learning_rate": 0.00021029900332225913,
183
+ "loss": 1.2281,
184
+ "step": 280
185
+ },
186
+ {
187
+ "epoch": 1.24,
188
+ "learning_rate": 0.0002053156146179402,
189
+ "loss": 1.2195,
190
+ "step": 290
191
+ },
192
+ {
193
+ "epoch": 1.28,
194
+ "learning_rate": 0.00020033222591362126,
195
+ "loss": 1.1612,
196
+ "step": 300
197
+ },
198
+ {
199
+ "epoch": 1.32,
200
+ "learning_rate": 0.00019534883720930232,
201
+ "loss": 1.1708,
202
+ "step": 310
203
+ },
204
+ {
205
+ "epoch": 1.37,
206
+ "learning_rate": 0.00019036544850498338,
207
+ "loss": 1.1457,
208
+ "step": 320
209
+ },
210
+ {
211
+ "epoch": 1.41,
212
+ "learning_rate": 0.00018538205980066444,
213
+ "loss": 1.1476,
214
+ "step": 330
215
+ },
216
+ {
217
+ "epoch": 1.45,
218
+ "learning_rate": 0.0001803986710963455,
219
+ "loss": 1.0804,
220
+ "step": 340
221
+ },
222
+ {
223
+ "epoch": 1.5,
224
+ "learning_rate": 0.0001754152823920266,
225
+ "loss": 1.1576,
226
+ "step": 350
227
+ },
228
+ {
229
+ "epoch": 1.54,
230
+ "learning_rate": 0.0001704318936877076,
231
+ "loss": 1.1166,
232
+ "step": 360
233
+ },
234
+ {
235
+ "epoch": 1.58,
236
+ "learning_rate": 0.00016544850498338866,
237
+ "loss": 1.0881,
238
+ "step": 370
239
+ },
240
+ {
241
+ "epoch": 1.62,
242
+ "learning_rate": 0.00016046511627906975,
243
+ "loss": 1.0565,
244
+ "step": 380
245
+ },
246
+ {
247
+ "epoch": 1.67,
248
+ "learning_rate": 0.0001554817275747508,
249
+ "loss": 1.0939,
250
+ "step": 390
251
+ },
252
+ {
253
+ "epoch": 1.71,
254
+ "learning_rate": 0.00015049833887043187,
255
+ "loss": 1.0449,
256
+ "step": 400
257
+ },
258
+ {
259
+ "epoch": 1.71,
260
+ "eval_loss": 1.1572413444519043,
261
+ "eval_runtime": 35.4584,
262
+ "eval_samples_per_second": 23.464,
263
+ "eval_steps_per_second": 5.866,
264
+ "step": 400
265
+ },
266
+ {
267
+ "epoch": 1.75,
268
+ "learning_rate": 0.00014551495016611296,
269
+ "loss": 1.0332,
270
+ "step": 410
271
+ },
272
+ {
273
+ "epoch": 1.79,
274
+ "learning_rate": 0.00014053156146179402,
275
+ "loss": 1.0091,
276
+ "step": 420
277
+ },
278
+ {
279
+ "epoch": 1.84,
280
+ "learning_rate": 0.00013554817275747508,
281
+ "loss": 1.0268,
282
+ "step": 430
283
+ },
284
+ {
285
+ "epoch": 1.88,
286
+ "learning_rate": 0.00013056478405315615,
287
+ "loss": 1.0037,
288
+ "step": 440
289
+ },
290
+ {
291
+ "epoch": 1.92,
292
+ "learning_rate": 0.0001255813953488372,
293
+ "loss": 0.972,
294
+ "step": 450
295
+ },
296
+ {
297
+ "epoch": 1.97,
298
+ "learning_rate": 0.00012059800664451827,
299
+ "loss": 0.9832,
300
+ "step": 460
301
+ },
302
+ {
303
+ "epoch": 2.01,
304
+ "learning_rate": 0.00011561461794019933,
305
+ "loss": 0.9448,
306
+ "step": 470
307
+ },
308
+ {
309
+ "epoch": 2.05,
310
+ "learning_rate": 0.00011063122923588038,
311
+ "loss": 0.7447,
312
+ "step": 480
313
+ },
314
+ {
315
+ "epoch": 2.09,
316
+ "learning_rate": 0.00010564784053156144,
317
+ "loss": 0.7475,
318
+ "step": 490
319
+ },
320
+ {
321
+ "epoch": 2.14,
322
+ "learning_rate": 0.00010066445182724251,
323
+ "loss": 0.7368,
324
+ "step": 500
325
+ },
326
+ {
327
+ "epoch": 2.18,
328
+ "learning_rate": 9.568106312292358e-05,
329
+ "loss": 0.7267,
330
+ "step": 510
331
+ },
332
+ {
333
+ "epoch": 2.22,
334
+ "learning_rate": 9.069767441860464e-05,
335
+ "loss": 0.7436,
336
+ "step": 520
337
+ },
338
+ {
339
+ "epoch": 2.26,
340
+ "learning_rate": 8.57142857142857e-05,
341
+ "loss": 0.7427,
342
+ "step": 530
343
+ },
344
+ {
345
+ "epoch": 2.31,
346
+ "learning_rate": 8.073089700996676e-05,
347
+ "loss": 0.7302,
348
+ "step": 540
349
+ },
350
+ {
351
+ "epoch": 2.35,
352
+ "learning_rate": 7.574750830564784e-05,
353
+ "loss": 0.7289,
354
+ "step": 550
355
+ },
356
+ {
357
+ "epoch": 2.39,
358
+ "learning_rate": 7.07641196013289e-05,
359
+ "loss": 0.7012,
360
+ "step": 560
361
+ },
362
+ {
363
+ "epoch": 2.44,
364
+ "learning_rate": 6.578073089700996e-05,
365
+ "loss": 0.7147,
366
+ "step": 570
367
+ },
368
+ {
369
+ "epoch": 2.48,
370
+ "learning_rate": 6.079734219269102e-05,
371
+ "loss": 0.6841,
372
+ "step": 580
373
+ },
374
+ {
375
+ "epoch": 2.52,
376
+ "learning_rate": 5.581395348837209e-05,
377
+ "loss": 0.6981,
378
+ "step": 590
379
+ },
380
+ {
381
+ "epoch": 2.56,
382
+ "learning_rate": 5.083056478405315e-05,
383
+ "loss": 0.6828,
384
+ "step": 600
385
+ },
386
+ {
387
+ "epoch": 2.56,
388
+ "eval_loss": 0.9608005881309509,
389
+ "eval_runtime": 34.8102,
390
+ "eval_samples_per_second": 23.901,
391
+ "eval_steps_per_second": 5.975,
392
+ "step": 600
393
+ }
394
+ ],
395
+ "max_steps": 702,
396
+ "num_train_epochs": 3,
397
+ "total_flos": 1.7806438440045773e+17,
398
+ "trial_name": null,
399
+ "trial_params": null
400
+ }
checkpoints/fine_tune/checkpoint-600/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f3b5170a86663674b1afa17baf5754fce0f862af5a16e52b31a5f84fa63a06
3
+ size 4091
checkpoints/fine_tune/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f3b5170a86663674b1afa17baf5754fce0f862af5a16e52b31a5f84fa63a06
3
+ size 4091
interpret_models/attributes_RedPajama-INCITE-Chat-3B-v1-FT-LoRA-8bit-test1_0it.json ADDED
File without changes
interpret_models/attributes_RedPajama-INCITE-Chat-3B-v1-RL-LoRA-8bit-test1_0it.json ADDED
File without changes
interpret_models/attributes_RedPajama-INCITE-Chat-3B-v1_0it.json ADDED
File without changes
interpret_models/attributes_falcon-7b-instruct-FT-LoRA-8bit-test1_0it.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79ccc086272e8bbb8f4179b2537e0a2d302a2d8980a41f3154bf846cc0f4ca13
3
+ size 56039282
interpret_models/attributes_falcon-7b-instruct-FT-LoRA-8bit-test1_500it.json ADDED
File without changes
interpret_models/attributes_falcon-7b-instruct-RL-LoRA-8bit-test1_0it.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07845fe00cb52687d1e67fe1b1979f22c646aa7b46a45b6e81737c25c666123
3
+ size 49347897
interpret_models/attributes_falcon-7b-instruct_0it.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8913cb771fdc55fd2471f76ff8ddc58c2f99efc12c474906918199cb29679988
3
+ size 46783782
interpret_models/attributes_falcon-7b-instruct_500it.json ADDED
File without changes
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b75f5614ded2fe3a966d8c1f23f6cfb84e5f1c0cbe6646d427fd1ac9355c11
3
+ size 4155