Yong99 commited on
Commit
1b685f7
·
verified ·
1 Parent(s): 1c8bee5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ import torch
35
  from transformers import AutoModelForCausalLM
36
 
37
  # load pretrain model
38
- model = AutoModelForCausalLM.from_pretrained('thuml/timer-1.1-84m', trust_remote_code=True, token=True)
39
 
40
  # prepare input
41
  batch_size, lookback_length = 1, 2880
 
35
  from transformers import AutoModelForCausalLM
36
 
37
  # load pretrain model
38
+ model = AutoModelForCausalLM.from_pretrained('thuml/timer-base-84m', trust_remote_code=True, token=True)
39
 
40
  # prepare input
41
  batch_size, lookback_length = 1, 2880