Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nguyenvulebinh
/
wav2vec2-bartpho

Automatic Speech Recognition
Transformers
PyTorch
Vietnamese
speech-encoder-decoder
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use nguyenvulebinh/wav2vec2-bartpho with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="nguyenvulebinh/wav2vec2-bartpho")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("nguyenvulebinh/wav2vec2-bartpho")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("nguyenvulebinh/wav2vec2-bartpho")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-bartpho
1.83 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
nguyenvulebinh's picture
nguyenvulebinh
Update README.md
2242a3c verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.77 kB
    Update README.md about 2 years ago
  • config.json
    6.7 kB
    Upload model over 2 years ago
  • dict.txt
    360 kB
    Upload tokenizer over 2 years ago
  • generation_config.json
    191 Bytes
    Upload model over 2 years ago
  • preprocessor_config.json
    256 Bytes
    Upload feature extractor over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.82 GB
    xet
    Upload model over 2 years ago
  • sample_news.wav
    609 kB
    audio test over 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer over 2 years ago
  • special_tokens_map.json
    279 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    468 Bytes
    Upload tokenizer over 2 years ago