mlabonne commited on
Commit
1e4f5c8
1 Parent(s): 31d6a40

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +24 -3
  2. adapter_config.json +33 -0
  3. adapter_model.safetensors +3 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - failspy/llama-3-70B-Instruct-abliterated
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ - peft
8
+
9
+ ---
10
+ # Llama-3-70B-Instruct-abliterated-LORA
11
+
12
+ This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).
13
+
14
+ ## LoRA Details
15
+
16
+ This LoRA adapter was extracted from [failspy/llama-3-70B-Instruct-abliterated](https://huggingface.co/failspy/llama-3-70B-Instruct-abliterated) and uses meta-llama/Meta-Llama-3-70B-Instruct as a base.
17
+
18
+ ### Parameters
19
+
20
+ The following command was used to extract this LoRA adapter:
21
+
22
+ ```sh
23
+ mergekit-extract-lora meta-llama/Meta-Llama-3-70B-Instruct failspy/llama-3-70B-Instruct-abliterated OUTPUT_PATH --rank=64
24
+ ```
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
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": 64,
13
+ "lora_dropout": 0,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "lm_head",
23
+ "gate_proj",
24
+ "q_proj",
25
+ "k_proj",
26
+ "o_proj",
27
+ "v_proj",
28
+ "down_proj",
29
+ "up_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_rslora": false
33
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936ed782dfdd63958e21a7c7fbf33d685a519483a998b4c968825b3be0e7dffe
3
+ size 1674369360