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

jburtoft
/
Voxtral-Mini-3B-2507-draft-4layer

Automatic Speech Recognition
Transformers
Safetensors
English
voxtral
audio
speculative-decoding
neuron
trainium
distillation
Model card Files Files and versions
xet
Community

Instructions to use jburtoft/Voxtral-Mini-3B-2507-draft-4layer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jburtoft/Voxtral-Mini-3B-2507-draft-4layer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="jburtoft/Voxtral-Mini-3B-2507-draft-4layer")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("jburtoft/Voxtral-Mini-3B-2507-draft-4layer")
    model = AutoModelForMultimodalLM.from_pretrained("jburtoft/Voxtral-Mini-3B-2507-draft-4layer", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Voxtral-Mini-3B-2507-draft-4layer
3.81 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
jburtoft's picture
jburtoft
sanity_voxtral_xla.py: correct root-cause docstring (masked_scatter->sort in XLA, not audio encoder)
23045d9 verified 5 days ago
  • training_scripts
    sanity_voxtral_xla.py: correct root-cause docstring (masked_scatter->sort in XLA, not audio encoder) 5 days ago
  • .gitattributes
    1.57 kB
    Initial upload: 4-layer distilled Voxtral draft + training pipeline 6 days ago
  • README.md
    15.1 kB
    README: correct root cause of the Trainium workaround (masked_scatter->sort in XLA lowering, not audio encoder) 5 days ago
  • config.json
    1.54 kB
    Initial upload: 4-layer distilled Voxtral draft + training pipeline 6 days ago
  • generation_config.json
    103 Bytes
    Initial upload: 4-layer distilled Voxtral draft + training pipeline 6 days ago
  • model.safetensors
    3.79 GB
    xet
    Initial upload: 4-layer distilled Voxtral draft + training pipeline 6 days ago
  • processor_config.json
    410 Bytes
    Initial upload: 4-layer distilled Voxtral draft + training pipeline 6 days ago
  • tekken.json
    14.9 MB
    xet
    Initial upload: 4-layer distilled Voxtral draft + training pipeline 6 days ago
  • training_state.pt
    27.4 kB
    xet
    Initial upload: 4-layer distilled Voxtral draft + training pipeline 6 days ago