Hugging Face's logo Hugging Face
    • Models
    • Datasets
    • Pricing
      • Website
        • Metrics
        • Languages
        • Organizations
      • Community
        • Forum
        • Blog
        • GitHub
      • Documentation
        • Model Hub doc
        • Inference API doc
        • Transformers doc
        • Tokenizers doc
        • Datasets doc

    • Log In
    • Sign Up
    • Account
      • Log In
      • Sign Up
    • Website
      • Models
      • Datasets
      • Metrics
      • Languages
      • Organizations
      • Pricing
    • Community
      • Forum
      • Blog
    • Documentation
      • Model Hub doc
      • Inference API doc
      • Transformers doc
      • Tokenizers doc
      • Datasets doc

    's picture facebook
    /
    wav2vec2-large-960h-lv60-self

    Automatic Speech Recognition
    PyTorch librispeech_asr en arxiv:2010.11430 arxiv:2006.11477 apache-2.0 wav2vec2 speech audio
    Model card Files and versions

      How to use from the 🤗/transformers library:

                      from transformers import AutoTokenizer, Wav2Vec2ForCTC
        
        tokenizer = AutoTokenizer.from_pretrained("facebook/wav2vec2-large-960h-lv60-self")
        
        model = Wav2Vec2ForCTC.from_pretrained("facebook/wav2vec2-large-960h-lv60-self")
                  

      Or just clone the model repo

        git lfs install
        git clone https://huggingface.co/facebook/wav2vec2-large-960h-lv60-self
        
      # if you want to clone without large files – just their pointers # prepend your git clone with the following env var:
      GIT_LFS_SKIP_SMUDGE=1
      • main
    facebook/wav2vec2-large-960h-lv60-self /
    History: 15 commits
    patrickvonplaten's picture
    patrickvonplaten
    add processor file 7faabb6 9 days ago
    • .gitattributes 690.0B initial commit 1 month ago
    • README.md 4.1KB Update README.md 24 days ago
    • config.json 842.0B Update config.json 26 days ago
    • feature_extractor_config.json 157.0B add feature processor 10 days ago
    • preprocessor_config.json 158.0B add processor file 9 days ago
    • pytorch_model.bin 1.2GB upload files 1 month ago
    • special_tokens_map.json 85.0B upload files 1 month ago
    • tokenizer_config.json 162.0B Update tokenizer_config.json 24 days ago
    • vocab.json 291.0B upload files 1 month ago