Audio Classification
Transformers
Safetensors
German
model_hub_mixin
pytorch_model_hub_mixin
speaker_dialect_classification
Instructions to use tiantiaf/voxlect-german-dialect-mms-lid-256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiantiaf/voxlect-german-dialect-mms-lid-256 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="tiantiaf/voxlect-german-dialect-mms-lid-256")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tiantiaf/voxlect-german-dialect-mms-lid-256", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card by expanding description and removing extraneous info
#1 opened 11 months ago
by
nielsr