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

HamdanXI
/
Wav2vec2_MyST_Train_and_Dev

Automatic Speech Recognition
Transformers
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use HamdanXI/Wav2vec2_MyST_Train_and_Dev with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="HamdanXI/Wav2vec2_MyST_Train_and_Dev")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("HamdanXI/Wav2vec2_MyST_Train_and_Dev")
    model = AutoModelForCTC.from_pretrained("HamdanXI/Wav2vec2_MyST_Train_and_Dev")
  • Notebooks
  • Google Colab
  • Kaggle
Wav2vec2_MyST_Train_and_Dev
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
HamdanXI's picture
HamdanXI
End of training
3dc71be verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    2.84 kB
    End of training 8 months ago
  • config.json
    2.06 kB
    End of training 8 months ago
  • model.safetensors
    378 MB
    xet
    End of training 8 months ago
  • preprocessor_config.json
    257 Bytes
    End of training 8 months ago
  • special_tokens_map.json
    96 Bytes
    End of training 8 months ago
  • tokenizer_config.json
    1.18 kB
    End of training 8 months ago
  • training_args.bin
    5.78 kB
    xet
    End of training 8 months ago
  • vocab.json
    358 Bytes
    End of training 8 months ago