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

  • Log In
  • Sign Up

keyi10
/
wav2vec2-model-training

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

Instructions to use keyi10/wav2vec2-model-training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use keyi10/wav2vec2-model-training with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="keyi10/wav2vec2-model-training")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("keyi10/wav2vec2-model-training")
    model = AutoModelForCTC.from_pretrained("keyi10/wav2vec2-model-training")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-model-training
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
keyi10's picture
keyi10
add tokenizer
4dd1cda about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 about 2 years ago
  • README.md
    1.49 kB
    update model card README.md about 2 years ago
  • config.json
    2.34 kB
    Training in progress, step 500 about 2 years ago
  • preprocessor_config.json
    215 Bytes
    Training in progress, step 500 about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    End of training about 2 years ago
  • special_tokens_map.json
    85 Bytes
    add tokenizer about 2 years ago
  • tokenizer_config.json
    217 Bytes
    add tokenizer about 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.51 kB
    xet
    Training in progress, step 500 about 2 years ago
  • vocab.json
    259 Bytes
    add tokenizer about 2 years ago