add transformers tag
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ extra_gated_description: >-
|
|
| 15 |
If you want to learn more about how we process your personal data, please read
|
| 16 |
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 17 |
pipeline_tag: audio-text-to-text
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
# Voxtral Mini 1.0 (3B) - 2507
|
| 20 |
|
|
@@ -517,4 +519,4 @@ for decoded_output in decoded_outputs:
|
|
| 517 |
print(decoded_output)
|
| 518 |
print("=" * 80)
|
| 519 |
```
|
| 520 |
-
</details>
|
|
|
|
| 15 |
If you want to learn more about how we process your personal data, please read
|
| 16 |
our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
| 17 |
pipeline_tag: audio-text-to-text
|
| 18 |
+
tags:
|
| 19 |
+
- transformers
|
| 20 |
---
|
| 21 |
# Voxtral Mini 1.0 (3B) - 2507
|
| 22 |
|
|
|
|
| 519 |
print(decoded_output)
|
| 520 |
print("=" * 80)
|
| 521 |
```
|
| 522 |
+
</details>
|