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
|
@@ -57,7 +57,7 @@ You need to use separate code, audio, text, and natural language together with t
|
|
| 57 |
```python
|
| 58 |
from ucimlrepo import fetch_ucirepo
|
| 59 |
fetch dataset
|
| 60 |
-
|
| 61 |
|
| 62 |
data (as pandas dataframes)
|
| 63 |
X = breast_cancer_wisconsin_original.data.features
|
|
|
|
| 57 |
```python
|
| 58 |
from ucimlrepo import fetch_ucirepo
|
| 59 |
fetch dataset
|
| 60 |
+
breast_cancer_wisconsin_original = fetch_ucirepo(id=15)
|
| 61 |
|
| 62 |
data (as pandas dataframes)
|
| 63 |
X = breast_cancer_wisconsin_original.data.features
|