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

  • Log In
  • Sign Up

lsnoo
/
russian_fairseq

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

Instructions to use lsnoo/russian_fairseq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lsnoo/russian_fairseq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="lsnoo/russian_fairseq")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("lsnoo/russian_fairseq")
    model = AutoModelForCTC.from_pretrained("lsnoo/russian_fairseq")
  • Notebooks
  • Google Colab
  • Kaggle
russian_fairseq
5.05 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
lsnoo's picture
lsnoo
Update README.md
0a61521 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.09 kB
    Update README.md over 3 years ago
  • checkpoint_best.pt

    Detected Pickle imports (5)

    • "fairseq.data.dictionary.Dictionary",
    • "torch.DoubleStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    How to fix it?

    3.79 GB
    xet
    Faisrqe model over 3 years ago
  • config.json
    2.25 kB
    uploading converted model (fairseq to HF) over 3 years ago
  • preprocessor_config.json
    254 Bytes
    uploading converted model (fairseq to HF) over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    uploading converted model (fairseq to HF) over 3 years ago
  • special_tokens_map.json
    96 Bytes
    uploading converted model (fairseq to HF) over 3 years ago
  • tokenizer_config.json
    333 Bytes
    uploading converted model (fairseq to HF) over 3 years ago
  • vocab.json
    700 Bytes
    uploading converted model (fairseq to HF) over 3 years ago