federicosabbadini commited on
Commit
d235923
·
verified ·
1 Parent(s): 41b88f6

Upload p32-s8-seed42/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. p32-s8-seed42/config.json +53 -0
p32-s8-seed42/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ChronosBoltModelForForecasting"
4
+ ],
5
+ "chronos_config": {
6
+ "context_length": 2048,
7
+ "input_patch_size": 32,
8
+ "input_patch_stride": 8,
9
+ "prediction_length": 64,
10
+ "quantiles": [
11
+ 0.1,
12
+ 0.2,
13
+ 0.3,
14
+ 0.4,
15
+ 0.5,
16
+ 0.6,
17
+ 0.7,
18
+ 0.8,
19
+ 0.9
20
+ ],
21
+ "use_reg_token": true
22
+ },
23
+ "chronos_pipeline_class": "ChronosBoltPipeline",
24
+ "classifier_dropout": 0.0,
25
+ "d_ff": 1024,
26
+ "d_kv": 64,
27
+ "d_model": 256,
28
+ "decoder_start_token_id": 0,
29
+ "dense_act_fn": "relu",
30
+ "dropout_rate": 0.1,
31
+ "dtype": "float32",
32
+ "eos_token_id": 1,
33
+ "feed_forward_proj": "relu",
34
+ "initializer_factor": 0.05,
35
+ "is_decoder": false,
36
+ "is_encoder_decoder": true,
37
+ "is_gated_act": false,
38
+ "layer_norm_epsilon": 1e-06,
39
+ "model_type": "t5",
40
+ "n_positions": 512,
41
+ "num_decoder_layers": 4,
42
+ "num_heads": 4,
43
+ "num_layers": 4,
44
+ "pad_token_id": 0,
45
+ "reg_token_id": 1,
46
+ "relative_attention_max_distance": 128,
47
+ "relative_attention_num_buckets": 32,
48
+ "scale_decoder_outputs": true,
49
+ "tie_word_embeddings": true,
50
+ "transformers_version": "5.13.1",
51
+ "use_cache": true,
52
+ "vocab_size": 2
53
+ }