End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: ntu-spml/distilhubert
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- birdclef/hubert
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: distilhubert-finetuned-birdclef
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
name: Audio Classification
|
| 15 |
+
type: audio-classification
|
| 16 |
+
dataset:
|
| 17 |
+
name: Birdclef 2024
|
| 18 |
+
type: birdclef/hubert
|
| 19 |
+
config: default
|
| 20 |
+
split: train
|
| 21 |
+
args: default
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Accuracy
|
| 24 |
+
type: accuracy
|
| 25 |
+
value: 0.6974652493867539
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 29 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 30 |
+
|
| 31 |
+
# distilhubert-finetuned-birdclef
|
| 32 |
+
|
| 33 |
+
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the Birdclef 2024 dataset.
|
| 34 |
+
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 1.8592
|
| 36 |
+
- Accuracy: 0.6975
|
| 37 |
+
- F1 Macro: 0.4507
|
| 38 |
+
- F1 Weighted: 0.6871
|
| 39 |
+
|
| 40 |
+
## Model description
|
| 41 |
+
|
| 42 |
+
More information needed
|
| 43 |
+
|
| 44 |
+
## Intended uses & limitations
|
| 45 |
+
|
| 46 |
+
More information needed
|
| 47 |
+
|
| 48 |
+
## Training and evaluation data
|
| 49 |
+
|
| 50 |
+
More information needed
|
| 51 |
+
|
| 52 |
+
## Training procedure
|
| 53 |
+
|
| 54 |
+
### Training hyperparameters
|
| 55 |
+
|
| 56 |
+
The following hyperparameters were used during training:
|
| 57 |
+
- learning_rate: 5e-05
|
| 58 |
+
- train_batch_size: 8
|
| 59 |
+
- eval_batch_size: 8
|
| 60 |
+
- seed: 42
|
| 61 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
+
- lr_scheduler_type: linear
|
| 63 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 64 |
+
- num_epochs: 10
|
| 65 |
+
- mixed_precision_training: Native AMP
|
| 66 |
+
|
| 67 |
+
### Training results
|
| 68 |
+
|
| 69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted |
|
| 70 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 71 |
+
| 3.3212 | 1.0 | 2446 | 3.4889 | 0.2343 | 0.0453 | 0.1567 |
|
| 72 |
+
| 2.5841 | 2.0 | 4892 | 2.1989 | 0.5123 | 0.1673 | 0.4489 |
|
| 73 |
+
| 1.5152 | 3.0 | 7338 | 1.8349 | 0.5871 | 0.2449 | 0.5452 |
|
| 74 |
+
| 1.4771 | 4.0 | 9784 | 1.6815 | 0.6300 | 0.3213 | 0.6048 |
|
| 75 |
+
| 1.0287 | 5.0 | 12230 | 1.6218 | 0.6627 | 0.3498 | 0.6462 |
|
| 76 |
+
| 0.9425 | 6.0 | 14676 | 1.6177 | 0.6688 | 0.3835 | 0.6511 |
|
| 77 |
+
| 0.291 | 7.0 | 17122 | 1.7205 | 0.6832 | 0.3903 | 0.6682 |
|
| 78 |
+
| 0.244 | 8.0 | 19568 | 1.7817 | 0.6811 | 0.4049 | 0.6706 |
|
| 79 |
+
| 0.0593 | 9.0 | 22014 | 1.8653 | 0.6881 | 0.4282 | 0.6755 |
|
| 80 |
+
| 0.0754 | 10.0 | 24460 | 1.8877 | 0.6917 | 0.4320 | 0.6823 |
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
### Framework versions
|
| 84 |
+
|
| 85 |
+
- Transformers 4.38.2
|
| 86 |
+
- Pytorch 2.2.1+cu121
|
| 87 |
+
- Datasets 2.18.0
|
| 88 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94948560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0fb2610db3dc5051c5ad0b08a969cc7df804e601327f825debbeafc6290824a
|
| 3 |
size 94948560
|
runs/Apr16_20-05-45_1dcc0b454c22/events.out.tfevents.1713297961.1dcc0b454c22.1730.6
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12a7d8da58c563cdb8a36dbd5cbeefe5a1bf7e06a814117c7bb17d08eb518c77
|
| 3 |
+
size 1056414
|
runs/Apr16_20-05-45_1dcc0b454c22/events.out.tfevents.1713312066.1dcc0b454c22.1730.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd52084642659d54c432bf80444f4b90590782495af3d98fbb8651f45ebc3682
|
| 3 |
+
size 526
|