Korbinian Poeppel
commited on
Commit
•
ed9424a
1
Parent(s):
f52774c
Fix: Make license format conformant to HF structure.
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
---
|
4 |
|
5 |
# xLSTM goes 7B
|
@@ -29,3 +29,4 @@ tokenizers = AutoTokenizer.from_pretrained("NX-AI/xLSTM-7b")
|
|
29 |
xlstm(tokenizer("Hello xLSTM, how are you doing?"))
|
30 |
```
|
31 |
|
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
---
|
4 |
|
5 |
# xLSTM goes 7B
|
|
|
29 |
xlstm(tokenizer("Hello xLSTM, how are you doing?"))
|
30 |
```
|
31 |
|
32 |
+
License: NXAI Community License (see `LICENSE` file)
|