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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Mitradn
/
net-medium

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

Instructions to use Mitradn/net-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mitradn/net-medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Mitradn/net-medium")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Mitradn/net-medium")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Mitradn/net-medium", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
net-medium
3.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Mitradn's picture
Mitradn
Upload merges.txt
58298e7 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • added_tokens.json
    34.6 kB
    Upload 12 files over 2 years ago
  • config.json
    1.33 kB
    Upload 12 files over 2 years ago
  • generation_config.json
    1.95 kB
    Upload 12 files over 2 years ago
  • merges.txt
    456 kB
    Upload merges.txt over 2 years ago
  • model.safetensors
    3.06 GB
    xet
    Upload model.safetensors over 2 years ago
  • normalizer.json
    52.7 kB
    Upload 12 files over 2 years ago
  • preprocessor_config.json
    339 Bytes
    Upload 12 files over 2 years ago
  • rng_state.pth
    14.2 kB
    xet
    Upload 12 files over 2 years ago
  • scheduler.pt
    1.06 kB
    xet
    Upload 12 files over 2 years ago
  • special_tokens_map.json
    2.17 kB
    Upload 12 files over 2 years ago
  • tokenizer_config.json
    283 kB
    Upload 12 files over 2 years ago
  • trainer_state.json
    2.64 kB
    Upload 12 files over 2 years ago
  • training_args.bin
    4.86 kB
    xet
    Upload 12 files over 2 years ago
  • vocab.json
    999 kB
    Upload 12 files over 2 years ago