Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

GENG
/
wav2vec2.0_lv60_timi_pr

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community
1

Instructions to use GENG/wav2vec2.0_lv60_timi_pr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use GENG/wav2vec2.0_lv60_timi_pr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="GENG/wav2vec2.0_lv60_timi_pr")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("GENG/wav2vec2.0_lv60_timi_pr")
    model = AutoModelForCTC.from_pretrained("GENG/wav2vec2.0_lv60_timi_pr", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2.0_lv60_timi_pr
3.75 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
GENG's picture
GENG
Upload vocab-2.json
c0cebbb over 4 years ago
  • .gitattributes
    1.22 kB
    initial commit over 4 years ago
  • config.json
    1.59 kB
    Upload config.json over 4 years ago
  • optimizer.pt
    2.49 GB
    xet
    Upload optimizer.pt with git-lfs over 4 years ago
  • preprocessor_config.json
    159 Bytes
    Upload preprocessor_config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    Upload scheduler.pt with git-lfs over 4 years ago
  • trainer_state.json
    4.91 kB
    Upload trainer_state.json over 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.29 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago
  • vocab-2.json
    669 Bytes
    Upload vocab-2.json over 4 years ago
  • vocab.json
    666 Bytes
    Update vocab.json over 4 years ago