AhmedSSoliman commited on
Commit
ea596d3
1 Parent(s): 9e5efbe

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +32 -0
  2. adapter_config.json +23 -0
  3. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: mistralai/Mistral-7B-Instruct-v0.1
4
+ ---
5
+
6
+ ### Model Description
7
+
8
+ <!-- Provide a longer summary of what this model is. -->
9
+ This is a chat model specialized for SQL,
10
+ which has been fine-tuned based on the 'Mistral-7B-Instruct-v0.1' using 'sql-create-context' datasets.
11
+
12
+ SQLに特化したMistral-7Bモデルです(普段のクエリ書くために作りました、よろしければ試してみてください)
13
+
14
+ ## Training procedure
15
+
16
+
17
+ The following `bitsandbytes` quantization config was used during training:
18
+ - quant_method: bitsandbytes
19
+ - load_in_8bit: False
20
+ - load_in_4bit: True
21
+ - llm_int8_threshold: 6.0
22
+ - llm_int8_skip_modules: None
23
+ - llm_int8_enable_fp32_cpu_offload: False
24
+ - llm_int8_has_fp16_weight: False
25
+ - bnb_4bit_quant_type: nf4
26
+ - bnb_4bit_use_double_quant: False
27
+ - bnb_4bit_compute_dtype: float16
28
+
29
+ ### Framework versions
30
+
31
+
32
+ - PEFT 0.6.0.dev0
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.1",
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
+ "lora_alpha": 16,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 64,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5310df94c54aee8146b7bd28eb1502985f0c4d38d6bbda715b3e7c64d1f444
3
+ size 109097933