Upload folder using huggingface_hub
Browse files- config.json +23 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "chorous1",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Chorous1ForForecasting"
|
| 5 |
+
],
|
| 6 |
+
"pipeline_tag": "time-series-forecasting",
|
| 7 |
+
"model_name": "chorous1-50m",
|
| 8 |
+
"hidden_size": 512,
|
| 9 |
+
"num_hidden_layers": 16,
|
| 10 |
+
"num_attention_heads": 8,
|
| 11 |
+
"num_kv_heads": 2,
|
| 12 |
+
"ffn_intermediate": 1408,
|
| 13 |
+
"ffn_multiplier": 2.667,
|
| 14 |
+
"patch_size": 16,
|
| 15 |
+
"context_length": 10240,
|
| 16 |
+
"forecast_horizon": 96,
|
| 17 |
+
"num_channels": 7,
|
| 18 |
+
"dropout": 0.05,
|
| 19 |
+
"rope_theta": 500000.0,
|
| 20 |
+
"num_parameters": 45163104,
|
| 21 |
+
"val_mse": 0.6408555060625076,
|
| 22 |
+
"torch_dtype": "bfloat16"
|
| 23 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:072802ad59ad8c2215ca9c5815fae7c270ceec49a233797ab24c778520e59893
|
| 3 |
+
size 180670392
|