kunal732 commited on
Commit
2b24e47
·
verified ·
1 Parent(s): bf76eb5

Add Chronos-Bolt-small manifest

Browse files
Files changed (1) hide show
  1. chronos/manifest.json +15 -0
chronos/manifest.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "chronos",
3
+ "description": "Amazon Chronos-Bolt-small - 48M parameter T5 encoder-decoder time series model",
4
+ "architecture": "chronos",
5
+ "context_length": 2048,
6
+ "output_type": "quantile",
7
+ "multivariate": false,
8
+ "variants": {
9
+ "f16": {
10
+ "size_bytes": 95490368,
11
+ "filename": "chronos-f16.gguf",
12
+ "sha256": "aa91fbb6074803306c70ac327a918ddf9d57ab7b440361d363e634e5b0c71aaf"
13
+ }
14
+ }
15
+ }