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

trtd56
/
wav2vec2_tiny_ja_roman

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

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

  • Libraries
  • Transformers

    How to use trtd56/wav2vec2_tiny_ja_roman with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="trtd56/wav2vec2_tiny_ja_roman")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("trtd56/wav2vec2_tiny_ja_roman")
    model = AutoModelForCTC.from_pretrained("trtd56/wav2vec2_tiny_ja_roman", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2_tiny_ja_roman / runs
307 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
trtd56's picture
trtd56
End of training
2ccfa99 verified about 2 years ago
  • Jun28_05-01-36_c8b05cb7df5f
    Training in progress, epoch 1 about 2 years ago
  • Jun28_05-30-07_c8b05cb7df5f
    Training in progress, epoch 1 about 2 years ago
  • Jun28_05-35-00_c8b05cb7df5f
    Training in progress, epoch 1 about 2 years ago
  • Jun28_05-45-55_c8b05cb7df5f
    Training in progress, epoch 1 about 2 years ago
  • Jun28_06-16-46_c8b05cb7df5f
    Training in progress, epoch 1 about 2 years ago
  • Jun28_06-27-35_c8b05cb7df5f
    Training in progress, epoch 1 about 2 years ago
  • Jun28_06-44-24_c8b05cb7df5f
    Training in progress, epoch 1 about 2 years ago
  • Jun28_06-49-10_c8b05cb7df5f
    Training in progress, epoch 5 about 2 years ago
  • Jun28_07-45-37_c8b05cb7df5f
    Training in progress, epoch 0 about 2 years ago
  • Jun28_07-48-31_c8b05cb7df5f
    Training in progress, epoch 8 about 2 years ago
  • Jun28_09-14-43_c8b05cb7df5f
    Training in progress, epoch 0 about 2 years ago
  • Jun28_20-16-08_975dce8c6ad7
    Training in progress, epoch 0 about 2 years ago
  • Jun28_21-37-31_975dce8c6ad7
    Training in progress, epoch 0 about 2 years ago
  • Jun28_21-48-52_975dce8c6ad7
    End of training about 2 years ago
  • Jun29_01-29-58_975dce8c6ad7
    End of training about 2 years ago
  • Jun29_04-38-36_975dce8c6ad7
    End of training about 2 years ago
  • Jun29_09-50-30_975dce8c6ad7
    End of training about 2 years ago
  • Jun29_12-16-17_975dce8c6ad7
    End of training about 2 years ago