danfu09 commited on
Commit
624c2de
1 Parent(s): a55f826

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-classification
6
  ---
7
+
8
+ # Monarch Mixer-BERT
9
+
10
+ The 80M checkpoint for M2-BERT-base from the paper [Monarch Mixer: A Simple Sub-Quadratic GEMM-Based Architecture](https://arxiv.org/abs/2310.12109).
11
+ This model has been pretrained with sequence length 8K.
12
+
13
+ This model was trained by Dan Fu, Jon Saad-Falcon, and Simran Arora.
14
+
15
+ Check out our [GitHub](https://github.com/HazyResearch/m2/tree/main) for instructions on how to download and fine-tune it!