Anshoo Mehra
commited on
Commit
·
2965b96
1
Parent(s):
a82dc16
Update README.md
Browse files
README.md
CHANGED
@@ -27,9 +27,8 @@ from transformers import (
|
|
27 |
)
|
28 |
|
29 |
model_checkpoint = "anshoomehra/t5-v1_1-base-squadV2AutoQgen"
|
30 |
-
device = 'cuda'
|
31 |
|
32 |
-
model = AutoModelForSeq2SeqLM.from_pretrained(model_checkpoint)
|
33 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
34 |
|
35 |
## Input with prompt
|
|
|
27 |
)
|
28 |
|
29 |
model_checkpoint = "anshoomehra/t5-v1_1-base-squadV2AutoQgen"
|
|
|
30 |
|
31 |
+
model = AutoModelForSeq2SeqLM.from_pretrained(model_checkpoint)
|
32 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
33 |
|
34 |
## Input with prompt
|