Upload to use transformers based model (#7)
Browse files- Upload 2 files (54334ba0634ce08c6537ebdca6dbb958b5588de0)
Co-authored-by: Kashif Rasul <[email protected]>
- config.json +7 -7
- model.safetensors +2 -2
config.json
CHANGED
@@ -3,20 +3,20 @@
|
|
3 |
"TimesFmModelForPrediction"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
-
"
|
7 |
"freq_size": 3,
|
8 |
"head_dim": 80,
|
9 |
-
"
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 1280,
|
12 |
"max_timescale": 10000,
|
13 |
"min_timescale": 1,
|
14 |
-
"model_dim": 1280,
|
15 |
"model_type": "timesfm",
|
16 |
-
"
|
17 |
-
"
|
18 |
"pad_val": 1123581321.0,
|
19 |
-
"
|
20 |
"quantiles": [
|
21 |
0.1,
|
22 |
0.2,
|
@@ -31,6 +31,6 @@
|
|
31 |
"rms_norm_eps": 1e-06,
|
32 |
"tolerance": 1e-06,
|
33 |
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.
|
35 |
"use_positional_embedding": false
|
36 |
}
|
|
|
3 |
"TimesFmModelForPrediction"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
+
"context_length": 512,
|
7 |
"freq_size": 3,
|
8 |
"head_dim": 80,
|
9 |
+
"hidden_size": 1280,
|
10 |
+
"horizon_length": 128,
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 1280,
|
13 |
"max_timescale": 10000,
|
14 |
"min_timescale": 1,
|
|
|
15 |
"model_type": "timesfm",
|
16 |
+
"num_attention_heads": 16,
|
17 |
+
"num_hidden_layers": 50,
|
18 |
"pad_val": 1123581321.0,
|
19 |
+
"patch_length": 32,
|
20 |
"quantiles": [
|
21 |
0.1,
|
22 |
0.2,
|
|
|
31 |
"rms_norm_eps": 1e-06,
|
32 |
"tolerance": 1e-06,
|
33 |
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.52.0.dev0",
|
35 |
"use_positional_embedding": false
|
36 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb9d7022d8027325f4e656b7d5cf36dd919269fd79ad714eab41f5ba49cc1cfe
|
3 |
+
size 1995406976
|