End of training
Browse files
README.md
ADDED
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: ntu-spml/distilhubert
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- PolyAI/minds14
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: distilhubert-finetuned-minds14
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Audio Classification
|
15 |
+
type: audio-classification
|
16 |
+
dataset:
|
17 |
+
name: MINDS14
|
18 |
+
type: PolyAI/minds14
|
19 |
+
config: en-US
|
20 |
+
split: train
|
21 |
+
args: en-US
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.5263157894736842
|
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-minds14
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the MINDS14 dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 3.4050
|
36 |
+
- Accuracy: 0.5263
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 5e-05
|
56 |
+
- train_batch_size: 2
|
57 |
+
- eval_batch_size: 2
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- lr_scheduler_warmup_ratio: 0.1
|
62 |
+
- num_epochs: 50
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
69 |
+
| 2.6434 | 1.0 | 253 | 2.6398 | 0.0702 |
|
70 |
+
| 2.5451 | 2.0 | 506 | 2.6434 | 0.0877 |
|
71 |
+
| 2.5303 | 3.0 | 759 | 2.6009 | 0.0702 |
|
72 |
+
| 2.5841 | 4.0 | 1012 | 2.5143 | 0.1053 |
|
73 |
+
| 2.1201 | 5.0 | 1265 | 2.3397 | 0.1579 |
|
74 |
+
| 1.6421 | 6.0 | 1518 | 2.1145 | 0.3509 |
|
75 |
+
| 1.5245 | 7.0 | 1771 | 1.9039 | 0.4386 |
|
76 |
+
| 1.1713 | 8.0 | 2024 | 1.6985 | 0.3684 |
|
77 |
+
| 1.1484 | 9.0 | 2277 | 1.5798 | 0.5088 |
|
78 |
+
| 0.6891 | 10.0 | 2530 | 1.7365 | 0.4912 |
|
79 |
+
| 0.3124 | 11.0 | 2783 | 1.8768 | 0.4561 |
|
80 |
+
| 0.077 | 12.0 | 3036 | 2.2095 | 0.4386 |
|
81 |
+
| 0.0167 | 13.0 | 3289 | 2.3894 | 0.4912 |
|
82 |
+
| 0.1748 | 14.0 | 3542 | 2.1305 | 0.5789 |
|
83 |
+
| 0.0366 | 15.0 | 3795 | 2.2102 | 0.5614 |
|
84 |
+
| 0.0021 | 16.0 | 4048 | 2.2237 | 0.5614 |
|
85 |
+
| 0.0012 | 17.0 | 4301 | 2.3768 | 0.5263 |
|
86 |
+
| 0.0009 | 18.0 | 4554 | 2.6185 | 0.4912 |
|
87 |
+
| 0.0006 | 19.0 | 4807 | 2.5854 | 0.5263 |
|
88 |
+
| 0.0005 | 20.0 | 5060 | 2.6191 | 0.5965 |
|
89 |
+
| 0.0004 | 21.0 | 5313 | 2.6767 | 0.5789 |
|
90 |
+
| 0.0004 | 22.0 | 5566 | 2.7203 | 0.5965 |
|
91 |
+
| 0.0003 | 23.0 | 5819 | 2.6451 | 0.5965 |
|
92 |
+
| 0.0003 | 24.0 | 6072 | 2.6883 | 0.5965 |
|
93 |
+
| 0.0002 | 25.0 | 6325 | 2.7872 | 0.5789 |
|
94 |
+
| 0.0002 | 26.0 | 6578 | 2.8503 | 0.5789 |
|
95 |
+
| 0.0002 | 27.0 | 6831 | 2.8895 | 0.5789 |
|
96 |
+
| 0.0001 | 28.0 | 7084 | 2.8882 | 0.5789 |
|
97 |
+
| 0.0001 | 29.0 | 7337 | 2.8726 | 0.5439 |
|
98 |
+
| 0.0001 | 30.0 | 7590 | 2.8971 | 0.5614 |
|
99 |
+
| 0.0001 | 31.0 | 7843 | 2.9427 | 0.5614 |
|
100 |
+
| 0.0001 | 32.0 | 8096 | 3.0154 | 0.5439 |
|
101 |
+
| 0.0001 | 33.0 | 8349 | 3.0109 | 0.5439 |
|
102 |
+
| 0.0001 | 34.0 | 8602 | 3.0281 | 0.5439 |
|
103 |
+
| 0.0001 | 35.0 | 8855 | 3.0510 | 0.5439 |
|
104 |
+
| 0.0001 | 36.0 | 9108 | 3.1110 | 0.5439 |
|
105 |
+
| 0.0001 | 37.0 | 9361 | 3.1634 | 0.5439 |
|
106 |
+
| 0.0 | 38.0 | 9614 | 3.1704 | 0.5263 |
|
107 |
+
| 0.0 | 39.0 | 9867 | 3.2145 | 0.5263 |
|
108 |
+
| 0.0 | 40.0 | 10120 | 3.2405 | 0.5439 |
|
109 |
+
| 0.0 | 41.0 | 10373 | 3.2725 | 0.5263 |
|
110 |
+
| 0.0 | 42.0 | 10626 | 3.2861 | 0.5263 |
|
111 |
+
| 0.0 | 43.0 | 10879 | 3.3515 | 0.5263 |
|
112 |
+
| 0.0 | 44.0 | 11132 | 3.3364 | 0.5263 |
|
113 |
+
| 0.0 | 45.0 | 11385 | 3.3570 | 0.5263 |
|
114 |
+
| 0.0 | 46.0 | 11638 | 3.3776 | 0.5263 |
|
115 |
+
| 0.0 | 47.0 | 11891 | 3.3857 | 0.5263 |
|
116 |
+
| 0.0 | 48.0 | 12144 | 3.3985 | 0.5263 |
|
117 |
+
| 0.0 | 49.0 | 12397 | 3.4012 | 0.5263 |
|
118 |
+
| 0.0 | 50.0 | 12650 | 3.4050 | 0.5263 |
|
119 |
+
|
120 |
+
|
121 |
+
### Framework versions
|
122 |
+
|
123 |
+
- Transformers 4.35.2
|
124 |
+
- Pytorch 2.1.0+cu118
|
125 |
+
- Datasets 2.15.0
|
126 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94775840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1872298bac13892f8774aebb0ca53480f8633d722e68b1c4004c87f547bb2fd5
|
3 |
size 94775840
|
runs/Nov28_16-08-23_cc0b04a1f57d/events.out.tfevents.1701187712.cc0b04a1f57d.1403.0
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:9d6783757441bd5b18a68bbaeee4479c5589711c3cabb9f224cb81efbdc3c17d
|
3 |
+
size 419380
|