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

rms7988
/
final_model_1

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

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

  • Libraries
  • Transformers

    How to use rms7988/final_model_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="rms7988/final_model_1")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("rms7988/final_model_1")
    model = AutoModelForCTC.from_pretrained("rms7988/final_model_1")
  • Notebooks
  • Google Colab
  • Kaggle
final_model_1 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rms7988's picture
rms7988
Training in progress, step 1000
7d839f3 verified almost 2 years ago
  • May26_06-43-54_eca4643340b1
    Training in progress, step 500 almost 2 years ago
  • May26_07-12-04_eca4643340b1
    End of training almost 2 years ago
  • May26_07-33-30_eca4643340b1
    Training in progress, step 1000 almost 2 years ago
  • May26_08-02-54_eca4643340b1
    Training in progress, step 1000 almost 2 years ago
  • May26_08-04-25_eca4643340b1
    Training in progress, step 1000 almost 2 years ago
  • May26_08-05-24_eca4643340b1
    Training in progress, step 1000 almost 2 years ago
  • May26_08-11-32_eca4643340b1
    Training in progress, step 1000 almost 2 years ago
  • May26_08-14-05_eca4643340b1
    Training in progress, step 1000 almost 2 years ago