Fixing the model name typo.
#1
by
Markgazol
- opened
README.md
CHANGED
@@ -48,7 +48,7 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
48 |
"knowledgator/Llama-encoder-1.0B"
|
49 |
)
|
50 |
|
51 |
-
model =
|
52 |
|
53 |
text = "The quick brown fox jumps over the lazy dog."
|
54 |
|
|
|
48 |
"knowledgator/Llama-encoder-1.0B"
|
49 |
)
|
50 |
|
51 |
+
model = LlamaBiModel.from_pretrained("knowledgator/Llama-encoder-1.0B")
|
52 |
|
53 |
text = "The quick brown fox jumps over the lazy dog."
|
54 |
|