vijaye12
commited on
Commit
•
931ea85
1
Parent(s):
d1748f6
adding 512-96
Browse files- config.json +46 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"adaptive_patching_levels": 3,
|
3 |
+
"architectures": [
|
4 |
+
"TinyTimeMixerForPrediction"
|
5 |
+
],
|
6 |
+
"context_length": 512,
|
7 |
+
"d_model": 192,
|
8 |
+
"decoder_adaptive_patching_levels": 0,
|
9 |
+
"decoder_d_model": 128,
|
10 |
+
"decoder_mode": "common_channel",
|
11 |
+
"decoder_num_layers": 2,
|
12 |
+
"decoder_raw_residual": false,
|
13 |
+
"distribution_output": "student_t",
|
14 |
+
"dropout": 0.2,
|
15 |
+
"expansion_factor": 2,
|
16 |
+
"frequency_token_vocab_size": 5,
|
17 |
+
"gated_attn": true,
|
18 |
+
"head_dropout": 0.2,
|
19 |
+
"init_processing": true,
|
20 |
+
"init_std": 0.02,
|
21 |
+
"loss": "mse",
|
22 |
+
"mode": "common_channel",
|
23 |
+
"model_type": "tinytimemixer",
|
24 |
+
"norm_eps": 1e-05,
|
25 |
+
"norm_mlp": "LayerNorm",
|
26 |
+
"num_input_channels": 1,
|
27 |
+
"num_layers": 2,
|
28 |
+
"num_parallel_samples": 100,
|
29 |
+
"num_patches": 8,
|
30 |
+
"patch_last": true,
|
31 |
+
"patch_length": 64,
|
32 |
+
"patch_stride": 64,
|
33 |
+
"positional_encoding_type": "sincos",
|
34 |
+
"post_init": false,
|
35 |
+
"prediction_channel_indices": null,
|
36 |
+
"prediction_filter_length": null,
|
37 |
+
"prediction_length": 96,
|
38 |
+
"resolution_prefix_tuning": false,
|
39 |
+
"scaling": "std",
|
40 |
+
"self_attn": false,
|
41 |
+
"self_attn_heads": 1,
|
42 |
+
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.37.2",
|
44 |
+
"use_decoder": true,
|
45 |
+
"use_positional_encoding": false
|
46 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.37.2"
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30f8d9be619518e18c4c15c6ee504e491b9624b48e251661cd5f967bce097731
|
3 |
+
size 3240592
|