KamranUmer commited on
Commit
a13d95c
·
verified ·
1 Parent(s): 43700a1

Upload 13 files

Browse files
checkpoint-575/README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: False
16
+ - bnb_4bit_compute_dtype: float16
17
+
18
+ The following `bitsandbytes` quantization config was used during training:
19
+ - load_in_8bit: False
20
+ - load_in_4bit: True
21
+ - llm_int8_threshold: 6.0
22
+ - llm_int8_skip_modules: None
23
+ - llm_int8_enable_fp32_cpu_offload: False
24
+ - llm_int8_has_fp16_weight: False
25
+ - bnb_4bit_quant_type: nf4
26
+ - bnb_4bit_use_double_quant: False
27
+ - bnb_4bit_compute_dtype: float16
28
+ ### Framework versions
29
+
30
+ - PEFT 0.4.0
31
+
32
+ - PEFT 0.4.0
checkpoint-575/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "NousResearch/llama-2-7b-chat-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-575/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af54c1bcda9a8c32922d1acf1184c7b939836a29307cca2a748381ad8d4d584b
3
+ size 134264202
checkpoint-575/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
checkpoint-575/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f309693026017553e2d1835751865f662936359f195abe877b5cad6e203d9b3
3
+ size 268515002
checkpoint-575/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:644cbdc4fe449c46ac2b5eb8fac15b6725b24235cdf2ca52aec37d76a8592e98
3
+ size 14244
checkpoint-575/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281480f2fc14dfc29ae6d5376c87bebc1086a04957c458dc99ed429e3b6800a0
3
+ size 1064
checkpoint-575/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-575/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-575/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-575/tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "__type": "AddedToken",
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "clean_up_tokenization_spaces": false,
11
+ "eos_token": {
12
+ "__type": "AddedToken",
13
+ "content": "</s>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "legacy": false,
20
+ "model_max_length": 1000000000000000019884624838656,
21
+ "pad_token": null,
22
+ "sp_model_kwargs": {},
23
+ "tokenizer_class": "LlamaTokenizer",
24
+ "unk_token": {
25
+ "__type": "AddedToken",
26
+ "content": "<unk>",
27
+ "lstrip": false,
28
+ "normalized": true,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ }
32
+ }
checkpoint-575/trainer_state.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9519867549668874,
5
+ "global_step": 575,
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": 0.0002,
13
+ "loss": 2.7914,
14
+ "step": 25
15
+ },
16
+ {
17
+ "epoch": 0.08,
18
+ "learning_rate": 0.0002,
19
+ "loss": 1.4679,
20
+ "step": 50
21
+ },
22
+ {
23
+ "epoch": 0.12,
24
+ "learning_rate": 0.0002,
25
+ "loss": 1.5903,
26
+ "step": 75
27
+ },
28
+ {
29
+ "epoch": 0.17,
30
+ "learning_rate": 0.0002,
31
+ "loss": 1.1581,
32
+ "step": 100
33
+ },
34
+ {
35
+ "epoch": 0.21,
36
+ "learning_rate": 0.0002,
37
+ "loss": 1.296,
38
+ "step": 125
39
+ },
40
+ {
41
+ "epoch": 0.25,
42
+ "learning_rate": 0.0002,
43
+ "loss": 1.1129,
44
+ "step": 150
45
+ },
46
+ {
47
+ "epoch": 0.29,
48
+ "learning_rate": 0.0002,
49
+ "loss": 1.2062,
50
+ "step": 175
51
+ },
52
+ {
53
+ "epoch": 0.33,
54
+ "learning_rate": 0.0002,
55
+ "loss": 1.0971,
56
+ "step": 200
57
+ },
58
+ {
59
+ "epoch": 0.37,
60
+ "learning_rate": 0.0002,
61
+ "loss": 1.0956,
62
+ "step": 225
63
+ },
64
+ {
65
+ "epoch": 0.41,
66
+ "learning_rate": 0.0002,
67
+ "loss": 1.0916,
68
+ "step": 250
69
+ },
70
+ {
71
+ "epoch": 0.46,
72
+ "learning_rate": 0.0002,
73
+ "loss": 1.0732,
74
+ "step": 275
75
+ },
76
+ {
77
+ "epoch": 0.5,
78
+ "learning_rate": 0.0002,
79
+ "loss": 1.0739,
80
+ "step": 300
81
+ },
82
+ {
83
+ "epoch": 0.54,
84
+ "learning_rate": 0.0002,
85
+ "loss": 1.0146,
86
+ "step": 325
87
+ },
88
+ {
89
+ "epoch": 0.58,
90
+ "learning_rate": 0.0002,
91
+ "loss": 0.9848,
92
+ "step": 350
93
+ },
94
+ {
95
+ "epoch": 0.62,
96
+ "learning_rate": 0.0002,
97
+ "loss": 0.8995,
98
+ "step": 375
99
+ },
100
+ {
101
+ "epoch": 0.66,
102
+ "learning_rate": 0.0002,
103
+ "loss": 0.9952,
104
+ "step": 400
105
+ },
106
+ {
107
+ "epoch": 0.7,
108
+ "learning_rate": 0.0002,
109
+ "loss": 0.9132,
110
+ "step": 425
111
+ },
112
+ {
113
+ "epoch": 0.75,
114
+ "learning_rate": 0.0002,
115
+ "loss": 0.9205,
116
+ "step": 450
117
+ },
118
+ {
119
+ "epoch": 0.79,
120
+ "learning_rate": 0.0002,
121
+ "loss": 0.8912,
122
+ "step": 475
123
+ },
124
+ {
125
+ "epoch": 0.83,
126
+ "learning_rate": 0.0002,
127
+ "loss": 0.9571,
128
+ "step": 500
129
+ },
130
+ {
131
+ "epoch": 0.87,
132
+ "learning_rate": 0.0002,
133
+ "loss": 0.8457,
134
+ "step": 525
135
+ },
136
+ {
137
+ "epoch": 0.91,
138
+ "learning_rate": 0.0002,
139
+ "loss": 0.9529,
140
+ "step": 550
141
+ },
142
+ {
143
+ "epoch": 0.95,
144
+ "learning_rate": 0.0002,
145
+ "loss": 0.8344,
146
+ "step": 575
147
+ }
148
+ ],
149
+ "max_steps": 604,
150
+ "num_train_epochs": 1,
151
+ "total_flos": 1101476393287680.0,
152
+ "trial_name": null,
153
+ "trial_params": null
154
+ }
checkpoint-575/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98738569d44dc592a52e1893d003288fe616abea0ab93e1d3f8c422a6f9b36f7
3
+ size 4408