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

  • Log In
  • Sign Up

anderloh
/
FinetunedWav2vec5ClassProblemNew

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

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

  • Libraries
  • Transformers

    How to use anderloh/FinetunedWav2vec5ClassProblemNew with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anderloh/FinetunedWav2vec5ClassProblemNew")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anderloh/FinetunedWav2vec5ClassProblemNew")
    model = AutoModelForAudioClassification.from_pretrained("anderloh/FinetunedWav2vec5ClassProblemNew")
  • Notebooks
  • Google Colab
  • Kaggle
FinetunedWav2vec5ClassProblemNew
349 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Anders L|hr
Best 5 class model
eef99e5 almost 2 years ago
  • checkpoint-2640
    Best 5 class model almost 2 years ago
  • checkpoint-3500
    Best 5 class model almost 2 years ago
  • runs
    Best 5 class model almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    16.6 kB
    Best 5 class model almost 2 years ago
  • all_results.json
    350 Bytes
    Best 5 class model almost 2 years ago
  • config.json
    2.41 kB
    Best 5 class model almost 2 years ago
  • eval_results.json
    204 Bytes
    Best 5 class model almost 2 years ago
  • model.safetensors
    52.2 MB
    xet
    Best 5 class model almost 2 years ago
  • preprocessor_config.json
    214 Bytes
    Best 5 class model almost 2 years ago
  • train_results.json
    169 Bytes
    Best 5 class model almost 2 years ago
  • trainer_state.json
    97.3 kB
    Best 5 class model almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.98 kB
    xet
    Best 5 class model almost 2 years ago