HenningBlue commited on
Commit
79477a6
1 Parent(s): 6b71355

Update text config to Vicuna

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -8,7 +8,7 @@
8
  "pad_token_id": 32001,
9
  "projector_hidden_act": "gelu",
10
  "text_config": {
11
- "_name_or_path": "meta-llama/Llama-2-7b-hf",
12
  "architectures": [
13
  "LlamaForCausalLM"
14
  ],
 
8
  "pad_token_id": 32001,
9
  "projector_hidden_act": "gelu",
10
  "text_config": {
11
+ "_name_or_path": "lmsys/vicuna-7b-v1.5",
12
  "architectures": [
13
  "LlamaForCausalLM"
14
  ],