Instructions to use allzero0102/korean_kws2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allzero0102/korean_kws2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="allzero0102/korean_kws2")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("allzero0102/korean_kws2") model = AutoModelForAudioClassification.from_pretrained("allzero0102/korean_kws2") - Notebooks
- Google Colab
- Kaggle
korean_kws2
This model is a fine-tuned version of Kkonjeong/wav2vec2-base-korean on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.0681
- Accuracy: 1.0
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: 30
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 2 | 1.9243 | 0.2105 |
| No log | 2.0 | 4 | 1.9090 | 0.2105 |
| No log | 3.0 | 6 | 1.8979 | 0.2105 |
| No log | 4.0 | 8 | 1.8672 | 0.4211 |
| No log | 5.0 | 10 | 1.8672 | 0.4211 |
| No log | 6.0 | 12 | 1.8260 | 0.4211 |
| No log | 7.0 | 14 | 1.7997 | 0.3158 |
| No log | 8.0 | 16 | 1.7597 | 0.4211 |
| No log | 9.0 | 18 | 1.7091 | 0.5789 |
| No log | 10.0 | 20 | 1.6596 | 0.6316 |
| No log | 11.0 | 22 | 1.6187 | 0.6316 |
| No log | 12.0 | 24 | 1.5555 | 0.6316 |
| No log | 13.0 | 26 | 1.5052 | 0.7895 |
| No log | 14.0 | 28 | 1.4639 | 0.8421 |
| No log | 15.0 | 30 | 1.4112 | 0.8947 |
| No log | 16.0 | 32 | 1.3621 | 0.8421 |
| No log | 17.0 | 34 | 1.3069 | 1.0 |
| No log | 18.0 | 36 | 1.2652 | 1.0 |
| No log | 19.0 | 38 | 1.2375 | 1.0 |
| No log | 20.0 | 40 | 1.2167 | 0.9474 |
| No log | 21.0 | 42 | 1.1725 | 1.0 |
| No log | 22.0 | 44 | 1.1414 | 1.0 |
| No log | 23.0 | 46 | 1.1228 | 1.0 |
| No log | 24.0 | 48 | 1.1166 | 1.0 |
| No log | 25.0 | 50 | 1.0997 | 1.0 |
| No log | 26.0 | 52 | 1.0868 | 1.0 |
| No log | 27.0 | 54 | 1.0792 | 1.0 |
| No log | 28.0 | 56 | 1.0740 | 1.0 |
| No log | 29.0 | 58 | 1.0700 | 1.0 |
| No log | 30.0 | 60 | 1.0681 | 1.0 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 3
Model tree for allzero0102/korean_kws2
Base model
Kkonjeong/wav2vec2-base-korean