lovodkin93
commited on
Commit
·
483506d
1
Parent(s):
6f32d2b
Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ Usage in languages other than English.
|
|
53 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
54 |
import torch
|
55 |
|
56 |
-
model_path = '
|
57 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
58 |
model = AutoModelForSeq2SeqLM.from_pretrained(model_path)
|
59 |
|
|
|
53 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
54 |
import torch
|
55 |
|
56 |
+
model_path = 'biu-nlp/distil-Flan-T5-large-controlled-text-reduction-RL'
|
57 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
58 |
model = AutoModelForSeq2SeqLM.from_pretrained(model_path)
|
59 |
|