Add a pipeline_tag so that Inference Providers can map their models
Browse filesHi,
Setting a proper pipeline_tag would enable us to map an endpoint and serve this model as a third-party Inference Provider.
Thank you
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
extra_gated_description:
|
| 4 |
-
data, please read
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model Card for Mamba-Codestral-7B-v0.1
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
extra_gated_description: >-
|
| 4 |
+
If you want to learn more about how we process your personal data, please read
|
| 5 |
+
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 6 |
+
pipeline_tag: text2text-generation
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Mamba-Codestral-7B-v0.1
|