jimboHsueh commited on
Commit
145bdf9
·
1 Parent(s): d8a8a3c

End of training

Browse files
Files changed (4) hide show
  1. README.md +19 -0
  2. adapter_config.json +2 -2
  3. adapter_model.bin +1 -1
  4. tokenizer.json +27 -0
README.md CHANGED
@@ -217,4 +217,23 @@ The following `bitsandbytes` quantization config was used during training:
217
  ### Framework versions
218
 
219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  - PEFT 0.6.2
 
217
  ### Framework versions
218
 
219
 
220
+ - PEFT 0.6.2
221
+ ## Training procedure
222
+
223
+
224
+ The following `bitsandbytes` quantization config was used during training:
225
+ - quant_method: bitsandbytes
226
+ - load_in_8bit: False
227
+ - load_in_4bit: True
228
+ - llm_int8_threshold: 6.0
229
+ - llm_int8_skip_modules: None
230
+ - llm_int8_enable_fp32_cpu_offload: False
231
+ - llm_int8_has_fp16_weight: False
232
+ - bnb_4bit_quant_type: nf4
233
+ - bnb_4bit_use_double_quant: True
234
+ - bnb_4bit_compute_dtype: bfloat16
235
+
236
+ ### Framework versions
237
+
238
+
239
  - PEFT 0.6.2
adapter_config.json CHANGED
@@ -16,8 +16,8 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "q_proj",
20
- "v_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e772a4faec4786121aeff242ccc1e7ebf56de88938cae9ff1f31f7075dfb3d08
3
  size 8434826
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69db8aab071f48622e4a452811e1410ad11aca32714604d3b540e034116caef6
3
  size 8434826
tokenizer.json CHANGED
@@ -62,6 +62,12 @@
62
  "id": "A",
63
  "type_id": 0
64
  }
 
 
 
 
 
 
65
  }
66
  ],
67
  "pair": [
@@ -77,6 +83,12 @@
77
  "type_id": 0
78
  }
79
  },
 
 
 
 
 
 
80
  {
81
  "SpecialToken": {
82
  "id": "<s>",
@@ -88,9 +100,24 @@
88
  "id": "B",
89
  "type_id": 1
90
  }
 
 
 
 
 
 
91
  }
92
  ],
93
  "special_tokens": {
 
 
 
 
 
 
 
 
 
94
  "<s>": {
95
  "id": "<s>",
96
  "ids": [
 
62
  "id": "A",
63
  "type_id": 0
64
  }
65
+ },
66
+ {
67
+ "SpecialToken": {
68
+ "id": "</s>",
69
+ "type_id": 0
70
+ }
71
  }
72
  ],
73
  "pair": [
 
83
  "type_id": 0
84
  }
85
  },
86
+ {
87
+ "SpecialToken": {
88
+ "id": "</s>",
89
+ "type_id": 0
90
+ }
91
+ },
92
  {
93
  "SpecialToken": {
94
  "id": "<s>",
 
100
  "id": "B",
101
  "type_id": 1
102
  }
103
+ },
104
+ {
105
+ "SpecialToken": {
106
+ "id": "</s>",
107
+ "type_id": 1
108
+ }
109
  }
110
  ],
111
  "special_tokens": {
112
+ "</s>": {
113
+ "id": "</s>",
114
+ "ids": [
115
+ 2
116
+ ],
117
+ "tokens": [
118
+ "</s>"
119
+ ]
120
+ },
121
  "<s>": {
122
  "id": "<s>",
123
  "ids": [