Upload endpoint_config.json with huggingface_hub
Browse files- endpoint_config.json +6 -1
endpoint_config.json
CHANGED
|
@@ -1 +1,6 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "tomoe007/finetuned5",
|
| 3 |
+
"task": "text-generation",
|
| 4 |
+
"hardware": "gpu-large",
|
| 5 |
+
"scaling": "auto"
|
| 6 |
+
}
|