YYYAMS commited on
Commit
9f08b0b
·
verified ·
1 Parent(s): c715d45

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. adapter_config.json +14 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "meta-llama/Llama-3.1-70B-Instruct",
3
+ "peft_type": "LORA",
4
+ "task_type": "CAUSAL_LM",
5
+ "lora_dropout": 0.05,
6
+ "r": 16,
7
+ "lora_alpha": 32,
8
+ "target_modules": [
9
+ "q_proj",
10
+ "v_proj",
11
+ "k_proj",
12
+ "o_proj"
13
+ ]
14
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b7936b917d272f36aaee1634fb50fe9d3dd07137bd56abaf1f4eaf48a74858
3
+ size 262367069