Audio-Text-to-Text
Transformers
English
Chinese
transformer
multimodal
vqa
text
audio
Eval Results (legacy)
Instructions to use zeroMN/SHMT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeroMN/SHMT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zeroMN/SHMT", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ model-index:
|
|
| 28 |
metrics:
|
| 29 |
- type: accuracy
|
| 30 |
value: 85
|
| 31 |
-
pipeline_tag:
|
| 32 |
---
|
| 33 |
|
| 34 |
# Model Card for Evolutionary Multi-Modal Model
|
|
|
|
| 28 |
metrics:
|
| 29 |
- type: accuracy
|
| 30 |
value: 85
|
| 31 |
+
pipeline_tag: text-generation
|
| 32 |
---
|
| 33 |
|
| 34 |
# Model Card for Evolutionary Multi-Modal Model
|