LinyingLyu commited on
Commit
4468e34
·
verified ·
1 Parent(s): 66893a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ device = 'cuda:0'
46
  max_length = 1792
47
 
48
  tokenizer = tiktoken.get_encoding("gpt2")
49
- model = ChronoGPT.from_pretrained("LinyingLyu/ChronoGPT", trust_remote_code=True).to(device)
50
 
51
  text = "Obviously, the time continuum has been disrupted, creating a new temporal event sequence resulting in this alternate reality. -- Dr. Brown, Back to the Future Part II"
52
 
 
46
  max_length = 1792
47
 
48
  tokenizer = tiktoken.get_encoding("gpt2")
49
+ model = ChronoGPT.from_pretrained("manelalab/chrono-gpt-v1-19991231", trust_remote_code=True).to(device)
50
 
51
  text = "Obviously, the time continuum has been disrupted, creating a new temporal event sequence resulting in this alternate reality. -- Dr. Brown, Back to the Future Part II"
52