QuantaSparkLabs commited on
Commit
e93ea17
verified
1 Parent(s): abf8c2c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "chronos_rag",
3
+ "architectures": [
4
+ "Chronos"
5
+ ],
6
+ "torch_dtype": "float16",
7
+ "max_position_embeddings": 32768,
8
+ "vocab_size": 151936
9
+ }