Commit
·
a6e9483
1
Parent(s):
207b3f9
Update config.json
Browse filesYou're missing a comma on line two causing failure. I added in the comma. Please test.
![Screen Shot 2023-12-03 at 1.01.20 AM.png](https://cdn-uploads.huggingface.co/production/uploads/6402366d06c715b9340068ae/MGAJXqEEdm0CZ2OINmYgq.png)
- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"model_type": "transformers"
|
3 |
"model_name": "SquanchNasty AI Model",
|
4 |
"pipeline": "advanced_conversation",
|
5 |
"max_length": 4096,
|
|
|
1 |
{
|
2 |
+
"model_type": "transformers",
|
3 |
"model_name": "SquanchNasty AI Model",
|
4 |
"pipeline": "advanced_conversation",
|
5 |
"max_length": 4096,
|