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

  • Log In
  • Sign Up

UsefulSensors
/
moonshine-tiny-uk

Automatic Speech Recognition
Transformers
Safetensors
Ukrainian
moonshine
Model card Files Files and versions
xet
Community
1

Instructions to use UsefulSensors/moonshine-tiny-uk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use UsefulSensors/moonshine-tiny-uk with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="UsefulSensors/moonshine-tiny-uk")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("UsefulSensors/moonshine-tiny-uk")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("UsefulSensors/moonshine-tiny-uk")
  • Notebooks
  • Google Colab
  • Kaggle
moonshine-tiny-uk
112 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
theadamsabra's picture
theadamsabra
Upload README.md
8cf70f4 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • LICENSE.txt
    11.6 kB
    Upload UK model 8 months ago
  • README.md
    7.71 kB
    Upload README.md 8 months ago
  • config.json
    892 Bytes
    Upload UK model 8 months ago
  • generation_config.json
    184 Bytes
    Upload UK model 8 months ago
  • model.safetensors
    108 MB
    xet
    Upload UK model 8 months ago
  • preprocessor_config.json
    215 Bytes
    Upload UK model 8 months ago
  • tokenizer.json
    3.76 MB
    Upload UK model 8 months ago