End of training
Browse files
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/hubert-base-ls960
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: hubert-base-ls960-finetuned-ic-slurp-wt_init-frz-v1
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# hubert-base-ls960-finetuned-ic-slurp-wt_init-frz-v1
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 3.8557
|
21 |
+
- Accuracy: 0.4665
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 24
|
42 |
+
- eval_batch_size: 24
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 96
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 50
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
55 |
+
| 3.6161 | 1.0 | 527 | 3.6149 | 0.1639 |
|
56 |
+
| 3.4319 | 2.0 | 1055 | 3.4045 | 0.1837 |
|
57 |
+
| 3.2109 | 3.0 | 1582 | 3.1534 | 0.2204 |
|
58 |
+
| 3.0227 | 4.0 | 2110 | 3.0869 | 0.2425 |
|
59 |
+
| 2.7612 | 5.0 | 2637 | 2.8947 | 0.2796 |
|
60 |
+
| 2.6536 | 6.0 | 3165 | 2.7741 | 0.3162 |
|
61 |
+
| 2.2984 | 7.0 | 3692 | 2.5992 | 0.3517 |
|
62 |
+
| 2.2411 | 8.0 | 4220 | 2.5695 | 0.3678 |
|
63 |
+
| 2.0698 | 9.0 | 4747 | 2.5301 | 0.3828 |
|
64 |
+
| 1.781 | 10.0 | 5275 | 2.4942 | 0.4076 |
|
65 |
+
| 1.7756 | 11.0 | 5802 | 2.4456 | 0.4145 |
|
66 |
+
| 1.429 | 12.0 | 6330 | 2.4907 | 0.4214 |
|
67 |
+
| 1.4662 | 13.0 | 6857 | 2.5513 | 0.4287 |
|
68 |
+
| 1.2868 | 14.0 | 7385 | 2.6220 | 0.4254 |
|
69 |
+
| 1.0628 | 15.0 | 7912 | 2.6932 | 0.4294 |
|
70 |
+
| 1.0636 | 16.0 | 8440 | 2.7047 | 0.4348 |
|
71 |
+
| 0.861 | 17.0 | 8967 | 2.7132 | 0.4405 |
|
72 |
+
| 0.8748 | 18.0 | 9495 | 2.8117 | 0.4414 |
|
73 |
+
| 0.7779 | 19.0 | 10022 | 2.8338 | 0.4454 |
|
74 |
+
| 0.7247 | 20.0 | 10550 | 2.9349 | 0.4407 |
|
75 |
+
| 0.6041 | 21.0 | 11077 | 2.9980 | 0.4396 |
|
76 |
+
| 0.6234 | 22.0 | 11605 | 3.0899 | 0.4418 |
|
77 |
+
| 0.4641 | 23.0 | 12132 | 3.1206 | 0.4470 |
|
78 |
+
| 0.5321 | 24.0 | 12660 | 3.2098 | 0.4427 |
|
79 |
+
| 0.4293 | 25.0 | 13187 | 3.2953 | 0.4414 |
|
80 |
+
| 0.5322 | 26.0 | 13715 | 3.2976 | 0.4458 |
|
81 |
+
| 0.3345 | 27.0 | 14242 | 3.3888 | 0.4441 |
|
82 |
+
| 0.4868 | 28.0 | 14770 | 3.3955 | 0.4472 |
|
83 |
+
| 0.29 | 29.0 | 15297 | 3.4445 | 0.4451 |
|
84 |
+
| 0.2429 | 30.0 | 15825 | 3.4317 | 0.4537 |
|
85 |
+
| 0.3375 | 31.0 | 16352 | 3.4972 | 0.4534 |
|
86 |
+
| 0.26 | 32.0 | 16880 | 3.6675 | 0.4434 |
|
87 |
+
| 0.2337 | 33.0 | 17407 | 3.5817 | 0.4491 |
|
88 |
+
| 0.2984 | 34.0 | 17935 | 3.5766 | 0.4485 |
|
89 |
+
| 0.2249 | 35.0 | 18462 | 3.5912 | 0.4538 |
|
90 |
+
| 0.1962 | 36.0 | 18990 | 3.6414 | 0.4556 |
|
91 |
+
| 0.2243 | 37.0 | 19517 | 3.7025 | 0.4563 |
|
92 |
+
| 0.2169 | 38.0 | 20045 | 3.7524 | 0.4557 |
|
93 |
+
| 0.1509 | 39.0 | 20572 | 3.6993 | 0.4583 |
|
94 |
+
| 0.2106 | 40.0 | 21100 | 3.8040 | 0.4550 |
|
95 |
+
| 0.224 | 41.0 | 21627 | 3.7628 | 0.4628 |
|
96 |
+
| 0.1154 | 42.0 | 22155 | 3.7545 | 0.4652 |
|
97 |
+
| 0.1453 | 43.0 | 22682 | 3.7632 | 0.4651 |
|
98 |
+
| 0.1221 | 44.0 | 23210 | 3.8144 | 0.4596 |
|
99 |
+
| 0.1419 | 45.0 | 23737 | 3.8580 | 0.4627 |
|
100 |
+
| 0.1178 | 46.0 | 24265 | 3.8238 | 0.4656 |
|
101 |
+
| 0.1517 | 47.0 | 24792 | 3.8614 | 0.4635 |
|
102 |
+
| 0.1207 | 48.0 | 25320 | 3.8786 | 0.4644 |
|
103 |
+
| 0.1223 | 49.0 | 25847 | 3.8557 | 0.4665 |
|
104 |
+
| 0.067 | 49.95 | 26350 | 3.8611 | 0.4651 |
|
105 |
+
|
106 |
+
|
107 |
+
### Framework versions
|
108 |
+
|
109 |
+
- Transformers 4.36.2
|
110 |
+
- Pytorch 2.2.1+cu118
|
111 |
+
- Datasets 2.17.0
|
112 |
+
- 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 378394560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:833ed9e11af19f884b0fefb4dc23ca0f9979da3fab813daa81bfca1ea2a3d0a6
|
3 |
size 378394560
|
runs/Mar05_17-28-55_ki-g0008/events.out.tfevents.1709736957.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5107c9292feff3fa38e5c463546e0c5bc2d7e91058854069cbfbfd90b0ae81f2
|
3 |
+
size 40
|