Commit
·
808d890
1
Parent(s):
fa40069
Model save
Browse files- README.md +100 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/wavlm-base
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: wavlm-base_5
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# wavlm-base_5
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [microsoft/wavlm-base](https://huggingface.co/microsoft/wavlm-base) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4151
|
20 |
+
- Accuracy: 0.8974
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0003
|
40 |
+
- train_batch_size: 16
|
41 |
+
- eval_batch_size: 2
|
42 |
+
- seed: 0
|
43 |
+
- gradient_accumulation_steps: 4
|
44 |
+
- total_train_batch_size: 64
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 10.0
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 0.3764 | 0.25 | 100 | 0.0277 | 0.9948 |
|
55 |
+
| 0.1211 | 0.5 | 200 | 0.0297 | 0.9981 |
|
56 |
+
| 0.2525 | 0.76 | 300 | 1.2840 | 0.9168 |
|
57 |
+
| 0.784 | 1.01 | 400 | 0.3443 | 0.8974 |
|
58 |
+
| 0.6053 | 1.26 | 500 | 0.3958 | 0.8974 |
|
59 |
+
| 0.6038 | 1.51 | 600 | 0.4848 | 0.8974 |
|
60 |
+
| 0.5996 | 1.76 | 700 | 0.3954 | 0.8974 |
|
61 |
+
| 0.5914 | 2.02 | 800 | 0.3970 | 0.8974 |
|
62 |
+
| 0.6077 | 2.27 | 900 | 0.4722 | 0.8974 |
|
63 |
+
| 0.5991 | 2.52 | 1000 | 0.4362 | 0.8974 |
|
64 |
+
| 0.5813 | 2.77 | 1100 | 0.3871 | 0.8974 |
|
65 |
+
| 0.5953 | 3.02 | 1200 | 0.4013 | 0.8974 |
|
66 |
+
| 0.5957 | 3.28 | 1300 | 0.4693 | 0.8974 |
|
67 |
+
| 0.5852 | 3.53 | 1400 | 0.3879 | 0.8974 |
|
68 |
+
| 0.6066 | 3.78 | 1500 | 0.4280 | 0.8974 |
|
69 |
+
| 0.6085 | 4.03 | 1600 | 0.4359 | 0.8974 |
|
70 |
+
| 0.5944 | 4.28 | 1700 | 0.4167 | 0.8974 |
|
71 |
+
| 0.5994 | 4.54 | 1800 | 0.4139 | 0.8974 |
|
72 |
+
| 0.5953 | 4.79 | 1900 | 0.4256 | 0.8974 |
|
73 |
+
| 0.5929 | 5.04 | 2000 | 0.4371 | 0.8974 |
|
74 |
+
| 0.6067 | 5.29 | 2100 | 0.4255 | 0.8974 |
|
75 |
+
| 0.5944 | 5.55 | 2200 | 0.4121 | 0.8974 |
|
76 |
+
| 0.5926 | 5.8 | 2300 | 0.4210 | 0.8974 |
|
77 |
+
| 0.594 | 6.05 | 2400 | 0.4057 | 0.8974 |
|
78 |
+
| 0.6042 | 6.3 | 2500 | 0.4252 | 0.8974 |
|
79 |
+
| 0.5971 | 6.55 | 2600 | 0.3958 | 0.8974 |
|
80 |
+
| 0.597 | 6.81 | 2700 | 0.4124 | 0.8974 |
|
81 |
+
| 0.5816 | 7.06 | 2800 | 0.4101 | 0.8974 |
|
82 |
+
| 0.5944 | 7.31 | 2900 | 0.4258 | 0.8974 |
|
83 |
+
| 0.6053 | 7.56 | 3000 | 0.4415 | 0.8974 |
|
84 |
+
| 0.5894 | 7.81 | 3100 | 0.4067 | 0.8974 |
|
85 |
+
| 0.5987 | 8.07 | 3200 | 0.4109 | 0.8974 |
|
86 |
+
| 0.5846 | 8.32 | 3300 | 0.4095 | 0.8974 |
|
87 |
+
| 0.5982 | 8.57 | 3400 | 0.4187 | 0.8974 |
|
88 |
+
| 0.5932 | 8.82 | 3500 | 0.4124 | 0.8974 |
|
89 |
+
| 0.6007 | 9.07 | 3600 | 0.4212 | 0.8974 |
|
90 |
+
| 0.6041 | 9.33 | 3700 | 0.4257 | 0.8974 |
|
91 |
+
| 0.5859 | 9.58 | 3800 | 0.4176 | 0.8974 |
|
92 |
+
| 0.5842 | 9.83 | 3900 | 0.4151 | 0.8974 |
|
93 |
+
|
94 |
+
|
95 |
+
### Framework versions
|
96 |
+
|
97 |
+
- Transformers 4.34.0.dev0
|
98 |
+
- Pytorch 2.0.0.post302
|
99 |
+
- Datasets 2.14.5
|
100 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378402813
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de0a99b3854d5f58ec1d6dec58c51ebf32bfaa14017da7497d38ef32385d284a
|
3 |
size 378402813
|