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

ngdiana
/
xlsr-2-bart

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

Instructions to use ngdiana/xlsr-2-bart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ngdiana/xlsr-2-bart with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="ngdiana/xlsr-2-bart")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("ngdiana/xlsr-2-bart")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("ngdiana/xlsr-2-bart")
  • Notebooks
  • Google Colab
  • Kaggle
xlsr-2-bart
1.73 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ngdiana's picture
ngdiana
upload model files
7a3fd2a over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    6.8 kB
    upload model files over 4 years ago
  • merges.txt
    456 kB
    upload model files over 4 years ago
  • preprocessor_config.json
    256 Bytes
    upload model files 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?

    1.73 GB
    xet
    upload model files over 4 years ago
  • special_tokens_map.json
    239 Bytes
    upload model files over 4 years ago
  • tokenizer.json
    2.11 MB
    upload model files over 4 years ago
  • tokenizer_config.json
    393 Bytes
    upload model files over 4 years ago
  • vocab.json
    798 kB
    upload model files over 4 years ago