Infernaught commited on
Commit
a671fd6
1 Parent(s): 92b75d8

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +10 -0
  2. adapter_config.json +34 -0
  3. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+ ### Framework versions
7
+
8
+ - PEFT 0.5.0
9
+
10
+ - PEFT 0.5.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": {
3
+ "base_model_class": "LlamaForCausalLM",
4
+ "parent_library": "transformers.models.llama.modeling_llama"
5
+ },
6
+ "base_model_name_or_path": "HuggingFaceH4/tiny-random-LlamaForCausalLM",
7
+ "beta1": 0.85,
8
+ "beta2": 0.85,
9
+ "bias": "none",
10
+ "deltaT": 1,
11
+ "fan_in_fan_out": false,
12
+ "inference_mode": true,
13
+ "init_lora_weights": true,
14
+ "init_r": 12,
15
+ "layers_pattern": null,
16
+ "layers_to_transform": null,
17
+ "lora_alpha": 16,
18
+ "lora_dropout": 0.05,
19
+ "modules_to_save": null,
20
+ "orth_reg_weight": 0.5,
21
+ "peft_type": "ADALORA",
22
+ "r": 8,
23
+ "rank_pattern": null,
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "target_r": 8,
30
+ "task_type": null,
31
+ "tfinal": 0,
32
+ "tinit": 0,
33
+ "total_step": null
34
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e93923708a736ac73ccadcea7da9ff4cc3fd23ff4e4659cd2a04df64b7556c07
3
+ size 10517