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

  • Log In
  • Sign Up

anderloh
/
testModel

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

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

  • Libraries
  • Transformers

    How to use anderloh/testModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="anderloh/testModel")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("anderloh/testModel")
    model = AutoModelForAudioClassification.from_pretrained("anderloh/testModel")
  • Notebooks
  • Google Colab
  • Kaggle
testModel
349 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Anders L|hr
Best 5 class model
0272046 almost 2 years ago
  • checkpoint-2520
    Best 5 class model almost 2 years ago
  • checkpoint-8800
    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
    50.9 kB
    Best 5 class model almost 2 years ago
  • all_results.json
    352 Bytes
    Best 5 class model almost 2 years ago
  • config.json
    2.29 kB
    Best 5 class model almost 2 years ago
  • eval_results.json
    205 Bytes
    Best 5 class model almost 2 years ago
  • model.safetensors
    52.1 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
    170 Bytes
    Best 5 class model almost 2 years ago
  • trainer_state.json
    222 kB
    Best 5 class model almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.98 kB
    xet
    Best 5 class model almost 2 years ago