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

dragonSwing
/
wav2vec2-base-vietnamese

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Vietnamese
wav2vec2
audio
speech
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use dragonSwing/wav2vec2-base-vietnamese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dragonSwing/wav2vec2-base-vietnamese with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="dragonSwing/wav2vec2-base-vietnamese")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("dragonSwing/wav2vec2-base-vietnamese")
    model = AutoModelForCTC.from_pretrained("dragonSwing/wav2vec2-base-vietnamese")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-vietnamese
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
dragonSwing's picture
dragonSwing
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
2d658ec about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    3.7 kB
    Update README.md over 4 years ago
  • config.json
    1.56 kB
    commit from $USER over 4 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • preprocessor_config.json
    227 Bytes
    commit from $USER over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    378 MB
    xet
    commit from $USER over 4 years ago
  • special_tokens_map.json
    85 Bytes
    commit from $USER over 4 years ago
  • tokenizer_config.json
    138 Bytes
    commit from $USER over 4 years ago
  • vocab.json
    997 Bytes
    commit from $USER over 4 years ago