mikecovlee commited on
Commit
c9e3fff
·
verified ·
1 Parent(s): f1d8aef

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -17,6 +17,6 @@
17
  "num_experts": 8,
18
  "act_fn": "silu",
19
  "top_k": 2,
20
- "base_model_name_or_path": "/home/lidengchun/models/Llama-2-7b-hf",
21
  "task_type": "QUESTION_ANS"
22
  }
 
17
  "num_experts": 8,
18
  "act_fn": "silu",
19
  "top_k": 2,
20
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
21
  "task_type": "QUESTION_ANS"
22
  }