kushalballari commited on
Commit
301791f
·
verified ·
1 Parent(s): c43e714

End of training

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: ntu-spml/distilhubert
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - Emo-Codec/CREMA-D_synth
9
+ metrics:
10
+ - accuracy
11
+ - precision
12
+ - recall
13
+ - f1
14
+ model-index:
15
+ - name: distilhubert-tone-classification
16
+ results:
17
+ - task:
18
+ name: Audio Classification
19
+ type: audio-classification
20
+ dataset:
21
+ name: CREMA-D
22
+ type: Emo-Codec/CREMA-D_synth
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.7024128686327078
27
+ - name: Precision
28
+ type: precision
29
+ value: 0.7036509389001218
30
+ - name: Recall
31
+ type: recall
32
+ value: 0.7024128686327078
33
+ - name: F1
34
+ type: f1
35
+ value: 0.6970142752522046
36
+ ---
37
+
38
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
39
+ should probably proofread and complete it, then remove this comment. -->
40
+
41
+ # distilhubert-tone-classification
42
+
43
+ This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the CREMA-D dataset.
44
+ It achieves the following results on the evaluation set:
45
+ - Loss: 1.1479
46
+ - Accuracy: 0.7024
47
+ - Precision: 0.7037
48
+ - Recall: 0.7024
49
+ - F1: 0.6970
50
+
51
+ ## Model description
52
+
53
+ More information needed
54
+
55
+ ## Intended uses & limitations
56
+
57
+ More information needed
58
+
59
+ ## Training and evaluation data
60
+
61
+ More information needed
62
+
63
+ ## Training procedure
64
+
65
+ ### Training hyperparameters
66
+
67
+ The following hyperparameters were used during training:
68
+ - learning_rate: 5e-05
69
+ - train_batch_size: 16
70
+ - eval_batch_size: 16
71
+ - seed: 42
72
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
73
+ - lr_scheduler_type: linear
74
+ - lr_scheduler_warmup_ratio: 0.1
75
+ - num_epochs: 8
76
+
77
+ ### Training results
78
+
79
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
80
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
81
+ | 1.339 | 1.0 | 442 | 1.3491 | 0.4987 | 0.5533 | 0.4987 | 0.4664 |
82
+ | 1.0008 | 2.0 | 884 | 1.0219 | 0.6408 | 0.6668 | 0.6408 | 0.6373 |
83
+ | 0.7673 | 3.0 | 1326 | 0.9572 | 0.6676 | 0.6870 | 0.6676 | 0.6557 |
84
+ | 0.5888 | 4.0 | 1768 | 0.8830 | 0.6890 | 0.6930 | 0.6890 | 0.6889 |
85
+ | 0.4396 | 5.0 | 2210 | 1.0893 | 0.6810 | 0.7064 | 0.6810 | 0.6738 |
86
+ | 0.2987 | 6.0 | 2652 | 1.0561 | 0.6810 | 0.6892 | 0.6810 | 0.6738 |
87
+ | 0.2009 | 7.0 | 3094 | 1.1421 | 0.6836 | 0.6944 | 0.6836 | 0.6769 |
88
+ | 0.1345 | 8.0 | 3536 | 1.1479 | 0.7024 | 0.7037 | 0.7024 | 0.6970 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 4.50.3
94
+ - Pytorch 2.6.0+cu124
95
+ - Datasets 3.5.0
96
+ - Tokenizers 0.21.1