Instructions to use Ar4ikov/Wav2Vec2ForSequenceClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ar4ikov/Wav2Vec2ForSequenceClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Ar4ikov/Wav2Vec2ForSequenceClassification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Ar4ikov/Wav2Vec2ForSequenceClassification") model = AutoModelForAudioClassification.from_pretrained("Ar4ikov/Wav2Vec2ForSequenceClassification") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"add_adapter": false,
|
| 7 |
"apply_spec_augment": true,
|
| 8 |
"architectures": [
|
| 9 |
-
"
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.1,
|
| 12 |
"bos_token_id": 1,
|
|
|
|
| 6 |
"add_adapter": false,
|
| 7 |
"apply_spec_augment": true,
|
| 8 |
"architectures": [
|
| 9 |
+
"Wav2Vec2ForSequenceClassification"
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.1,
|
| 12 |
"bos_token_id": 1,
|