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

  • Log In
  • Sign Up

hhoangphuoc
/
speechlaugh-wav2vec2

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

Instructions to use hhoangphuoc/speechlaugh-wav2vec2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hhoangphuoc/speechlaugh-wav2vec2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="hhoangphuoc/speechlaugh-wav2vec2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("hhoangphuoc/speechlaugh-wav2vec2")
    model = AutoModelForCTC.from_pretrained("hhoangphuoc/speechlaugh-wav2vec2")
  • Notebooks
  • Google Colab
  • Kaggle
speechlaugh-wav2vec2
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hhoangphuoc's picture
hhoangphuoc
Update README.md
470450f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.47 kB
    Update README.md over 1 year ago
  • config.json
    2.16 kB
    Upload Wav2Vec2ForCTC over 1 year ago
  • model.safetensors
    1.26 GB
    xet
    Upload Wav2Vec2ForCTC over 1 year ago