Update prediction_example_etth1.ipynb
Browse files
prediction_example_etth1.ipynb
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"outputs": [],
|
20 |
"source": [
|
21 |
"# load model and dataset\n",
|
22 |
-
"model = AutoModelForCausalLM.from_pretrained('thuml/timer-base-84m', trust_remote_code=True
|
23 |
"df = pd.read_csv(\"https://raw.githubusercontent.com/WenWeiTHU/TimeSeriesDatasets/refs/heads/main/ETT-small/ETTh2.csv\")"
|
24 |
]
|
25 |
},
|
|
|
19 |
"outputs": [],
|
20 |
"source": [
|
21 |
"# load model and dataset\n",
|
22 |
+
"model = AutoModelForCausalLM.from_pretrained('thuml/timer-base-84m', trust_remote_code=True)\n",
|
23 |
"df = pd.read_csv(\"https://raw.githubusercontent.com/WenWeiTHU/TimeSeriesDatasets/refs/heads/main/ETT-small/ETTh2.csv\")"
|
24 |
]
|
25 |
},
|