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
|
@@ -89,6 +89,6 @@ Users (both direct and downstream) should be made aware of the following risks,
|
|
| 89 |
- **Limitations:** The model may not perform well on tasks that require fine-grained recognition or highly specialized audio processing.
|
| 90 |
|
| 91 |
## How to Get Started with the Model
|
| 92 |
-
|
| 93 |
git clone https://huggingface.co/zeroMN/SHMT.git
|
| 94 |
```
|
|
|
|
| 89 |
- **Limitations:** The model may not perform well on tasks that require fine-grained recognition or highly specialized audio processing.
|
| 90 |
|
| 91 |
## How to Get Started with the Model
|
| 92 |
+
```python
|
| 93 |
git clone https://huggingface.co/zeroMN/SHMT.git
|
| 94 |
```
|