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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ramesh070
/
mms-tamil-binary

Audio Classification
Transformers
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use ramesh070/mms-tamil-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ramesh070/mms-tamil-binary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="ramesh070/mms-tamil-binary")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("ramesh070/mms-tamil-binary")
    model = AutoModelForAudioClassification.from_pretrained("ramesh070/mms-tamil-binary", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mms-tamil-binary
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
ramesh070's picture
ramesh070
Model save
5d6f20b verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    2.99 kB
    Model save 8 months ago
  • config.json
    2.06 kB
    Training in progress, epoch 1 8 months ago
  • model.safetensors
    1.26 GB
    xet
    Model save 8 months ago
  • preprocessor_config.json
    212 Bytes
    Training in progress, epoch 1 8 months ago
  • training_args.bin
    5.78 kB
    xet
    Training in progress, epoch 1 8 months ago