Add model card
Browse filesThis 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.
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.
|