Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

aadel4
/
Wav2vec_Classroom_WSP_FT

Automatic Speech Recognition
Transformers
Safetensors
English
wav2vec2
audio
Model card Files Files and versions
xet
Community

Instructions to use aadel4/Wav2vec_Classroom_WSP_FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aadel4/Wav2vec_Classroom_WSP_FT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="aadel4/Wav2vec_Classroom_WSP_FT")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("aadel4/Wav2vec_Classroom_WSP_FT")
    model = AutoModelForCTC.from_pretrained("aadel4/Wav2vec_Classroom_WSP_FT")
  • Notebooks
  • Google Colab
  • Kaggle
Wav2vec_Classroom_WSP_FT
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
aadel4's picture
aadel4
Update README.md
11d63fc verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.68 kB
    Update README.md about 1 year ago
  • config.json
    2.07 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    1.26 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • preprocessor_config.json
    254 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    96 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    1.09 kB
    Upload folder using huggingface_hub about 1 year ago
  • vocab.json
    524 Bytes
    Upload folder using huggingface_hub about 1 year ago