Upload config.json with huggingface_hub
Browse files- config.json +30 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "timellm",
|
| 3 |
+
"model_name": "Demand_Forecasting",
|
| 4 |
+
"base_model": "meta-llama/Llama-3.2-3B",
|
| 5 |
+
"task_name": "long_term_forecast",
|
| 6 |
+
"seq_len": 96,
|
| 7 |
+
"pred_len": 96,
|
| 8 |
+
"label_len": 48,
|
| 9 |
+
"patch_len": 16,
|
| 10 |
+
"stride": 8,
|
| 11 |
+
"d_model": 16,
|
| 12 |
+
"d_ff": 32,
|
| 13 |
+
"n_heads": 8,
|
| 14 |
+
"e_layers": 2,
|
| 15 |
+
"d_layers": 1,
|
| 16 |
+
"factor": 3,
|
| 17 |
+
"dropout": 0.1,
|
| 18 |
+
"enc_in": 14,
|
| 19 |
+
"dec_in": 14,
|
| 20 |
+
"c_out": 14,
|
| 21 |
+
"prompt_domain": 0,
|
| 22 |
+
"llm_model": "LLAMA",
|
| 23 |
+
"llm_dim": 3072,
|
| 24 |
+
"llm_layers": 6,
|
| 25 |
+
"framework": "pytorch",
|
| 26 |
+
"trained_on": "aws-sagemaker",
|
| 27 |
+
"training_job": "TimeLLM-training-Demand-Forecasting-2025-07-09-21-27-13",
|
| 28 |
+
"training_time": "1114 seconds",
|
| 29 |
+
"instance_type": "ml.g5.12xlarge"
|
| 30 |
+
}
|