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

  • Log In
  • Sign Up

ittailup
/
hubert-large-gender-auto

Audio Classification
Transformers
TensorBoard
Safetensors
hubert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ittailup/hubert-large-gender-auto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ittailup/hubert-large-gender-auto with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="ittailup/hubert-large-gender-auto")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("ittailup/hubert-large-gender-auto")
    model = AutoModelForAudioClassification.from_pretrained("ittailup/hubert-large-gender-auto")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-large-gender-auto
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
ittailup's picture
ittailup
End of training
3b06c12 verified almost 2 years ago
  • runs
    Training in progress, step 3000 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.64 kB
    End of training almost 2 years ago
  • config.json
    1.58 kB
    Training in progress, step 100 almost 2 years ago
  • model.safetensors
    1.26 GB
    xet
    Training in progress, step 3000 almost 2 years ago
  • preprocessor_config.json
    212 Bytes
    Training in progress, step 100 almost 2 years ago
  • special_tokens_map.json
    96 Bytes
    Training in progress, step 100 almost 2 years ago
  • tokenizer_config.json
    1.09 kB
    Training in progress, step 100 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.98 kB
    xet
    Training in progress, step 1000 almost 2 years ago
  • vocab.json
    358 Bytes
    Training in progress, step 100 almost 2 years ago