Spaces:
Sleeping
Sleeping
missing comma in model_config
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ MODEL_CONFIG = {
|
|
| 78 |
"description": "Lightweight T5 model optimized for instruction following",
|
| 79 |
"dtype": torch.float16 if torch.cuda.is_available() else torch.float32,
|
| 80 |
"is_t5": True
|
| 81 |
-
}
|
| 82 |
"Fallback Model": {
|
| 83 |
"name": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
|
| 84 |
"description": "Model sangat ringan untuk fallback",
|
|
|
|
| 78 |
"description": "Lightweight T5 model optimized for instruction following",
|
| 79 |
"dtype": torch.float16 if torch.cuda.is_available() else torch.float32,
|
| 80 |
"is_t5": True
|
| 81 |
+
},
|
| 82 |
"Fallback Model": {
|
| 83 |
"name": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
|
| 84 |
"description": "Model sangat ringan untuk fallback",
|