Update README.md
Browse files
README.md
CHANGED
|
@@ -94,7 +94,7 @@ Any other commands than these might either give wrong results or fail.
|
|
| 94 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
| 95 |
import torch
|
| 96 |
|
| 97 |
-
model_id = "
|
| 98 |
|
| 99 |
tokenizer = T5Tokenizer.from_pretrained(model_id)
|
| 100 |
model = T5ForConditionalGeneration.from_pretrained(model_id).cuda()
|
|
|
|
| 94 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
| 95 |
import torch
|
| 96 |
|
| 97 |
+
model_id = "LaaLM/LaaLM-v1"
|
| 98 |
|
| 99 |
tokenizer = T5Tokenizer.from_pretrained(model_id)
|
| 100 |
model = T5ForConditionalGeneration.from_pretrained(model_id).cuda()
|