devingulliver commited on
Commit
2f3fa58
1 Parent(s): 80bb8cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: transformers
3
- tags: []
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
+ ```