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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pablouribe
/
xls-r-ab-test

Automatic Speech Recognition
Transformers
PyTorch
Abkhaz
wav2vec2
common_voice
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use pablouribe/xls-r-ab-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pablouribe/xls-r-ab-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="pablouribe/xls-r-ab-test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("pablouribe/xls-r-ab-test")
    model = AutoModelForCTC.from_pretrained("pablouribe/xls-r-ab-test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xls-r-ab-test
335 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
5605b73 verified over 1 year ago
  • .ipynb_checkpoints
    Model save over 4 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 1 year ago
  • .gitignore
    13 Bytes
    Model save over 4 years ago
  • README.md
    1.32 kB
    update model card README.md over 4 years ago
  • added_tokens.json
    23 Bytes
    Model save over 4 years ago
  • all_results.json
    388 Bytes
    End of training over 4 years ago
  • config.json
    1.95 kB
    Model save over 4 years ago
  • eval_results.json
    218 Bytes
    End of training over 4 years ago
  • model.safetensors
    120 kB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • preprocessor_config.json
    215 Bytes
    Model save over 4 years ago
  • pytorch_model.bin
    143 kB
    xet
    Model save over 4 years ago
  • run.sh
    726 Bytes
    Model save over 4 years ago
  • run_speech_recognition_ctc.py
    30.3 kB
    Model save over 4 years ago
  • special_tokens_map.json
    309 Bytes
    Model save over 4 years ago
  • tokenizer_config.json
    260 Bytes
    Model save over 4 years ago
  • train_results.json
    191 Bytes
    End of training over 4 years ago
  • trainer_state.json
    585 Bytes
    End of training over 4 years ago
  • training_args.bin
    2.99 kB
    xet
    Model save over 4 years ago
  • vocab.json
    395 Bytes
    Model save over 4 years ago