Narednra commited on
Commit
7412081
·
verified ·
1 Parent(s): c12d11f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. adapter_config.json +7 -7
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -1,26 +1,26 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "init_lora_weights": true,
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
10
- "lora_alpha": 64,
11
- "lora_dropout": 0.1,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
- "r": 16,
15
  "revision": null,
16
  "target_modules": [
17
- "v_proj",
18
  "k_proj",
19
- "gate_proj",
20
  "q_proj",
21
  "down_proj",
22
  "o_proj",
23
- "up_proj"
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "epfl-llm/meditron-7b",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "init_lora_weights": true,
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
+ "r": 32,
15
  "revision": null,
16
  "target_modules": [
17
+ "up_proj",
18
  "k_proj",
 
19
  "q_proj",
20
  "down_proj",
21
  "o_proj",
22
+ "gate_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2fe462139957899a0b9ae8c750602c6ca8bad1b2eebc4311b49a196f1591485
3
- size 50573530
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80748baf9864bbc53fa8e5608056bbf1c0c9078d2805f85b76497c21af3a8d4d
3
+ size 319977674