End of training
Browse files
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/hubert-base-ls960
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- common_language
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: hubert-base-ls960-finetuned-common_language-finetuned-common_language
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Audio Classification
|
15 |
+
type: audio-classification
|
16 |
+
dataset:
|
17 |
+
name: Common Language
|
18 |
+
type: common_language
|
19 |
+
config: full
|
20 |
+
split: test
|
21 |
+
args: full
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.8011068254234446
|
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 |
+
# hubert-base-ls960-finetuned-common_language-finetuned-common_language
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the Common Language dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.4164
|
36 |
+
- Accuracy: 0.8011
|
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: 4
|
57 |
+
- eval_batch_size: 4
|
58 |
+
- seed: 42
|
59 |
+
- gradient_accumulation_steps: 2
|
60 |
+
- total_train_batch_size: 8
|
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 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
70 |
+
| 2.9713 | 1.0 | 2774 | 3.0764 | 0.1615 |
|
71 |
+
| 1.7443 | 2.0 | 5549 | 1.8279 | 0.4734 |
|
72 |
+
| 1.1304 | 3.0 | 8323 | 1.3202 | 0.6371 |
|
73 |
+
| 1.2718 | 4.0 | 11098 | 1.1571 | 0.6968 |
|
74 |
+
| 0.769 | 5.0 | 13872 | 1.2917 | 0.7127 |
|
75 |
+
| 0.2656 | 6.0 | 16647 | 1.1549 | 0.7479 |
|
76 |
+
| 0.2939 | 7.0 | 19421 | 1.2372 | 0.7736 |
|
77 |
+
| 0.1278 | 8.0 | 22196 | 1.2985 | 0.7875 |
|
78 |
+
| 0.5175 | 9.0 | 24970 | 1.3664 | 0.7986 |
|
79 |
+
| 0.0547 | 10.0 | 27740 | 1.4164 | 0.8011 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.33.2
|
85 |
+
- Pytorch 2.0.1+cu118
|
86 |
+
- Datasets 2.14.5
|
87 |
+
- Tokenizers 0.13.3
|