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

Thienpkae
/
working

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Thienpkae/working with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Thienpkae/working")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Thienpkae/working")
    model = AutoModelForCTC.from_pretrained("Thienpkae/working")
  • Notebooks
  • Google Colab
  • Kaggle
working / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Thienpkae's picture
Thienpkae
End of training
43f35be verified almost 2 years ago
  • Aug03_04-56-00_75264948f30a
    End of training almost 2 years ago
  • Aug03_05-43-39_75264948f30a
    End of training almost 2 years ago
  • Aug03_05-57-06_75264948f30a
    End of training almost 2 years ago
  • Aug05_02-48-42_b998ea8b1487
    End of training almost 2 years ago