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

lnxdx
/
19_2000_1e-5_hp-base

Automatic Speech Recognition
Transformers
Safetensors
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use lnxdx/19_2000_1e-5_hp-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lnxdx/19_2000_1e-5_hp-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="lnxdx/19_2000_1e-5_hp-base")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("lnxdx/19_2000_1e-5_hp-base")
    model = AutoModelForCTC.from_pretrained("lnxdx/19_2000_1e-5_hp-base")
  • Notebooks
  • Google Colab
  • Kaggle
19_2000_1e-5_hp-base
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lnxdx's picture
lnxdx
End of training
309cc0a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.73 kB
    End of training over 2 years ago
  • all_results.json
    235 Bytes
    End of training over 2 years ago
  • config.json
    2.32 kB
    End of training over 2 years ago
  • model.safetensors
    1.26 GB
    xet
    End of training over 2 years ago
  • preprocessor_config.json
    256 Bytes
    Training in progress, step 10 over 2 years ago
  • special_tokens_map.json
    96 Bytes
    End of training over 2 years ago
  • tokenizer_config.json
    1.09 kB
    Training in progress, step 10 over 2 years ago
  • train_results.json
    235 Bytes
    End of training over 2 years ago
  • trainer_state.json
    7.9 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    End of training over 2 years ago
  • vocab.json
    482 Bytes
    Training in progress, step 10 over 2 years ago