Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ ---
5
+
6
+ TransMLA: Equivalently Transforms Group Query Attention into Multi-head Latent Attention.
7
+
8
+ Find the relevant code at https://github.com/fxmeng/TransMLA.