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

TheRamsay
/
wav2vec2-gpt2-enc-dec-reduced

Automatic Speech Recognition
Transformers
Safetensors
speech-encoder-decoder
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use TheRamsay/wav2vec2-gpt2-enc-dec-reduced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TheRamsay/wav2vec2-gpt2-enc-dec-reduced with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="TheRamsay/wav2vec2-gpt2-enc-dec-reduced")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq
    
    tokenizer = AutoTokenizer.from_pretrained("TheRamsay/wav2vec2-gpt2-enc-dec-reduced")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("TheRamsay/wav2vec2-gpt2-enc-dec-reduced")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-gpt2-enc-dec-reduced
209 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
TheRamsay's picture
TheRamsay
End of training
b030424 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.16 kB
    End of training over 1 year ago
  • config.json
    6.48 kB
    Training in progress, epoch 1 over 1 year ago
  • generation_config.json
    142 Bytes
    End of training over 1 year ago
  • merges.txt
    571 kB
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    204 MB
    xet
    Training in progress, epoch 4 over 1 year ago
  • special_tokens_map.json
    470 Bytes
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    3.77 MB
    Training in progress, epoch 0 over 1 year ago
  • tokenizer_config.json
    549 Bytes
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    5.18 kB
    xet
    Training in progress, epoch 0 over 1 year ago
  • vocab.json
    911 kB
    Training in progress, epoch 1 over 1 year ago