Instructions to use octanove/mosla-whisper-langid-spa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use octanove/mosla-whisper-langid-spa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="octanove/mosla-whisper-langid-spa")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("octanove/mosla-whisper-langid-spa") model = AutoModelForAudioClassification.from_pretrained("octanove/mosla-whisper-langid-spa") - Notebooks
- Google Colab
- Kaggle
Upload WhisperForAudioClassification
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "whisper-lang-id-spa/checkpoint-
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "whisper-lang-id-spa-final/checkpoint-291/",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2548605483
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db70622d014bea12a7d52aa18d60826a8be9ddd5f974d5cceeff7d04e3dc88fb
|
| 3 |
size 2548605483
|