jimboHsueh commited on
Commit
a66f510
·
1 Parent(s): 32bf5b4

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 +2 -2
README.md CHANGED
@@ -236,4 +236,23 @@ The following `bitsandbytes` quantization config was used during training:
236
  ### Framework versions
237
 
238
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  - PEFT 0.6.2
 
236
  ### Framework versions
237
 
238
 
239
+ - PEFT 0.6.2
240
+ ## Training procedure
241
+
242
+
243
+ The following `bitsandbytes` quantization config was used during training:
244
+ - quant_method: bitsandbytes
245
+ - load_in_8bit: False
246
+ - load_in_4bit: True
247
+ - llm_int8_threshold: 6.0
248
+ - llm_int8_skip_modules: None
249
+ - llm_int8_enable_fp32_cpu_offload: False
250
+ - llm_int8_has_fp16_weight: False
251
+ - bnb_4bit_quant_type: nf4
252
+ - bnb_4bit_use_double_quant: True
253
+ - bnb_4bit_compute_dtype: bfloat16
254
+
255
+ ### Framework versions
256
+
257
+
258
  - PEFT 0.6.2
adapter_config.json CHANGED
@@ -16,8 +16,8 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "v_proj",
20
- "q_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3be2ddac0dcf4d92cdef5c3d191101068944eb35d91c48f6033830546a3cb877
3
  size 67155338
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592f08da5f3e2629cbbdb9c2dca1e6ba166aefb52383f28825111b707366b7b4
3
  size 67155338
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 300,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 300
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 350,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 350
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,