Korbinian Pöppel
commited on
Commit
•
7746361
1
Parent(s):
fbd0d01
Fix Readme citation.
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
25 |
|
26 |
xlstm = AutoModelForCausalLM.from_pretrained("NX-AI/xLSTM-7b", device_map="auto")
|
27 |
|
28 |
-
# this is a fork of EleutherAI/gpt
|
29 |
tokenizers = AutoTokenizer.from_pretrained("NX-AI/xLSTM-7b")
|
30 |
|
31 |
xlstm(tokenizer("Hello xLSTM, how are you doing?"))
|
|
|
25 |
|
26 |
xlstm = AutoModelForCausalLM.from_pretrained("NX-AI/xLSTM-7b", device_map="auto")
|
27 |
|
28 |
+
# this is a fork of EleutherAI/gpt-neox-20b
|
29 |
tokenizers = AutoTokenizer.from_pretrained("NX-AI/xLSTM-7b")
|
30 |
|
31 |
xlstm(tokenizer("Hello xLSTM, how are you doing?"))
|