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
|
@@ -54,7 +54,7 @@ You need to use separate code, audio, text, and natural language together with t
|
|
| 54 |
###############################################
|
| 55 |
-
|
| 56 |
### Model breast_cancer_wisconsin_original test
|
| 57 |
-
|
| 58 |
```python
|
| 59 |
from ucimlrepo import fetch_ucirepo
|
| 60 |
fetch dataset
|
|
|
|
| 54 |
###############################################
|
| 55 |
-
|
| 56 |
### Model breast_cancer_wisconsin_original test
|
| 57 |
+
|
| 58 |
```python
|
| 59 |
from ucimlrepo import fetch_ucirepo
|
| 60 |
fetch dataset
|