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

Akashpb13
/
xlsr_hungarian_new

Automatic Speech Recognition
Transformers
PyTorch
Hungarian
wav2vec2
Generated from Trainer
hf-asr-leaderboard
model_for_talk
mozilla-foundation/common_voice_8_0
robust-speech-event
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use Akashpb13/xlsr_hungarian_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Akashpb13/xlsr_hungarian_new with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Akashpb13/xlsr_hungarian_new")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Akashpb13/xlsr_hungarian_new")
    model = AutoModelForCTC.from_pretrained("Akashpb13/xlsr_hungarian_new")
  • Notebooks
  • Google Colab
  • Kaggle
xlsr_hungarian_new
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
anton-l's picture
anton-l HF Staff
Upload README.md
8975b4b about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3.38 kB
    Upload README.md about 4 years ago
  • config.json
    2.04 kB
    upload model files over 4 years ago
  • eval.py
    5.03 kB
    Upload eval.py over 4 years ago
  • log_mozilla-foundation_common_voice_8_0_hu_test_predictions.txt
    244 kB
    Upload log_mozilla-foundation_common_voice_8_0_hu_test_predictions.txt over 4 years ago
  • log_mozilla-foundation_common_voice_8_0_hu_test_targets.txt
    245 kB
    Upload log_mozilla-foundation_common_voice_8_0_hu_test_targets.txt over 4 years ago
  • mozilla-foundation_common_voice_8_0_hu_test_eval_results.txt
    48 Bytes
    Upload mozilla-foundation_common_voice_8_0_hu_test_eval_results.txt over 4 years ago
  • preprocessor_config.json
    256 Bytes
    upload model files over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    upload model files over 4 years ago
  • special_tokens_map.json
    85 Bytes
    upload model files over 4 years ago
  • tokenizer_config.json
    221 Bytes
    upload model files over 4 years ago
  • vocab.json
    358 Bytes
    upload model files over 4 years ago