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

jimregan
/
wav2vec2-large-xlsr-latvian-cv

Automatic Speech Recognition
Transformers
PyTorch
JAX
Safetensors
Latvian
wav2vec2
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use jimregan/wav2vec2-large-xlsr-latvian-cv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jimregan/wav2vec2-large-xlsr-latvian-cv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="jimregan/wav2vec2-large-xlsr-latvian-cv")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("jimregan/wav2vec2-large-xlsr-latvian-cv")
    model = AutoModelForCTC.from_pretrained("jimregan/wav2vec2-large-xlsr-latvian-cv", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-large-xlsr-latvian-cv
3.79 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 14 commits
jimregan's picture
jimregan
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
ca99957 verified over 1 year ago
  • .gitattributes
    790 Bytes
    Adding `safetensors` variant of this model (#2) over 1 year ago
  • README.md
    3.7 kB
    Librarian Bot: Add base_model information to model (#1) over 2 years ago
  • config.json
    1.56 kB
    model over 5 years ago
  • flax_model.msgpack
    1.26 GB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    1.26 GB
    xet
    Adding `safetensors` variant of this model (#2) over 1 year ago
  • preprocessor_config.json
    158 Bytes
    tok over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.26 GB
    xet
    model over 5 years ago
  • special_tokens_map.json
    85 Bytes
    tok over 5 years ago
  • tokenizer_config.json
    138 Bytes
    tok over 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.29 kB
    xet
    model over 5 years ago
  • vocab.json
    351 Bytes
    tok over 5 years ago