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

atamano
/
whisper-chess-tiny-es

Automatic Speech Recognition
Transformers
ONNX
Spanish
whisper
chess
speech-recognition
Model card Files Files and versions
xet
Community

Instructions to use atamano/whisper-chess-tiny-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use atamano/whisper-chess-tiny-es with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="atamano/whisper-chess-tiny-es")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("atamano/whisper-chess-tiny-es")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("atamano/whisper-chess-tiny-es")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-chess-tiny-es
273 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
atamano's picture
atamano
Update licensing contact email
c3777b1 verified about 1 month ago
  • ggml
    Add ggml-tiny-q5_0.bin (whisper.cpp / whisper_ggml format) about 1 month ago
  • onnx
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.28 kB
    Update licensing contact email about 1 month ago
  • added_tokens.json
    34.6 kB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • config.json
    1.42 kB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • generation_config.json
    3.78 kB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • merges.txt
    494 kB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • normalizer.json
    52.7 kB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • preprocessor_config.json
    339 Bytes
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • special_tokens_map.json
    2.19 kB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • tokenizer.json
    3.93 MB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • tokenizer_config.json
    283 kB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago
  • vocab.json
    1.04 MB
    v1 es: tiny full FT, language=es, Test WER 0.30% about 1 month ago