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
|
@@ -5,8 +5,8 @@ widget:
|
|
| 5 |
- text: "My name is Sarah and I live in London"
|
| 6 |
example_title: "Londoner"
|
| 7 |
datasets:
|
| 8 |
-
-
|
| 9 |
-
-
|
| 10 |
- nyu-mll/glue
|
| 11 |
- aps/super_glue
|
| 12 |
- facebook/anli
|
|
|
|
| 5 |
- text: "My name is Sarah and I live in London"
|
| 6 |
example_title: "Londoner"
|
| 7 |
datasets:
|
| 8 |
+
- zeroMN/nlp_corpus_zh
|
| 9 |
+
- zeroMN/hanlp_date-zh
|
| 10 |
- nyu-mll/glue
|
| 11 |
- aps/super_glue
|
| 12 |
- facebook/anli
|