VoidZeroe commited on
Commit
3ce4213
·
1 Parent(s): 5089cff

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: meta-llama/Llama-2-13b-chat-hf
4
+ ---
5
+ ## Training procedure
6
+
7
+
8
+ The following `bitsandbytes` quantization config was used during training:
9
+ - load_in_8bit: False
10
+ - load_in_4bit: True
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: nf4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float16
18
+
19
+ The following `bitsandbytes` quantization config was used during training:
20
+ - load_in_8bit: False
21
+ - load_in_4bit: True
22
+ - llm_int8_threshold: 6.0
23
+ - llm_int8_skip_modules: None
24
+ - llm_int8_enable_fp32_cpu_offload: False
25
+ - llm_int8_has_fp16_weight: False
26
+ - bnb_4bit_quant_type: nf4
27
+ - bnb_4bit_use_double_quant: False
28
+ - bnb_4bit_compute_dtype: float16
29
+ ### Framework versions
30
+
31
+ - PEFT 0.7.2.dev0
32
+ - PEFT 0.4.0
33
+
34
+ - PEFT 0.4.0
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-13b-chat-hf",
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
+ "loftq_config": {},
12
+ "lora_alpha": 18,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 128,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6915a8e1acfc1a36ecaa41186e76023858f3e826349060fc552356bb565bd9c
3
+ size 419488522
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e144d07465c0c4e12d6202a78b1b538ea603a249e232c42598e83f3dc11f698
3
+ size 419452392