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

  • Log In
  • Sign Up

Nithiwat
/
wav2vec2-colab

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

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

  • Libraries
  • Transformers

    How to use Nithiwat/wav2vec2-colab with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Nithiwat/wav2vec2-colab")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Nithiwat/wav2vec2-colab")
    model = AutoModelForCTC.from_pretrained("Nithiwat/wav2vec2-colab")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-colab
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
Nithiwat's picture
Nithiwat
update model card README.md
524741b over 3 years ago
  • runs
    End of training over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    add tokenizer over 3 years ago
  • README.md
    1.6 kB
    update model card README.md over 3 years ago
  • added_tokens.json
    30 Bytes
    Upload tokenizer over 3 years ago
  • config.json
    2.32 kB
    wav2vec2phoneme over 3 years ago
  • preprocessor_config.json
    212 Bytes
    wav2vec2phoneme over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    End of training over 3 years ago
  • special_tokens_map.json
    406 Bytes
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    350 Bytes
    Upload tokenizer over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.38 kB
    xet
    Training in progress, step 400 over 3 years ago
  • vocab.json
    496 Bytes
    Upload tokenizer over 3 years ago