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

ALIGHASEMI931
/
finetune

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

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

  • Libraries
  • Transformers

    How to use ALIGHASEMI931/finetune with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="ALIGHASEMI931/finetune")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("ALIGHASEMI931/finetune")
    model = AutoModelForCTC.from_pretrained("ALIGHASEMI931/finetune")
  • Notebooks
  • Google Colab
  • Kaggle
finetune
2.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ca925f9 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.02 kB
    End of training over 2 years ago
  • all_results.json
    236 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
    Adding `safetensors` variant of this model over 1 year ago
  • preprocessor_config.json
    256 Bytes
    End of training over 2 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    End of training over 2 years ago
  • special_tokens_map.json
    96 Bytes
    End of training over 2 years ago
  • tokenizer_config.json
    422 Bytes
    End of training over 2 years ago
  • train_results.json
    236 Bytes
    End of training over 2 years ago
  • trainer_state.json
    679 Bytes
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.03 kB
    xet
    End of training over 2 years ago
  • vocab.json
    482 Bytes
    End of training over 2 years ago