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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

utakumi
/
Hubert_noisy_common_voice_phonemes_debug

Automatic Speech Recognition
Transformers
Safetensors
Japanese
hubert
original_noisy_common_voice
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use utakumi/Hubert_noisy_common_voice_phonemes_debug with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="utakumi/Hubert_noisy_common_voice_phonemes_debug")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("utakumi/Hubert_noisy_common_voice_phonemes_debug")
    model = AutoModelForCTC.from_pretrained("utakumi/Hubert_noisy_common_voice_phonemes_debug", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Hubert_noisy_common_voice_phonemes_debug
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
utakumi's picture
utakumi
End of training
ae3012e verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    9.79 kB
    End of training over 1 year ago
  • added_tokens.json
    30 Bytes
    Training in progress, step 400 over 1 year ago
  • all_results.json
    478 Bytes
    End of training over 1 year ago
  • config.json
    1.46 kB
    Training in progress, step 400 over 1 year ago
  • eval_results.json
    261 Bytes
    End of training over 1 year ago
  • model.safetensors
    378 MB
    xet
    Model save over 1 year ago
  • preprocessor_config.json
    258 Bytes
    Training in progress, step 400 over 1 year ago
  • special_tokens_map.json
    548 Bytes
    Training in progress, step 400 over 1 year ago
  • tokenizer_config.json
    3.42 kB
    Training in progress, step 400 over 1 year ago
  • train_results.json
    238 Bytes
    End of training over 1 year ago
  • trainer_state.json
    37 kB
    End of training over 1 year ago
  • training_args.bin
    5.37 kB
    xet
    Training in progress, step 400 over 1 year ago
  • vocab.json
    477 Bytes
    Training in progress, step 400 over 1 year ago