CzBarna commited on
Commit
eb76d37
1 Parent(s): f101cda

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
@@ -17,6 +17,6 @@
17
  "q_proj",
18
  "v_proj"
19
  ],
20
- "task_type": "CAUSAL_LM",
21
- "model_type": "llama"
22
  }
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-8B",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
17
  "q_proj",
18
  "v_proj"
19
  ],
20
+ "task_type": "CAUSAL_LM"
21
+ "model_type":"llama"
22
  }