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

  • Log In
  • Sign Up

Namkoy
/
chatbot_math

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

Instructions to use Namkoy/chatbot_math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Namkoy/chatbot_math with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Namkoy/chatbot_math")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Namkoy/chatbot_math")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Namkoy/chatbot_math")
  • Notebooks
  • Google Colab
  • Kaggle
chatbot_math
967 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Namkoy's picture
Namkoy
Upload WhisperForConditionalGeneration
50e4168 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.18 kB
    Upload WhisperForConditionalGeneration over 2 years ago
  • config.json
    1.32 kB
    Upload WhisperForConditionalGeneration over 2 years ago
  • generation_config.json
    3.87 kB
    Upload WhisperForConditionalGeneration over 2 years ago
  • model.safetensors
    967 MB
    xet
    Upload WhisperForConditionalGeneration over 2 years ago