Upload README.md with huggingface_hub
Browse files
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("
|
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 |
|