Upload AutoformerForPrediction
Browse files- README.md +2 -2
- config.json +3 -3
- generation_config.json +4 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
datasets:
|
| 3 |
-
- thesven/BTC-Daily-Avg-Market-Value
|
| 4 |
tags:
|
| 5 |
- Finance
|
| 6 |
- Autoformer
|
| 7 |
- Timeseries Transformer
|
| 8 |
- Timeseries Prediction
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
Autoformer model to aid in the future price prediction of bitcoin based on market average price
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- Finance
|
| 4 |
- Autoformer
|
| 5 |
- Timeseries Transformer
|
| 6 |
- Timeseries Prediction
|
| 7 |
+
datasets:
|
| 8 |
+
- thesven/BTC-Daily-Avg-Market-Value
|
| 9 |
---
|
| 10 |
Autoformer model to aid in the future price prediction of bitcoin based on market average price
|
config.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"cardinality": [
|
| 10 |
0
|
| 11 |
],
|
| 12 |
-
"context_length":
|
| 13 |
"d_model": 32,
|
| 14 |
"decoder_attention_heads": 2,
|
| 15 |
"decoder_ffn_dim": 32,
|
|
@@ -69,9 +69,9 @@
|
|
| 69 |
"num_static_categorical_features": 0,
|
| 70 |
"num_static_real_features": 0,
|
| 71 |
"num_time_features": 4,
|
| 72 |
-
"prediction_length":
|
| 73 |
"scaling": true,
|
| 74 |
"torch_dtype": "float32",
|
| 75 |
-
"transformers_version": "4.
|
| 76 |
"use_cache": true
|
| 77 |
}
|
|
|
|
| 9 |
"cardinality": [
|
| 10 |
0
|
| 11 |
],
|
| 12 |
+
"context_length": 1122,
|
| 13 |
"d_model": 32,
|
| 14 |
"decoder_attention_heads": 2,
|
| 15 |
"decoder_ffn_dim": 32,
|
|
|
|
| 69 |
"num_static_categorical_features": 0,
|
| 70 |
"num_static_real_features": 0,
|
| 71 |
"num_time_features": 4,
|
| 72 |
+
"prediction_length": 561,
|
| 73 |
"scaling": true,
|
| 74 |
"torch_dtype": "float32",
|
| 75 |
+
"transformers_version": "4.40.1",
|
| 76 |
"use_cache": true
|
| 77 |
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.40.1"
|
| 4 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bed156ef095f7cd14bbf21af4fa389d28b2ed13cbd958faacba4b7bd4dbb151
|
| 3 |
+
size 852172
|