Upload .hf/inference_config.json with huggingface_hub
Browse files
.hf/inference_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "text-generation",
|
| 3 |
+
"models": [
|
| 4 |
+
"aryashah00/survey-finetuned-TinyLlama-1.1B-Chat-v1.0"
|
| 5 |
+
]
|
| 6 |
+
}
|