nielsr HF Staff commited on
Commit
2bd654b
·
verified ·
1 Parent(s): ecaacde

Add model card

Browse files

This PR creates a model card, to ensure users can find the relevant information about the model, such as the paper, the github link,
and how to use it. It also sets the right pipeline_tag, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation.

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.