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

vasista22
/
whisper-tamil-small

Automatic Speech Recognition
Transformers
PyTorch
JAX
Tamil
whisper
whisper-event
Eval Results (legacy)
Model card Files Files and versions
xet
Community
3

Instructions to use vasista22/whisper-tamil-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vasista22/whisper-tamil-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="vasista22/whisper-tamil-small")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("vasista22/whisper-tamil-small")
    model = AutoModelForMultimodalLM.from_pretrained("vasista22/whisper-tamil-small")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tamil-small
1.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
vasista22's picture
vasista22
inference_code_snippet_added
ac0d71c about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    4.52 kB
    inference_code_snippet_added about 3 years ago
  • added_tokens.json
    2.11 kB
    first commit over 3 years ago
  • config.json
    1.29 kB
    Upload FlaxWhisperForConditionalGeneration about 3 years ago
  • flax_model.msgpack
    967 MB
    xet
    Upload FlaxWhisperForConditionalGeneration about 3 years ago
  • generation_config.json
    300 Bytes
    Upload FlaxWhisperForConditionalGeneration about 3 years ago
  • merges.txt
    494 kB
    first commit over 3 years ago
  • normalizer.json
    52.7 kB
    first commit over 3 years ago
  • preprocessor_config.json
    185 kB
    first commit over 3 years ago
  • pytorch_model.bin
    967 MB
    xet
    Revert to working model about 3 years ago
  • special_tokens_map.json
    2.06 kB
    first commit over 3 years ago
  • tokenizer_config.json
    829 Bytes
    first commit over 3 years ago
  • training_args.bin
    3.63 kB
    xet
    first commit over 3 years ago
  • vocab.json
    1.04 MB
    first commit over 3 years ago