Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BUT-FIT
/
DiCoW_v3_MLC

Automatic Speech Recognition
Transformers
Safetensors
DiCoW
speech
whisper
multilingual
fine-tuned
mlc-slm
speaker-diarization
meeting-transcription
BUT-FIT
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use BUT-FIT/DiCoW_v3_MLC with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="BUT-FIT/DiCoW_v3_MLC", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSpeechSeq2Seq
    model = AutoModelForSpeechSeq2Seq.from_pretrained("BUT-FIT/DiCoW_v3_MLC", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DiCoW_v3_MLC
3.84 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 15 commits
Lakoc's picture
Lakoc
Update README.md
99c64e8 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    7.01 kB
    Update README.md 8 months ago
  • added_tokens.json
    34.6 kB
    Upload tokenizer 11 months ago
  • config.json
    2.08 kB
    Upload DiCoWForConditionalGeneration 11 months ago
  • config.py
    3.27 kB
    Upload DiCoWForConditionalGeneration 11 months ago
  • decoding.py
    18.5 kB
    Upload DiCoWForConditionalGeneration 11 months ago
  • encoder.py
    17.1 kB
    Upload DiCoWForConditionalGeneration 11 months ago
  • generation.py
    86.9 kB
    Upload DiCoWForConditionalGeneration 11 months ago
  • generation_config.json
    4.57 kB
    Update generation_config.json 10 months ago
  • merges.txt
    494 kB
    Upload tokenizer 11 months ago
  • model.safetensors
    3.83 GB
    xet
    Upload DiCoWForConditionalGeneration 11 months ago
  • modeling_dicow.py
    17 kB
    Upload DiCoWForConditionalGeneration 11 months ago
  • normalizer.json
    52.7 kB
    Upload tokenizer 11 months ago
  • preprocessor_config.json
    340 Bytes
    Upload feature extractor 11 months ago
  • special_tokens_map.json
    2.19 kB
    Upload tokenizer 11 months ago
  • tokenizer.json
    2.48 MB
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    283 kB
    Upload tokenizer 11 months ago
  • utils.py
    4.95 kB
    Upload DiCoWForConditionalGeneration 11 months ago
  • vocab.json
    836 kB
    Upload tokenizer 11 months ago