matteocirca
commited on
Commit
·
e76ff20
1
Parent(s):
437dde5
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -5,5 +5,6 @@
|
|
5 |
"max_length": 4096,
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.6,
|
8 |
-
"top_p": 0.9
|
|
|
9 |
}
|
|
|
5 |
"max_length": 4096,
|
6 |
"pad_token_id": 0,
|
7 |
"temperature": 0.6,
|
8 |
+
"top_p": 0.9,
|
9 |
+
"model_type": "llama"
|
10 |
}
|