Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## `faizack/kronos-small-custom`
|
| 2 |
|
| 3 |
Custom Hugging Face model repo for deploying the **Kronos-small** time-series forecasting model as an Inference Endpoint.
|
|
@@ -116,5 +120,4 @@ Response structure:
|
|
| 116 |
}
|
| 117 |
```
|
| 118 |
|
| 119 |
-
You can adapt this contract as needed, as long as `predict` returns JSON-serializable data.
|
| 120 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
---
|
| 5 |
## `faizack/kronos-small-custom`
|
| 6 |
|
| 7 |
Custom Hugging Face model repo for deploying the **Kronos-small** time-series forecasting model as an Inference Endpoint.
|
|
|
|
| 120 |
}
|
| 121 |
```
|
| 122 |
|
| 123 |
+
You can adapt this contract as needed, as long as `predict` returns JSON-serializable data.
|
|
|