Instructions to use khs1218/checkpoint-150 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use khs1218/checkpoint-150 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="khs1218/checkpoint-150")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("khs1218/checkpoint-150") model = AutoModelForAudioClassification.from_pretrained("khs1218/checkpoint-150") - Notebooks
- Google Colab
- Kaggle
checkpoint-150
This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:
- eval_loss: 1.0500
- eval_accuracy: 0.9160
- eval_runtime: 11.5163
- eval_samples_per_second: 10.333
- eval_steps_per_second: 1.302
- epoch: 6.0
- step: 90
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 3e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 32
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
- mixed_precision_training: Native AMP
Framework versions
- Transformers 5.0.0
- Pytorch 2.11.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- -