Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ They build upon **BART-IT** ([`morenolq/bart-it`](https://huggingface.co/morenol
|
|
| 66 |
from transformers import BartForConditionalGeneration, AutoTokenizer
|
| 67 |
|
| 68 |
# Load tokenizer and model
|
| 69 |
-
model_name = "morenolq/LEGIT-BART"
|
| 70 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 71 |
model = BartForConditionalGeneration.from_pretrained(model_name)
|
| 72 |
|
|
|
|
| 66 |
from transformers import BartForConditionalGeneration, AutoTokenizer
|
| 67 |
|
| 68 |
# Load tokenizer and model
|
| 69 |
+
model_name = "morenolq/LEGIT-SCRATCH-BART"
|
| 70 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 71 |
model = BartForConditionalGeneration.from_pretrained(model_name)
|
| 72 |
|