Instructions to use LanguageBind/LanguageBind_Audio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LanguageBind/LanguageBind_Audio with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="LanguageBind/LanguageBind_Audio") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoModelForZeroShotImageClassification model = AutoModelForZeroShotImageClassification.from_pretrained("LanguageBind/LanguageBind_Audio", dtype="auto") - Notebooks
- Google Colab
- Kaggle
linbin commited on
Commit ·
1a64ba5
1
Parent(s): a644e2b
Upload config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -91,7 +91,7 @@
|
|
| 91 |
"audio_sample_rate": 16000,
|
| 92 |
"audio_mean": 4.5689974,
|
| 93 |
"audio_std": -4.2677393,
|
| 94 |
-
"lora_r":
|
| 95 |
"lora_alpha": 16,
|
| 96 |
"lora_dropout": 0.1,
|
| 97 |
"add_time_attn": false,
|
|
|
|
| 91 |
"audio_sample_rate": 16000,
|
| 92 |
"audio_mean": 4.5689974,
|
| 93 |
"audio_std": -4.2677393,
|
| 94 |
+
"lora_r": 16,
|
| 95 |
"lora_alpha": 16,
|
| 96 |
"lora_dropout": 0.1,
|
| 97 |
"add_time_attn": false,
|