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
|
@@ -36,7 +36,8 @@ pipeline_tag: text-generation
|
|
| 36 |
- **kaggle:** [https://www.kaggle.com/models/zeroeva/evolutionary-multi-modal) (https://www.kaggle.com/models/zeroeva/evolutionary-multi-modal)
|
| 37 |
- **Demo:** [https://huggingface.co/spaces/zeroMN/zeroMN-SHMT](https://huggingface.co/spaces/zeroMN/zeroMN-SHMT)
|
| 38 |
|
| 39 |
-
#
|
|
|
|
| 40 |
|
| 41 |
## Model Details
|
| 42 |
model_name: Evolutionary Multi-Modal Model
|
|
|
|
| 36 |
- **kaggle:** [https://www.kaggle.com/models/zeroeva/evolutionary-multi-modal) (https://www.kaggle.com/models/zeroeva/evolutionary-multi-modal)
|
| 37 |
- **Demo:** [https://huggingface.co/spaces/zeroMN/zeroMN-SHMT](https://huggingface.co/spaces/zeroMN/zeroMN-SHMT)
|
| 38 |
|
| 39 |
+
## Multi-Modal Model
|
| 40 |
+
# Model Card for Evolutionary
|
| 41 |
|
| 42 |
## Model Details
|
| 43 |
model_name: Evolutionary Multi-Modal Model
|