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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tonyalves
/
wav2vec2-300M-teste2

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

Instructions to use tonyalves/wav2vec2-300M-teste2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tonyalves/wav2vec2-300M-teste2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="tonyalves/wav2vec2-300M-teste2")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("tonyalves/wav2vec2-300M-teste2")
    model = AutoModelForCTC.from_pretrained("tonyalves/wav2vec2-300M-teste2")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-300M-teste2
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
tonyalves's picture
tonyalves
update model card README.md
1cbd3e8 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 2000 over 4 years ago
  • README.md
    1.12 kB
    update model card README.md over 4 years ago
  • added_tokens.json
    23 Bytes
    add tokenizer over 4 years ago
  • config.json
    1.67 kB
    End of training over 4 years ago
  • preprocessor_config.json
    214 Bytes
    Training in progress, step 2000 over 4 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    End of training over 4 years ago
  • special_tokens_map.json
    309 Bytes
    add tokenizer over 4 years ago
  • tokenizer_config.json
    260 Bytes
    add tokenizer over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

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

    How to fix it?

    2.8 kB
    xet
    End of training over 4 years ago
  • vocab.json
    369 Bytes
    add tokenizer over 4 years ago