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

SaniyatMushrat
/
SusathoASR

Automatic Speech Recognition
Transformers
Bengali
wav2vec2
hf-asr-leaderboard
openslr_SLR53
robust-speech-event
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use SaniyatMushrat/SusathoASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="SaniyatMushrat/SusathoASR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("SaniyatMushrat/SusathoASR")
    model = AutoModelForCTC.from_pretrained("SaniyatMushrat/SusathoASR")
  • Notebooks
  • Google Colab
  • Kaggle
SusathoASR
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
SaniyatMushrat's picture
SaniyatMushrat
Uploaded
bd6d7f8 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.61 kB
    Uploaded over 2 years ago
  • add lm decoder.ipynb
    10 kB
    Uploaded over 2 years ago
  • added_tokens.json
    25 Bytes
    Uploaded over 2 years ago
  • alphabet.json
    1 kB
    Uploaded over 2 years ago
  • config.json
    2.04 kB
    Uploaded over 2 years ago
  • eval.py
    5.49 kB
    Uploaded over 2 years ago
  • eval_run.sh
    138 Bytes
    Uploaded over 2 years ago
  • preprocessor_config.json
    260 Bytes
    Uploaded over 2 years ago
  • run.sh
    1.05 kB
    Uploaded over 2 years ago
  • run_speech_recognition_ctc.py
    31.1 kB
    Uploaded over 2 years ago
  • special_tokens_map.json
    502 Bytes
    Uploaded over 2 years ago
  • tokenizer_config.json
    336 Bytes
    Uploaded over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.99 kB
    xet
    Uploaded over 2 years ago
  • vocab.json
    1.16 kB
    Uploaded over 2 years ago