ybelkada HenningBlue commited on
Commit
05ae243
1 Parent(s): 6b71355

Update text config to Vicuna (#15)

Browse files

- Update text config to Vicuna (79477a6a9b0a67c8c6b6c94e7ff087bea4931a54)


Co-authored-by: Henning Bartsch <HenningBlue@users.noreply.huggingface.co>

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
  ],