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

  • Log In
  • Sign Up

codeceejay
/
HIYACCENT_Wav2Vec2

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

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

  • Libraries
  • Transformers

    How to use codeceejay/HIYACCENT_Wav2Vec2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="codeceejay/HIYACCENT_Wav2Vec2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("codeceejay/HIYACCENT_Wav2Vec2")
    model = AutoModelForCTC.from_pretrained("codeceejay/HIYACCENT_Wav2Vec2")
  • Notebooks
  • Google Colab
  • Kaggle
HIYACCENT_Wav2Vec2
2.95 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
0e4fe2a verified over 1 year ago
  • checkpoint-3500
    add tokenizer about 4 years ago
  • checkpoint-4000
    add tokenizer about 4 years ago
  • runs
    add tokenizer about 4 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 1 year ago
  • README.md
    2.62 kB
    Update README.md about 4 years ago
  • config.json
    1.94 kB
    add tokenizer about 4 years ago
  • model.safetensors
    378 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • preprocessor_config.json
    215 Bytes
    add tokenizer about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    378 MB
    xet
    add tokenizer about 4 years ago
  • special_tokens_map.json
    85 Bytes
    add tokenizer about 4 years ago
  • tokenizer_config.json
    181 Bytes
    add tokenizer about 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

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

    How to fix it?

    2.8 kB
    xet
    add tokenizer about 4 years ago
  • vocab.json
    268 Bytes
    add tokenizer about 4 years ago