NobodySpecial
commited on
Commit
•
d986cae
1
Parent(s):
7ea7115
Update config.json
Browse filesLine 11, '"max_length": 4096' was missing a comma.
- config.json +1 -1
config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"hidden_size": 8192,
|
9 |
"initializer_range": 0.02,
|
10 |
"intermediate_size": 28672,
|
11 |
-
"max_length": 4096
|
12 |
"max_position_embeddings": 2048,
|
13 |
"model_type": "llama",
|
14 |
"num_attention_heads": 64,
|
|
|
8 |
"hidden_size": 8192,
|
9 |
"initializer_range": 0.02,
|
10 |
"intermediate_size": 28672,
|
11 |
+
"max_length": 4096,
|
12 |
"max_position_embeddings": 2048,
|
13 |
"model_type": "llama",
|
14 |
"num_attention_heads": 64,
|