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

carlosdanielhernandezmena
/
wav2vec2-large-xlsr-53-icelandic-ep10-1000h

Automatic Speech Recognition
Transformers
PyTorch
Icelandic
wav2vec2
audio
icelandic
xlrs-53-icelandic
iceland
reykjavik
samromur
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h")
    model = AutoModelForCTC.from_pretrained("carlosdanielhernandezmena/wav2vec2-large-xlsr-53-icelandic-ep10-1000h")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-xlsr-53-icelandic-ep10-1000h
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
carlosdanielhernandezmena's picture
carlosdanielhernandezmena
Fixing widget error and bibtex format
a63d46a over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    7.05 kB
    Fixing widget error and bibtex format over 2 years ago
  • config.json
    2.31 kB
    Uploading the 7 files necessary for the model over 3 years ago
  • preprocessor_config.json
    215 Bytes
    Uploading the 7 files necessary for the model over 3 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    Uploading the 7 files necessary for the model over 3 years ago
  • special_tokens_map.json
    85 Bytes
    Uploading the 7 files necessary for the model over 3 years ago
  • tokenizer_config.json
    217 Bytes
    Uploading the 7 files necessary for the model over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    2.99 kB
    xet
    Uploading the 7 files necessary for the model over 3 years ago
  • vocab.json
    359 Bytes
    Uploading the 7 files necessary for the model over 3 years ago