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

kksukk
/
hubert_zeroth_gpu

Automatic Speech Recognition
Transformers
PyTorch
hubert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use kksukk/hubert_zeroth_gpu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="kksukk/hubert_zeroth_gpu")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("kksukk/hubert_zeroth_gpu")
    model = AutoModelForCTC.from_pretrained("kksukk/hubert_zeroth_gpu")
  • Notebooks
  • Google Colab
  • Kaggle
hubert_zeroth_gpu
763 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 205 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
f9954da verified about 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 100 over 3 years ago
  • README.md
    13.8 kB
    update model card README.md over 3 years ago
  • added_tokens.json
    34 Bytes
    Upload tokenizer over 3 years ago
  • config.json
    1.57 kB
    Training in progress, step 100 over 3 years ago
  • model.safetensors
    381 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • preprocessor_config.json
    256 Bytes
    Upload processor over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    381 MB
    xet
    kksukk/hubert_zeroth_gpu over 3 years ago
  • special_tokens_map.json
    406 Bytes
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    337 Bytes
    Upload processor over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.39 kB
    xet
    Training in progress, step 6100 over 3 years ago
  • vocab.json
    17 kB
    Upload tokenizer over 3 years ago