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

m3hrdadfi
/
wav2vec2-xlsr-persian-speech-emotion-recognition

Automatic Speech Recognition
Transformers
PyTorch
Persian
wav2vec2
audio
speech
speech-emotion-recognition
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use m3hrdadfi/wav2vec2-xlsr-persian-speech-emotion-recognition with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="m3hrdadfi/wav2vec2-xlsr-persian-speech-emotion-recognition")
    # Load model directly
    from transformers import AutoProcessor, Wav2Vec2ForSpeechClassification
    
    processor = AutoProcessor.from_pretrained("m3hrdadfi/wav2vec2-xlsr-persian-speech-emotion-recognition")
    model = Wav2Vec2ForSpeechClassification.from_pretrained("m3hrdadfi/wav2vec2-xlsr-persian-speech-emotion-recognition", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-xlsr-persian-speech-emotion-recognition
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
m3hrdadfi's picture
m3hrdadfi
Update README.md
a71bf01 about 5 years ago
  • .gitattributes
    737 Bytes
    initial commit about 5 years ago
  • README.md
    2.99 kB
    Update README.md about 5 years ago
  • config.json
    1.97 kB
    Hello Persian SER about 5 years ago
  • preprocessor_config.json
    214 Bytes
    Hello Persian SER about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.27 GB
    xet
    Hello Persian SER about 5 years ago
  • special_tokens_map.json
    85 Bytes
    Hello Persian SER about 5 years ago
  • tokenizer_config.json
    298 Bytes
    Hello Persian SER about 5 years ago
  • trainer_state.json
    2.81 kB
    Hello Persian SER about 5 years ago
  • vocab.json
    399 Bytes
    Hello Persian SER about 5 years ago