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

marma
/
voxrex-rixvox

Automatic Speech Recognition
Transformers
TensorBoard
speech-encoder-decoder
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use marma/voxrex-rixvox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marma/voxrex-rixvox with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="marma/voxrex-rixvox")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("marma/voxrex-rixvox")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("marma/voxrex-rixvox")
  • Notebooks
  • Google Colab
  • Kaggle
voxrex-rixvox / runs
59.5 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
KB's picture
KB
FIrst
012a85c about 3 years ago
  • Mar21_21-04-53_97056842a4da
    FIrst about 3 years ago
  • Mar22_06-57-48_b512f72e3704
    FIrst about 3 years ago