Update README.md
Browse files
README.md
CHANGED
|
@@ -22,4 +22,5 @@ tokenizer = AutoTokenizer.from_pretrained("QQuinley/ViHerbQA-base")
|
|
| 22 |
model = AutoModelForSeq2SeqLM.from_pretrained("QQuinley/ViHerbQA-base")
|
| 23 |
model.cuda()
|
| 24 |
```
|
|
|
|
| 25 |
Quinley: [email protected]
|
|
|
|
| 22 |
model = AutoModelForSeq2SeqLM.from_pretrained("QQuinley/ViHerbQA-base")
|
| 23 |
model.cuda()
|
| 24 |
```
|
| 25 |
+
# Author:
|
| 26 |
Quinley: [email protected]
|