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

Sheokedech
/
indonesia-bnt

Automatic Speech Recognition
Transformers
wav2vec2
Model card Files Files and versions
xet
Community

Instructions to use Sheokedech/indonesia-bnt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sheokedech/indonesia-bnt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Sheokedech/indonesia-bnt")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Sheokedech/indonesia-bnt")
    model = AutoModelForCTC.from_pretrained("Sheokedech/indonesia-bnt")
  • Notebooks
  • Google Colab
  • Kaggle
indonesia-bnt
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Sheokedech's picture
Sheokedech
Delete tokenizer_config.json
2519681 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    25 Bytes
    initial commit over 2 years ago
  • bigram.arpa
    6.08 kB
    Upload bigram.arpa over 2 years ago
  • config.json
    1.56 kB
    Upload config.json over 2 years ago
  • preprocessor_config.json
    158 Bytes
    Upload 5 files over 2 years ago
  • vocab.json
    269 Bytes
    Update vocab.json over 2 years ago