HenningBlue
commited on
Commit
•
79477a6
1
Parent(s):
6b71355
Update text config to Vicuna
Browse files- 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": "
|
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 |
],
|