gmongaras commited on
Commit
f3e45cc
·
verified ·
1 Parent(s): c2c393e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Weights for the `softmax` model from the paper [2Mamba2Furious: Linear in Complexity, Competitive in Accuracy](https://huggingface.co/papers/2602.17363).
2
+ This model variant uses traditional [mamba](https://github.com/state-spaces/mamba), used for the NIAH experiment. It was trained for 400K steps with a batch size of 32.
3
+ More details of the setup can be found in the Github repo.
4
+
5
+ Instructions on how to use this model can be found in [https://github.com/gmongaras/2Mamba2Furious](https://github.com/gmongaras/2Mamba2Furious)