Yong99 commited on
Commit
1af08c8
·
verified ·
1 Parent(s): a792e0e

Update prediction_example_etth1.ipynb

Browse files
Files changed (1) hide show
  1. prediction_example_etth1.ipynb +1 -1
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, token=True)\n",
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
  },