Mr-Vicky-01
commited on
Commit
•
ef02e9b
1
Parent(s):
a174a52
Update README.md
Browse files
README.md
CHANGED
@@ -50,8 +50,8 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
50 |
import torch
|
51 |
import time
|
52 |
|
53 |
-
tokenizer = AutoTokenizer.from_pretrained("AquilaX-AI/NL-JSON-
|
54 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("AquilaX-AI/NL-JSON-
|
55 |
|
56 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
57 |
|
|
|
50 |
import torch
|
51 |
import time
|
52 |
|
53 |
+
tokenizer = AutoTokenizer.from_pretrained("AquilaX-AI/NL-JSON-248M")
|
54 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("AquilaX-AI/NL-JSON-248M")
|
55 |
|
56 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
57 |
|