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

  • Log In
  • Sign Up

sunilregmi
/
wav2vec2-openslr43-test

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

Instructions to use sunilregmi/wav2vec2-openslr43-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sunilregmi/wav2vec2-openslr43-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="sunilregmi/wav2vec2-openslr43-test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("sunilregmi/wav2vec2-openslr43-test")
    model = AutoModelForCTC.from_pretrained("sunilregmi/wav2vec2-openslr43-test")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-openslr43-test
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sunilregmi's picture
sunilregmi
wav2vec2-base-openslr43-colab
4526f89 verified about 2 years ago
  • runs
    wav2vec2-base-openslr43-colab about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.23 kB
    wav2vec2-base-openslr43-colab about 2 years ago
  • config.json
    2.37 kB
    wav2vec2-base-openslr43-colab about 2 years ago
  • model.safetensors
    378 MB
    xet
    wav2vec2-base-openslr43-colab about 2 years ago
  • preprocessor_config.json
    257 Bytes
    wav2vec2-base-openslr43-colab about 2 years ago
  • special_tokens_map.json
    96 Bytes
    wav2vec2-base-openslr43-colab about 2 years ago
  • tokenizer_config.json
    1.15 kB
    wav2vec2-base-openslr43-colab about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.92 kB
    xet
    wav2vec2-base-openslr43-colab about 2 years ago
  • vocab.json
    358 Bytes
    wav2vec2-base-openslr43-colab about 2 years ago