Upload toto/manifest.json with huggingface_hub
Browse files- toto/manifest.json +20 -0
toto/manifest.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "toto",
|
| 3 |
+
"description": "Datadog Toto-Open-Base-1.0 - Time series foundation model",
|
| 4 |
+
"architecture": "toto",
|
| 5 |
+
"context_length": 4096,
|
| 6 |
+
"output_type": "mixture_of_student_t",
|
| 7 |
+
"multivariate": true,
|
| 8 |
+
"variants": {
|
| 9 |
+
"f16": {
|
| 10 |
+
"size_bytes": 302996800,
|
| 11 |
+
"filename": "toto-f16.gguf",
|
| 12 |
+
"sha256": "102eba3bdeba91254a2d2eaed8ccdcaf8077e447466be566c121a38696116fdb"
|
| 13 |
+
},
|
| 14 |
+
"f32": {
|
| 15 |
+
"size_bytes": 605232448,
|
| 16 |
+
"filename": "toto-f32.gguf",
|
| 17 |
+
"sha256": "0722233c6fcd13025b9d4ccbc0df9fb066dcd847a3e904328da0d5240cdca559"
|
| 18 |
+
}
|
| 19 |
+
}
|
| 20 |
+
}
|