Spaces:
Running
Running
add original apriel 15b
Browse files
app.py
CHANGED
|
@@ -59,6 +59,11 @@ MODELS = {
|
|
| 59 |
"repo_id": "cpatonn/Apriel-1.5-15b-Thinker-AWQ-8bit",
|
| 60 |
"description": "Multimodal reasoning model with 15B parameters, trained via extensive mid-training on text and image data, and fine-tuned only on text (no image SFT). Achieves competitive performance on reasoning benchmarks like Artificial Analysis (score: 52), Tau2 Bench Telecom (68), and IFBench (62). Supports both text and image understanding, fits on a single GPU, and includes structured reasoning output with tool and function calling capabilities."
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
# 14.8B total parameters
|
| 64 |
"Qwen3-14B": {
|
|
|
|
| 59 |
"repo_id": "cpatonn/Apriel-1.5-15b-Thinker-AWQ-8bit",
|
| 60 |
"description": "Multimodal reasoning model with 15B parameters, trained via extensive mid-training on text and image data, and fine-tuned only on text (no image SFT). Achieves competitive performance on reasoning benchmarks like Artificial Analysis (score: 52), Tau2 Bench Telecom (68), and IFBench (62). Supports both text and image understanding, fits on a single GPU, and includes structured reasoning output with tool and function calling capabilities."
|
| 61 |
},
|
| 62 |
+
|
| 63 |
+
"Apriel-1.5-15b-Thinker": {
|
| 64 |
+
"repo_id": "ServiceNow-AI/Apriel-1.5-15b-Thinker",
|
| 65 |
+
"description": "Multimodal reasoning model with 15B parameters, trained via extensive mid-training on text and image data, and fine-tuned only on text (no image SFT). Achieves competitive performance on reasoning benchmarks like Artificial Analysis (score: 52), Tau2 Bench Telecom (68), and IFBench (62). Supports both text and image understanding, fits on a single GPU, and includes structured reasoning output with tool and function calling capabilities."
|
| 66 |
+
},
|
| 67 |
|
| 68 |
# 14.8B total parameters
|
| 69 |
"Qwen3-14B": {
|