Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LatinAI
/
speech-accent-es-classifier

Audio Classification
Transformers
Safetensors
Spanish
English
wav2vec2
code
Model card Files Files and versions
xet
Community
1

Instructions to use LatinAI/speech-accent-es-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LatinAI/speech-accent-es-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="LatinAI/speech-accent-es-classifier")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("LatinAI/speech-accent-es-classifier")
    model = AutoModelForAudioClassification.from_pretrained("LatinAI/speech-accent-es-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
speech-accent-es-classifier
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rmayormartins's picture
rmayormartins
Upload 6 files
c6c5a6f verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.38 kB
    Update README.md almost 2 years ago
  • config.json
    2.14 kB
    Upload 6 files almost 2 years ago
  • model.safetensors
    378 MB
    xet
    Upload 6 files almost 2 years ago
  • preprocessor_config.json
    257 Bytes
    Upload 6 files almost 2 years ago
  • special_tokens_map.json
    96 Bytes
    Upload 6 files almost 2 years ago
  • tokenizer_config.json
    1.15 kB
    Upload 6 files almost 2 years ago
  • vocab.json
    358 Bytes
    Upload 6 files almost 2 years ago