devingulliver
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
4 |
---
|
5 |
```python
|
6 |
>>> from transformers import MambaConfig, MambaForCausalLM, AutoTokenizer
|
@@ -16,5 +16,4 @@ tags: []
|
|
16 |
>>> out = model.generate(input_ids, max_new_tokens=10)
|
17 |
>>> print(tokenizer.batch_decode(out))
|
18 |
["<|endoftext|>Hey how are you doing?\n\nI'm a newbie to the game", 'Explain how soy sauce is made.\n\n1. Add the soy sauce to']
|
19 |
-
```
|
20 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
---
|
5 |
```python
|
6 |
>>> from transformers import MambaConfig, MambaForCausalLM, AutoTokenizer
|
|
|
16 |
>>> out = model.generate(input_ids, max_new_tokens=10)
|
17 |
>>> print(tokenizer.batch_decode(out))
|
18 |
["<|endoftext|>Hey how are you doing?\n\nI'm a newbie to the game", 'Explain how soy sauce is made.\n\n1. Add the soy sauce to']
|
19 |
+
```
|
|