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

Priyanship
/
base_sami_22k_ftallpseudo_cap20h

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

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

  • Libraries
  • Transformers

    How to use Priyanship/base_sami_22k_ftallpseudo_cap20h with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Priyanship/base_sami_22k_ftallpseudo_cap20h")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Priyanship/base_sami_22k_ftallpseudo_cap20h")
    model = AutoModelForCTC.from_pretrained("Priyanship/base_sami_22k_ftallpseudo_cap20h")
  • Notebooks
  • Google Colab
  • Kaggle
base_sami_22k_ftallpseudo_cap20h
378 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 62 commits
Priyanship's picture
Priyanship
End of training
98d400a verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.61 kB
    End of training 7 months ago
  • all_results.json
    473 Bytes
    End of training 7 months ago
  • config.json
    2.07 kB
    Training in progress, epoch 1 7 months ago
  • eval--1hr test set_results.json
    258 Bytes
    End of training 7 months ago
  • model.safetensors
    378 MB
    xet
    Model save 7 months ago
  • preprocessor_config.json
    256 Bytes
    Training in progress, epoch 1 7 months ago
  • special_tokens_map.json
    544 Bytes
    Training in progress, epoch 1 7 months ago
  • tokenizer_config.json
    1.12 kB
    Training in progress, epoch 1 7 months ago
  • train_results.json
    236 Bytes
    End of training 7 months ago
  • trainer_state.json
    27.5 kB
    End of training 7 months ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.56 kB
    xet
    Training in progress, epoch 1 7 months ago
  • vocab.json
    527 Bytes
    Training in progress, epoch 1 7 months ago