benchang1110 commited on
Commit
9b35c39
·
verified ·
1 Parent(s): 40da08c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -29,4 +29,5 @@ if __name__ == "__main__":
29
  output = model.generate(**input_ids, max_new_tokens=1024, do_sample=False)
30
  print(tokenizer.decode(output[0], skip_special_tokens=True))
31
  ```
32
- Conversion script: <script src="https://gist.github.com/Benchangatrul284/9e98bcde5a64d6b918d905511e09598b.js"></script>
 
 
29
  output = model.generate(**input_ids, max_new_tokens=1024, do_sample=False)
30
  print(tokenizer.decode(output[0], skip_special_tokens=True))
31
  ```
32
+
33
+ Conversion script: (mamba2hf.py)[https://gist.github.com/Benchangatrul284/9e98bcde5a64d6b918d905511e09598b]