or4cl3ai commited on
Commit
f1f3487
·
1 Parent(s): f462c33

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -12
config.json CHANGED
@@ -1,15 +1,9 @@
1
  {
2
  "model_type": "SquanchNasty AI Model",
3
- "pipelines": [
4
- {
5
- "name": "conversational",
6
- "description": "Engage in multi-turn conversations with the AI model.",
7
- "input_type": "chat",
8
- "output_type": "chat",
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
  }