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

lilitket
/
xlsrhylm_new

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use lilitket/xlsrhylm_new with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="lilitket/xlsrhylm_new")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("lilitket/xlsrhylm_new")
    model = AutoModelForCTC.from_pretrained("lilitket/xlsrhylm_new", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlsrhylm_new
21.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
lilitket's picture
lilitket
lm
b281d3d over 4 years ago
  • language_model
    lm over 4 years ago
  • .gitattributes
    1.23 kB
    lm over 4 years ago
  • added_tokens.json
    23 Bytes
    p over 4 years ago
  • alphabet.json
    523 Bytes
    lm over 4 years ago
  • config.json
    1.66 kB
    p over 4 years ago
  • preprocessor_config.json
    262 Bytes
    lm over 4 years ago
  • pytorch_model.bin
    8.64 GB
    xet
    lm over 4 years ago
  • special_tokens_map.json
    502 Bytes
    lm over 4 years ago
  • tokenizer_config.json
    355 Bytes
    lm over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

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

    How to fix it?

    2.86 kB
    xet
    lfs objects over 4 years ago
  • vocab.json
    493 Bytes
    p over 4 years ago