Update config.json
Browse files- config.json +6 -12
config.json
CHANGED
@@ -1,15 +1,9 @@
|
|
1 |
{
|
2 |
"model_type": "SquanchNasty AI Model",
|
3 |
-
"
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"example": {
|
10 |
-
"input": "User: Hello, how are you?\nAI: I'm doing great, thanks for asking! How can I assist you today?",
|
11 |
-
"output": "User: I have a question about the latest product release.\nAI: Sure, I'd be happy to help. What would you like to know?"
|
12 |
-
}
|
13 |
-
}
|
14 |
-
]
|
15 |
}
|
|
|
1 |
{
|
2 |
"model_type": "SquanchNasty AI Model",
|
3 |
+
"pipeline": "conversational",
|
4 |
+
"architecture": "gpt-3.5-turbo",
|
5 |
+
"max_length": 512,
|
6 |
+
"num_beams": 4,
|
7 |
+
"temperature": 0.8,
|
8 |
+
"top_p": 0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|