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

harshit345
/
xlsr-wav2vec-speech-emotion-recognition

Audio Classification
Transformers
PyTorch
English
wav2vec2
audio
speech
Model card Files Files and versions
xet
Community
7

Instructions to use harshit345/xlsr-wav2vec-speech-emotion-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use harshit345/xlsr-wav2vec-speech-emotion-recognition with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="harshit345/xlsr-wav2vec-speech-emotion-recognition")
    # Load model directly
    from transformers import AutoProcessor, Wav2Vec2ForSpeechClassification
    
    processor = AutoProcessor.from_pretrained("harshit345/xlsr-wav2vec-speech-emotion-recognition")
    model = Wav2Vec2ForSpeechClassification.from_pretrained("harshit345/xlsr-wav2vec-speech-emotion-recognition")
  • Notebooks
  • Google Colab
  • Kaggle
xlsr-wav2vec-speech-emotion-recognition
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
harshit345's picture
harshit345
Update README.md
7fd191e over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    2.79 kB
    Update README.md over 4 years ago
  • all_results.json
    398 Bytes
    Upload all_results.json over 4 years ago
  • config.json
    2.27 kB
    Upload config.json over 4 years ago
  • eval_results.json
    226 Bytes
    Upload eval_results.json over 4 years ago
  • preprocessor_config.json
    214 Bytes
    Upload preprocessor_config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.27 GB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • train_results.json
    193 Bytes
    Upload train_results.json over 4 years ago
  • trainer_state.json
    1.69 kB
    Upload trainer_state.json over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.8 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago