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

shhossain
/
whisper-tiny-bn-emo

Audio Classification
Transformers
PyTorch
Safetensors
Bengali
whisper
emotion-classification
sentiment-classification
Model card Files Files and versions
xet
Community
1

Instructions to use shhossain/whisper-tiny-bn-emo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shhossain/whisper-tiny-bn-emo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="shhossain/whisper-tiny-bn-emo")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("shhossain/whisper-tiny-bn-emo")
    model = AutoModelForAudioClassification.from_pretrained("shhossain/whisper-tiny-bn-emo")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-bn-emo
66.5 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
shhossain's picture
shhossain
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
5fae745 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    664 Bytes
    Update README.md almost 3 years ago
  • config.json
    1.62 kB
    Upload folder using huggingface_hub almost 3 years ago
  • model.safetensors
    33.2 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • preprocessor_config.json
    339 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    33.3 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago