Juardo commited on
Commit
6c81506
1 Parent(s): c8d206f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ model-index:
10
+ - name: bsc_ai_thesis_torgo_model-1
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # bsc_ai_thesis_torgo_model-1
18
+
19
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3445
22
+ - Accuracy: 0.8675
23
+ - Precision: 0.8670
24
+ - Recall: 0.8873
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 3e-05
44
+ - train_batch_size: 32
45
+ - eval_batch_size: 32
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 128
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|
58
+ | 0.6837 | 0.96 | 12 | 0.6315 | 0.695 | 0.6717 | 0.8357 |
59
+ | 0.576 | 2.0 | 25 | 0.4980 | 0.7675 | 0.8125 | 0.7324 |
60
+ | 0.5089 | 2.96 | 37 | 0.4431 | 0.8125 | 0.8255 | 0.8216 |
61
+ | 0.405 | 4.0 | 50 | 0.4718 | 0.8325 | 0.8687 | 0.8075 |
62
+ | 0.3436 | 4.96 | 62 | 0.4669 | 0.795 | 0.7331 | 0.9671 |
63
+ | 0.318 | 6.0 | 75 | 0.5111 | 0.7225 | 0.6903 | 0.8685 |
64
+ | 0.2837 | 6.96 | 87 | 0.5359 | 0.7625 | 0.7783 | 0.7746 |
65
+ | 0.2361 | 8.0 | 100 | 0.4633 | 0.805 | 0.8358 | 0.7887 |
66
+ | 0.2327 | 8.96 | 112 | 0.3232 | 0.88 | 0.8733 | 0.9061 |
67
+ | 0.2036 | 9.6 | 120 | 0.3445 | 0.8675 | 0.8670 | 0.8873 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.28.0
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.13.1
75
+ - Tokenizers 0.13.3