fabric commited on
Commit
fcad9bc
·
verified ·
1 Parent(s): 88085f9

Add a pipeline_tag so that Inference Providers can map their models

Browse files

Hi,

Setting a proper pipeline_tag would enable us to map an endpoint and serve this model as a third-party Inference Provider.
Thank you

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
  license: apache-2.0
3
- extra_gated_description: If you want to learn more about how we process your personal
4
- data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
 
 
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