Update README.md (#1)
Browse files- Update README.md (a3149f02739cd9cfdd3fc24605d7921122a1364f)
Co-authored-by: Robe <[email protected]>
README.md
CHANGED
@@ -50,7 +50,7 @@ You can use the model in the following way:
|
|
50 |
from transformers import MarianMTModel, MarianTokenizer
|
51 |
|
52 |
# Specify the model identifier on Hugging Face Model Hub
|
53 |
-
model_name = "scoris/scoris-mt-en-lt
|
54 |
|
55 |
# Load the model and tokenizer from Hugging Face
|
56 |
tokenizer = MarianTokenizer.from_pretrained(model_name)
|
|
|
50 |
from transformers import MarianMTModel, MarianTokenizer
|
51 |
|
52 |
# Specify the model identifier on Hugging Face Model Hub
|
53 |
+
model_name = "scoris/scoris-mt-en-lt"
|
54 |
|
55 |
# Load the model and tokenizer from Hugging Face
|
56 |
tokenizer = MarianTokenizer.from_pretrained(model_name)
|