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

ZMaxwell-Smith
/
OIL_YT_fb_all

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

Instructions to use ZMaxwell-Smith/OIL_YT_fb_all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ZMaxwell-Smith/OIL_YT_fb_all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="ZMaxwell-Smith/OIL_YT_fb_all")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("ZMaxwell-Smith/OIL_YT_fb_all")
    model = AutoModelForCTC.from_pretrained("ZMaxwell-Smith/OIL_YT_fb_all")
  • Notebooks
  • Google Colab
  • Kaggle
OIL_YT_fb_all
1.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
ZMaxwell-Smith's picture
ZMaxwell-Smith
Update README.md
146ac37 almost 3 years ago
  • runs
    add runs almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • .gitignore
    20 Bytes
    add files almost 4 years ago
  • README.md
    756 Bytes
    Update README.md almost 3 years ago
  • all_results.json
    767 Bytes
    add files almost 4 years ago
  • config.json
    1.81 kB
    add files almost 4 years ago
  • eval_results.json
    348 Bytes
    add files almost 4 years ago
  • preprocessor_config.json
    214 Bytes
    add files almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.26 GB
    xet
    add files almost 4 years ago
  • special_tokens_map.json
    85 Bytes
    add files almost 4 years ago
  • tokenizer_config.json
    138 Bytes
    add files almost 4 years ago
  • train_results.json
    440 Bytes
    add files almost 4 years ago
  • trainer_state.json
    5.71 kB
    add files almost 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.48 kB
    xet
    add files almost 4 years ago
  • vocab.json
    259 Bytes
    add files almost 4 years ago