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

  • Log In
  • Sign Up

naleraphael
/
rasr_sample

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
mozilla-foundation/common_voice_7_0
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use naleraphael/rasr_sample with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="naleraphael/rasr_sample")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("naleraphael/rasr_sample")
    model = AutoModelForCTC.from_pretrained("naleraphael/rasr_sample")
  • Notebooks
  • Google Colab
  • Kaggle
rasr_sample
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
naleraphael's picture
naleraphael
update model card README.md
9b22df5 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 4 years ago
  • README.md
    3.62 kB
    update model card README.md over 4 years ago
  • all_results.json
    400 Bytes
    End of training over 4 years ago
  • config.json
    2.03 kB
    Training in progress, step 500 over 4 years ago
  • eval_results.json
    225 Bytes
    End of training over 4 years ago
  • preprocessor_config.json
    212 Bytes
    Training in progress, step 500 over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.26 GB
    xet
    Model save over 4 years ago
  • train_results.json
    196 Bytes
    End of training over 4 years ago
  • trainer_state.json
    29.7 kB
    End of training over 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    2.99 kB
    xet
    Training in progress, step 500 over 4 years ago