Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Waynehillsdev
/
waynehills-STT

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Waynehillsdev/waynehills-STT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Waynehillsdev/waynehills-STT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Waynehillsdev/waynehills-STT")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("Waynehillsdev/waynehills-STT")
    model = AutoModelForCTC.from_pretrained("Waynehillsdev/waynehills-STT")
  • Notebooks
  • Google Colab
  • Kaggle
waynehills-STT
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
Doogie's picture
Doogie
add model
4292295 over 3 years ago
  • runs
    add model over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 400 over 3 years ago
  • config.json
    1.91 kB
    Training in progress, step 400 over 3 years ago
  • preprocessor_config.json
    215 Bytes
    Training in progress, step 400 over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    1.27 GB
    xet
    add model over 3 years ago
  • special_tokens_map.json
    85 Bytes
    add tokenizer over 3 years ago
  • tokenizer_config.json
    181 Bytes
    add tokenizer over 3 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    2.8 kB
    xet
    Training in progress, step 400 over 3 years ago
  • training_args.bin.lock
    0 Bytes
    Training in progress, step 400 over 3 years ago
  • vocab.json
    10.8 kB
    add tokenizer over 3 years ago