jondurbin commited on
Commit
c27f22d
1 Parent(s): f4a90bd

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +18 -2
  2. adapter_config.json +3 -3
  3. adapter_model.bin +1 -1
README.md CHANGED
@@ -1,4 +1,20 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  ---
4
- This is just a test/checkpoint of qlora on mpt-30b. You can test if you'd like, but it needs more training to be really usable.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: True
16
+ - bnb_4bit_compute_dtype: bfloat16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0.dev0
adapter_config.json CHANGED
@@ -13,10 +13,10 @@
13
  "r": 64,
14
  "revision": null,
15
  "target_modules": [
16
- "Wqkv",
17
  "down_proj",
18
- "up_proj",
19
- "out_proj"
 
20
  ],
21
  "task_type": "CAUSAL_LM"
22
  }
 
13
  "r": 64,
14
  "revision": null,
15
  "target_modules": [
 
16
  "down_proj",
17
+ "out_proj",
18
+ "Wqkv",
19
+ "up_proj"
20
  ],
21
  "task_type": "CAUSAL_LM"
22
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9606c0396f5062dd8aee24a8fe3fded1f48fd463996202703eba23117e5e69a7
3
  size 704782669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82b2d0efd1143acd0b12bbcbc45d0b3951b24ea7011d50008e4b8aa0b50ad3b
3
  size 704782669