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

kojo-george
/
asr_model

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

Instructions to use kojo-george/asr_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kojo-george/asr_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="kojo-george/asr_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("kojo-george/asr_model")
    model = AutoModelForCTC.from_pretrained("kojo-george/asr_model")
  • Notebooks
  • Google Colab
  • Kaggle
asr_model
3.87 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 94 commits
kojo-george's picture
kojo-george
kojo-george/asr_model
9f419a3 verified about 2 years ago
  • runs
    kojo-george/asr_model about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.32 kB
    kojo-george/asr_model about 2 years ago
  • adapter.twi.safetensors
    8.78 MB
    xet
    kojo-george/asr_model about 2 years ago
  • added_tokens.json
    30 Bytes
    Training in progress, step 10 about 2 years ago
  • config.json
    2.05 kB
    Training in progress, step 10 about 2 years ago
  • model.safetensors
    3.86 GB
    xet
    kojo-george/asr_model about 2 years ago
  • preprocessor_config.json
    214 Bytes
    Training in progress, step 1550 about 2 years ago
  • special_tokens_map.json
    96 Bytes
    Training in progress, step 10 about 2 years ago
  • tokenizer_config.json
    1.05 kB
    Upload tokenizer about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.18 kB
    xet
    Training in progress, step 1550 about 2 years ago
  • vocab.json
    356 Bytes
    Training in progress, step 10 about 2 years ago