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

  • Log In
  • Sign Up

addy88
/
wav2vec2-gujarati-stt

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use addy88/wav2vec2-gujarati-stt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="addy88/wav2vec2-gujarati-stt")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("addy88/wav2vec2-gujarati-stt")
    model = AutoModelForCTC.from_pretrained("addy88/wav2vec2-gujarati-stt")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-gujarati-stt
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
addy88's picture
addy88
Upload pytorch_model.bin with git-lfs
9bf6290 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    900 Bytes
    Create README.md over 4 years ago
  • config.json
    1.66 kB
    Upload config.json over 4 years ago
  • preprocessor_config.json
    213 Bytes
    Upload preprocessor_config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    85 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tokenizer_config.json
    181 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.json
    752 Bytes
    Upload vocab.json over 4 years ago