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

Kofi24
/
fine_tuned_ASR

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Kofi24/fine_tuned_ASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Kofi24/fine_tuned_ASR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Kofi24/fine_tuned_ASR")
    model = AutoModelForCTC.from_pretrained("Kofi24/fine_tuned_ASR")
  • Notebooks
  • Google Colab
  • Kaggle
fine_tuned_ASR / runs
58.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
Kofi24's picture
Kofi24
Training in progress, step 1500
3266c9f verified over 2 years ago
  • Feb18_11-37-28_44ee39ba6fa3
    Training in progress, step 10 over 2 years ago
  • Feb18_11-44-34_44ee39ba6fa3
    Training in progress, step 1000 over 2 years ago
  • Feb18_11-56-10_44ee39ba6fa3
    Training in progress, step 2000 over 2 years ago
  • Feb18_15-25-11_89b0aa10bd92
    Training in progress, step 1500 over 2 years ago