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

levicu
/
whisat

Automatic Speech Recognition
Transformers
PyTorch
whisper
child_speech
classroom_speech
asr
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use levicu/whisat with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="levicu/whisat")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("levicu/whisat")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("levicu/whisat")
  • Notebooks
  • Google Colab
  • Kaggle
whisat
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
rosyvs's picture
rosyvs
upload pytorch_model.bin
afe0051 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    3.01 kB
    model card 8 months ago
  • added_tokens.json
    34.6 kB
    full merged model upload 8 months ago
  • config.json
    2.28 kB
    full merged model upload, this time in a single model file (not sharded), remove old sharded versions 8 months ago
  • generation_config.json
    4.31 kB
    full merged model upload, this time in a single model file (not sharded), remove old sharded versions 8 months ago
  • merges.txt
    494 kB
    full merged model upload 8 months ago
  • normalizer.json
    52.7 kB
    full merged model upload 8 months ago
  • preprocessor_config.json
    339 Bytes
    full merged model upload 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    6.17 GB
    xet
    upload pytorch_model.bin 8 months ago
  • special_tokens_map.json
    2.19 kB
    full merged model upload 8 months ago
  • tokenizer_config.json
    283 kB
    full merged model upload 8 months ago
  • vocab.json
    1.04 MB
    full merged model upload 8 months ago