sert121 commited on
Commit
a53b99b
1 Parent(s): 37e06ae

End of training

Browse files
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ library_name: peft
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
+ ### Framework versions
19
+
20
+
21
+ - PEFT 0.4.0.dev0
adapter_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "ybelkada/falcon-7b-sharded-bf16",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "lora_alpha": 16,
10
+ "lora_dropout": 0.1,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 64,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "query_key_value",
17
+ "dense",
18
+ "dense_h_to_4h",
19
+ "dense_4h_to_h"
20
+ ],
21
+ "task_type": "CAUSAL_LM"
22
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c4ea49a45e2c19feea1db6349cc228d94b18f5bfbd677b06a393193600e4050
3
+ size 522284877
runs/Jun29_11-16-46_bf48d9dfea74/events.out.tfevents.1688037475.bf48d9dfea74.1072700.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e9175960bab70e07d88c339b5d1d0268922fae8aa75d6e53855c2abb839195c
3
- size 9061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37dc7be7b0a7301f9da1abbdb4376a8cd0756b6b20d54fd92073ffd52eb4ebae
3
+ size 9409