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
1.49 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
KB's picture
KB
FIrst
012a85c over 3 years ago
  • runs
    FIrst over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    28 Bytes
    initial commit over 3 years ago
  • config.json
    6.71 kB
    FIrst over 3 years ago
  • preprocessor_config.json
    254 Bytes
    FIrst over 3 years ago
  • special_tokens_map.json
    173 Bytes
    FIrst over 3 years ago
  • tokenizer.json
    1.42 MB
    FIrst over 3 years ago
  • tokenizer_config.json
    235 Bytes
    FIrst over 3 years ago