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

deepdml
/
wav2vec2-large-mms-1b-igbo

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Igbo
wav2vec2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use deepdml/wav2vec2-large-mms-1b-igbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use deepdml/wav2vec2-large-mms-1b-igbo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="deepdml/wav2vec2-large-mms-1b-igbo")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("deepdml/wav2vec2-large-mms-1b-igbo")
    model = AutoModelForCTC.from_pretrained("deepdml/wav2vec2-large-mms-1b-igbo", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-mms-1b-igbo
3.87 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
deepdml's picture
deepdml
Update README.md
2b5783d about 1 year ago
  • runs
    End of training about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.2 kB
    Update README.md about 1 year ago
  • adapter.ibo.safetensors
    9.15 MB
    xet
    End of training about 1 year ago
  • added_tokens.json
    30 Bytes
    Upload tokenizer about 1 year ago
  • config.json
    2.01 kB
    Training in progress, step 1000 about 1 year ago
  • emissions.csv
    844 Bytes
    End of training about 1 year ago
  • model.safetensors
    3.86 GB
    xet
    End of training about 1 year ago
  • preprocessor_config.json
    214 Bytes
    Training in progress, step 1000 about 1 year ago
  • special_tokens_map.json
    96 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.09 kB
    Upload tokenizer about 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.37 kB
    xet
    Training in progress, step 1000 about 1 year ago
  • vocab.json
    1.34 kB
    Upload tokenizer about 1 year ago