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

huni0304
/
XLS-R-300m-korean

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

Instructions to use huni0304/XLS-R-300m-korean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use huni0304/XLS-R-300m-korean with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="huni0304/XLS-R-300m-korean")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("huni0304/XLS-R-300m-korean")
    model = AutoModelForCTC.from_pretrained("huni0304/XLS-R-300m-korean")
  • Notebooks
  • Google Colab
  • Kaggle
XLS-R-300m-korean
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
huni0304's picture
huni0304
Update README.md
16d8b31 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    15.2 kB
    Update README.md about 1 year ago
  • added_tokens.json
    34 Bytes
    Upload tokenizer about 1 year ago
  • config.json
    2.04 kB
    Training in progress, epoch 1 about 1 year ago
  • model.safetensors
    1.27 GB
    xet
    Training in progress, epoch 29 about 1 year ago
  • preprocessor_config.json
    214 Bytes
    Training in progress, epoch 1 about 1 year ago
  • special_tokens_map.json
    96 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.09 kB
    Upload tokenizer about 1 year ago
  • vocab.json
    17 kB
    Upload tokenizer about 1 year ago