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

kavyamanohar
/
W2V2-BERT-with-new-LM

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2-bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use kavyamanohar/W2V2-BERT-with-new-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kavyamanohar/W2V2-BERT-with-new-LM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="kavyamanohar/W2V2-BERT-with-new-LM")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("kavyamanohar/W2V2-BERT-with-new-LM")
    model = AutoModelForCTC.from_pretrained("kavyamanohar/W2V2-BERT-with-new-LM", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
W2V2-BERT-with-new-LM
2.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
kavyamanohar's picture
kavyamanohar
Upload alphabet.json
ad6233d verified about 2 years ago
  • language_model
    Upload 3 files about 2 years ago
  • runs
    Upload 18 files about 2 years ago
  • .gitattributes
    1.58 kB
    Upload 3 files about 2 years ago
  • README.md
    2.75 kB
    Upload 10 files about 2 years ago
  • added_tokens.json
    62 Bytes
    Update with dummy vocab entries about 2 years ago
  • alphabet.json
    823 Bytes
    Upload alphabet.json about 2 years ago
  • config.json
    1.91 kB
    Upload 10 files about 2 years ago
  • model.safetensors
    2.42 GB
    xet
    Upload 10 files about 2 years ago
  • preprocessor_config.json
    303 Bytes
    Update with dummy vocab entries about 2 years ago
  • special_tokens_map.json
    548 Bytes
    Upload 10 files about 2 years ago
  • tokenizer_config.json
    1.44 kB
    Update with dummy vocab entries about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.98 kB
    xet
    Upload 10 files about 2 years ago
  • vocab.json
    996 Bytes
    Upload 10 files about 2 years ago