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

  • Log In
  • Sign Up

krishnareddy
/
asr_example

Automatic Speech Recognition
Transformers
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use krishnareddy/asr_example with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="krishnareddy/asr_example")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("krishnareddy/asr_example")
    model = AutoModelForCTC.from_pretrained("krishnareddy/asr_example")
  • Notebooks
  • Google Colab
  • Kaggle
asr_example
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
krishnareddy's picture
krishnareddy
Model save
519de84 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.64 kB
    Model save over 2 years ago
  • config.json
    2.37 kB
    Training in progress, step 500 over 2 years ago
  • model.safetensors
    378 MB
    xet
    Model save over 2 years ago
  • preprocessor_config.json
    257 Bytes
    Training in progress, step 500 over 2 years ago
  • special_tokens_map.json
    96 Bytes
    Training in progress, step 500 over 2 years ago
  • tokenizer_config.json
    1.15 kB
    Training in progress, step 500 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    4.66 kB
    xet
    Training in progress, step 500 over 2 years ago
  • vocab.json
    358 Bytes
    Training in progress, step 500 over 2 years ago