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

BUT-FIT
/
Dixtral

Automatic Speech Recognition
Transformers
Safetensors
voxtral
image-feature-extraction
speech
speech-language-model
target-speaker-asr
multi-talker
speaker-diarization
meeting-transcription
Dixtral
Voxtral
DiCoW
BUT-FIT
custom_code
Model card Files Files and versions
xet
Community

Instructions to use BUT-FIT/Dixtral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BUT-FIT/Dixtral with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="BUT-FIT/Dixtral", trust_remote_code=True)
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("BUT-FIT/Dixtral", trust_remote_code=True)
    model = AutoModel.from_pretrained("BUT-FIT/Dixtral", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
Dixtral
9.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Lakoc's picture
Lakoc
Update README.md
88245e4 verified 6 days ago
  • .gitattributes
    1.57 kB
    Upload processor 12 days ago
  • README.md
    2.03 kB
    Update README.md 6 days ago
  • config.json
    2.54 kB
    Upload DixtralForConditionalGeneration 12 days ago
  • configuration_dixtral.py
    2.77 kB
    Upload DixtralForConditionalGeneration 12 days ago
  • generation_config.json
    103 Bytes
    Upload DixtralForConditionalGeneration 12 days ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload DixtralForConditionalGeneration 12 days ago
  • model-00002-of-00002.safetensors
    4.38 GB
    xet
    Upload DixtralForConditionalGeneration 12 days ago
  • model.safetensors.index.json
    90.6 kB
    Upload DixtralForConditionalGeneration 12 days ago
  • modeling_dixtral.py
    38.7 kB
    Upload DixtralForConditionalGeneration 12 days ago
  • preprocessor_config.json
    357 Bytes
    Upload processor 12 days ago
  • tekken.json
    14.9 MB
    xet
    Upload processor 12 days ago