snolyai commited on
Commit
4aeaf86
·
1 Parent(s): 79f88d3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: resultsfinal
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
+ # resultsfinal
16
+
17
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.6727
20
+ - Accuracy: 0.6180
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.005
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.7409 | 1.0 | 23 | 0.7039 | 0.6180 |
52
+ | 0.696 | 2.0 | 46 | 0.6730 | 0.6180 |
53
+ | 0.6814 | 3.0 | 69 | 0.6656 | 0.6180 |
54
+ | 0.6928 | 4.0 | 92 | 0.6776 | 0.6180 |
55
+ | 0.7039 | 5.0 | 115 | 0.6706 | 0.6180 |
56
+ | 0.6963 | 6.0 | 138 | 0.6704 | 0.6180 |
57
+ | 0.7109 | 7.0 | 161 | 0.6724 | 0.6180 |
58
+ | 0.7048 | 8.0 | 184 | 0.6678 | 0.6180 |
59
+ | 0.6897 | 9.0 | 207 | 0.6745 | 0.6180 |
60
+ | 0.694 | 10.0 | 230 | 0.6742 | 0.6180 |
61
+ | 0.6761 | 11.0 | 253 | 0.6704 | 0.6180 |
62
+ | 0.6856 | 12.0 | 276 | 0.6666 | 0.6180 |
63
+ | 0.6796 | 13.0 | 299 | 0.6720 | 0.6180 |
64
+ | 0.7024 | 14.0 | 322 | 0.6738 | 0.6180 |
65
+ | 0.68 | 15.0 | 345 | 0.6721 | 0.6180 |
66
+ | 0.6799 | 16.0 | 368 | 0.6696 | 0.6180 |
67
+ | 0.6912 | 17.0 | 391 | 0.6727 | 0.6180 |
68
+ | 0.6896 | 18.0 | 414 | 0.6735 | 0.6180 |
69
+ | 0.6856 | 19.0 | 437 | 0.6731 | 0.6180 |
70
+ | 0.6753 | 20.0 | 460 | 0.6727 | 0.6180 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.30.2
76
+ - Pytorch 2.0.1+cu118
77
+ - Datasets 2.13.1
78
+ - Tokenizers 0.13.3