Upload folder using huggingface_hub
Browse files- .DS_Store +0 -0
- config.json +17 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"UnifiedTSForPrediction"
|
| 4 |
+
],
|
| 5 |
+
"channel_mixing": true,
|
| 6 |
+
"model_name": "timemixerpp",
|
| 7 |
+
"model_type": "UnifiedTS",
|
| 8 |
+
"pred_len": [
|
| 9 |
+
96,
|
| 10 |
+
192,
|
| 11 |
+
336,
|
| 12 |
+
720
|
| 13 |
+
],
|
| 14 |
+
"seq_len": 96,
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.40.1"
|
| 17 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffbb2c9050322375ee62fa9deb8f130e9c35df4f633d6a3aa609d5f0a5124bfa
|
| 3 |
+
size 227467088
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41f38459e7084fb5b07ee815d4d56d35ae7f83115bbd4debf02076a92f2b3f32
|
| 3 |
+
size 5048
|