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

hoangbinhmta99
/
wav2vec-NCKH-2022

Automatic Speech Recognition
Transformers
PyTorch
Vietnamese
wav2vec2
feature-extraction
audio
speech
Transformer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use hoangbinhmta99/wav2vec-NCKH-2022 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hoangbinhmta99/wav2vec-NCKH-2022 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="hoangbinhmta99/wav2vec-NCKH-2022")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("hoangbinhmta99/wav2vec-NCKH-2022")
    model = AutoModel.from_pretrained("hoangbinhmta99/wav2vec-NCKH-2022", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec-NCKH-2022
4.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hoangbinhmta99's picture
hoangbinhmta99
Update tokenizer_config.json
f4da2b4 over 4 years ago
  • audio-test
    Initial my model over 4 years ago
  • .gitattributes
    1.22 kB
    Upload model.ckpt with git-lfs over 4 years ago
  • 3gram_long.bin.zip
    337 MB
    xet
    Initial my model over 4 years ago
  • 4gram.bin.zip
    2.48 GB
    xet
    Initial my model over 4 years ago
  • 4grams_long.bin.zip
    904 MB
    xet
    Initial my model over 4 years ago
  • README.md
    1.66 kB
    Update README.md over 4 years ago
  • config.json
    1.77 kB
    Initial my model over 4 years ago
  • custom.py
    2.6 kB
    Initial my model over 4 years ago
  • example.mp3
    11.8 kB
    Initial my model over 4 years ago
  • example2.mp3
    10.5 kB
    Initial my model over 4 years ago
  • hyperparams.yaml
    1.76 kB
    Initial my model over 4 years ago
  • preprocessor_config.json
    228 Bytes
    Initial my model over 4 years ago
  • pytorch_model.bin
    380 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    85 Bytes
    Initial my model over 4 years ago
  • tokenizer_config.json
    181 Bytes
    Update tokenizer_config.json over 4 years ago
  • vocab.json
    8.79 kB
    Initial my model over 4 years ago