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

MatricariaV
/
Kabardian-ASR-kaggle

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

Instructions to use MatricariaV/Kabardian-ASR-kaggle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MatricariaV/Kabardian-ASR-kaggle with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="MatricariaV/Kabardian-ASR-kaggle")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("MatricariaV/Kabardian-ASR-kaggle")
    model = AutoModelForCTC.from_pretrained("MatricariaV/Kabardian-ASR-kaggle")
  • Notebooks
  • Google Colab
  • Kaggle
Kabardian-ASR-kaggle
3.93 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
MatricariaV's picture
MatricariaV
Upload lm-boosted decoder
0772b3e over 1 year ago
  • language_model
    Upload lm-boosted decoder over 1 year ago
  • .gitattributes
    1.59 kB
    Upload lm-boosted decoder over 1 year ago
  • README.md
    2.27 kB
    End of training over 1 year ago
  • adapter.kbd.safetensors
    8.83 MB
    xet
    End of training over 1 year ago
  • added_tokens.json
    30 Bytes
    Upload tokenizer over 1 year ago
  • alphabet.json
    378 Bytes
    Upload lm-boosted decoder over 1 year ago
  • config.json
    2.05 kB
    Training in progress, step 200 over 1 year ago
  • model.safetensors
    3.86 GB
    xet
    End of training over 1 year ago
  • preprocessor_config.json
    262 Bytes
    Upload lm-boosted decoder over 1 year ago
  • special_tokens_map.json
    548 Bytes
    Upload lm-boosted decoder over 1 year ago
  • tokenizer_config.json
    1.13 kB
    Upload lm-boosted decoder over 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.3 kB
    xet
    Training in progress, step 200 over 1 year ago
  • vocab.json
    514 Bytes
    Upload tokenizer over 1 year ago