Upload folder using huggingface_hub
Browse files- README.md +125 -0
- adapter_config.json +27 -0
- adapter_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
## Training procedure
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
+
- quant_method: bitsandbytes
|
| 9 |
+
- load_in_8bit: True
|
| 10 |
+
- load_in_4bit: False
|
| 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: fp4
|
| 16 |
+
- bnb_4bit_use_double_quant: False
|
| 17 |
+
- bnb_4bit_compute_dtype: float32
|
| 18 |
+
|
| 19 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 20 |
+
- quant_method: bitsandbytes
|
| 21 |
+
- load_in_8bit: True
|
| 22 |
+
- load_in_4bit: False
|
| 23 |
+
- llm_int8_threshold: 6.0
|
| 24 |
+
- llm_int8_skip_modules: None
|
| 25 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 26 |
+
- llm_int8_has_fp16_weight: False
|
| 27 |
+
- bnb_4bit_quant_type: fp4
|
| 28 |
+
- bnb_4bit_use_double_quant: False
|
| 29 |
+
- bnb_4bit_compute_dtype: float32
|
| 30 |
+
|
| 31 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 32 |
+
- quant_method: bitsandbytes
|
| 33 |
+
- load_in_8bit: True
|
| 34 |
+
- load_in_4bit: False
|
| 35 |
+
- llm_int8_threshold: 6.0
|
| 36 |
+
- llm_int8_skip_modules: None
|
| 37 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 38 |
+
- llm_int8_has_fp16_weight: False
|
| 39 |
+
- bnb_4bit_quant_type: fp4
|
| 40 |
+
- bnb_4bit_use_double_quant: False
|
| 41 |
+
- bnb_4bit_compute_dtype: float32
|
| 42 |
+
|
| 43 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 44 |
+
- quant_method: bitsandbytes
|
| 45 |
+
- load_in_8bit: True
|
| 46 |
+
- load_in_4bit: False
|
| 47 |
+
- llm_int8_threshold: 6.0
|
| 48 |
+
- llm_int8_skip_modules: None
|
| 49 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 50 |
+
- llm_int8_has_fp16_weight: False
|
| 51 |
+
- bnb_4bit_quant_type: fp4
|
| 52 |
+
- bnb_4bit_use_double_quant: False
|
| 53 |
+
- bnb_4bit_compute_dtype: float32
|
| 54 |
+
|
| 55 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 56 |
+
- quant_method: bitsandbytes
|
| 57 |
+
- load_in_8bit: True
|
| 58 |
+
- load_in_4bit: False
|
| 59 |
+
- llm_int8_threshold: 6.0
|
| 60 |
+
- llm_int8_skip_modules: None
|
| 61 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 62 |
+
- llm_int8_has_fp16_weight: False
|
| 63 |
+
- bnb_4bit_quant_type: fp4
|
| 64 |
+
- bnb_4bit_use_double_quant: False
|
| 65 |
+
- bnb_4bit_compute_dtype: float32
|
| 66 |
+
|
| 67 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 68 |
+
- quant_method: bitsandbytes
|
| 69 |
+
- load_in_8bit: True
|
| 70 |
+
- load_in_4bit: False
|
| 71 |
+
- llm_int8_threshold: 6.0
|
| 72 |
+
- llm_int8_skip_modules: None
|
| 73 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 74 |
+
- llm_int8_has_fp16_weight: False
|
| 75 |
+
- bnb_4bit_quant_type: fp4
|
| 76 |
+
- bnb_4bit_use_double_quant: False
|
| 77 |
+
- bnb_4bit_compute_dtype: float32
|
| 78 |
+
|
| 79 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 80 |
+
- quant_method: bitsandbytes
|
| 81 |
+
- load_in_8bit: True
|
| 82 |
+
- load_in_4bit: False
|
| 83 |
+
- llm_int8_threshold: 6.0
|
| 84 |
+
- llm_int8_skip_modules: None
|
| 85 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 86 |
+
- llm_int8_has_fp16_weight: False
|
| 87 |
+
- bnb_4bit_quant_type: fp4
|
| 88 |
+
- bnb_4bit_use_double_quant: False
|
| 89 |
+
- bnb_4bit_compute_dtype: float32
|
| 90 |
+
|
| 91 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 92 |
+
- quant_method: bitsandbytes
|
| 93 |
+
- load_in_8bit: True
|
| 94 |
+
- load_in_4bit: False
|
| 95 |
+
- llm_int8_threshold: 6.0
|
| 96 |
+
- llm_int8_skip_modules: None
|
| 97 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 98 |
+
- llm_int8_has_fp16_weight: False
|
| 99 |
+
- bnb_4bit_quant_type: fp4
|
| 100 |
+
- bnb_4bit_use_double_quant: False
|
| 101 |
+
- bnb_4bit_compute_dtype: float32
|
| 102 |
+
|
| 103 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 104 |
+
- quant_method: bitsandbytes
|
| 105 |
+
- load_in_8bit: True
|
| 106 |
+
- load_in_4bit: False
|
| 107 |
+
- llm_int8_threshold: 6.0
|
| 108 |
+
- llm_int8_skip_modules: None
|
| 109 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 110 |
+
- llm_int8_has_fp16_weight: False
|
| 111 |
+
- bnb_4bit_quant_type: fp4
|
| 112 |
+
- bnb_4bit_use_double_quant: False
|
| 113 |
+
- bnb_4bit_compute_dtype: float32
|
| 114 |
+
### Framework versions
|
| 115 |
+
|
| 116 |
+
- PEFT 0.5.0
|
| 117 |
+
- PEFT 0.5.0
|
| 118 |
+
- PEFT 0.5.0
|
| 119 |
+
- PEFT 0.5.0
|
| 120 |
+
- PEFT 0.5.0
|
| 121 |
+
- PEFT 0.5.0
|
| 122 |
+
- PEFT 0.5.0
|
| 123 |
+
- PEFT 0.5.0
|
| 124 |
+
|
| 125 |
+
- PEFT 0.5.0
|
adapter_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
| 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": 32,
|
| 11 |
+
"lora_dropout": 0.05,
|
| 12 |
+
"modules_to_save": null,
|
| 13 |
+
"peft_type": "LORA",
|
| 14 |
+
"r": 8,
|
| 15 |
+
"revision": null,
|
| 16 |
+
"target_modules": [
|
| 17 |
+
"q_proj",
|
| 18 |
+
"k_proj",
|
| 19 |
+
"v_proj",
|
| 20 |
+
"o_proj",
|
| 21 |
+
"gate_proj",
|
| 22 |
+
"down_proj",
|
| 23 |
+
"up_proj",
|
| 24 |
+
"lm_head"
|
| 25 |
+
],
|
| 26 |
+
"task_type": "CAUSAL_LM"
|
| 27 |
+
}
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1345be5c630a6953b0d51c4430d30d112ef61daad6290f411f46ceb66ba9a55
|
| 3 |
+
size 85203090
|