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

yfyang
/
wav2vec2-base-timit-fine-tuned

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

Instructions to use yfyang/wav2vec2-base-timit-fine-tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yfyang/wav2vec2-base-timit-fine-tuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="yfyang/wav2vec2-base-timit-fine-tuned")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("yfyang/wav2vec2-base-timit-fine-tuned")
    model = AutoModelForCTC.from_pretrained("yfyang/wav2vec2-base-timit-fine-tuned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-base-timit-fine-tuned
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
yfyang's picture
yfyang
End of training
8327662 almost 5 years ago
  • .gitattributes
    1.18 kB
    initial commit almost 5 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 400 almost 5 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, step 400 almost 5 years ago
  • all_results.json
    399 Bytes
    End of training almost 5 years ago
  • config.json
    1.98 kB
    Training in progress, step 400 almost 5 years ago
  • eval_results.json
    224 Bytes
    End of training almost 5 years ago
  • preprocessor_config.json
    215 Bytes
    Training in progress, step 400 almost 5 years ago
  • pytorch_model.bin
    378 MB
    xet
    End of training almost 5 years ago
  • special_tokens_map.json
    309 Bytes
    Training in progress, step 400 almost 5 years ago
  • tokenizer_config.json
    290 Bytes
    Training in progress, step 400 almost 5 years ago
  • train_results.json
    196 Bytes
    End of training almost 5 years ago
  • trainer_state.json
    83.6 kB
    End of training almost 5 years ago
  • training_args.bin

    Detected Pickle imports (5)

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

    How to fix it?

    2.86 kB
    xet
    Training in progress, step 400 almost 5 years ago
  • vocab.json
    259 Bytes
    Training in progress, step 400 almost 5 years ago