| { | |
| "_name_or_path": "DOMOAI", | |
| "architectures": [ | |
| "CustomModelForDomo" | |
| ], | |
| "model_type": "custom", | |
| "task": "text-generation", | |
| "pipeline_tag": "text-generation", | |
| "framework": "custom", | |
| "domo_config": { | |
| "version": "1.0", | |
| "description": "AI chatbot for Domo with chart recommendations", | |
| "capabilities": [ | |
| "text_generation", | |
| "data_analysis", | |
| "chart_recommendation" | |
| ], | |
| "chart_types": [ | |
| "bar", | |
| "line", | |
| "pie", | |
| "scatter" | |
| ], | |
| "max_tokens": 200, | |
| "temperature": 0.7 | |
| } | |
| } |