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

Duplicated from  ibm-granite/granite-speech-4.1-2b-plus

Matir
/
granite-speech-4.1-2b-plus

Automatic Speech Recognition
Transformers
Safetensors
granite_speech_plus
Model card Files Files and versions
xet
Community

Instructions to use Matir/granite-speech-4.1-2b-plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Matir/granite-speech-4.1-2b-plus with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Matir/granite-speech-4.1-2b-plus")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Matir/granite-speech-4.1-2b-plus")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Matir/granite-speech-4.1-2b-plus")
  • Notebooks
  • Google Colab
  • Kaggle
granite-speech-4.1-2b-plus
4.23 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Matir's picture
Matir
Create requirements.txt
063347d verified 1 day ago
  • .gitattributes
    1.52 kB
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • README.md
    19.4 kB
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • chat_template.jinja
    6.52 kB
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • config.json
    2.33 kB
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • generation_config.json
    235 Bytes
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • model-00001-of-00003.safetensors
    1.99 GB
    xet
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • model-00002-of-00003.safetensors
    1.99 GB
    xet
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • model-00003-of-00003.safetensors
    238 MB
    xet
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • model.safetensors.index.json
    84.4 kB
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • model.sig
    10.3 kB
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • processor_config.json
    415 Bytes
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • requirements.txt
    19 Bytes
    Create requirements.txt 1 day ago
  • tokenizer.json
    7.15 MB
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago
  • tokenizer_config.json
    561 Bytes
    Duplicate from ibm-granite/granite-speech-4.1-2b-plus 1 day ago