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
|
@@ -100,7 +100,7 @@ Users (both direct and downstream) should be made aware of the following risks,
|
|
| 100 |
|
| 101 |
## How to Get Started with the Model
|
| 102 |
|
| 103 |
-
Use the code below to get started with the `
|
| 104 |
|
| 105 |
```python
|
| 106 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
|
|
|
| 100 |
|
| 101 |
## How to Get Started with the Model
|
| 102 |
|
| 103 |
+
Use the code below to get started with the `Multi-Modal Model`
|
| 104 |
|
| 105 |
```python
|
| 106 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|