hafidikhsan commited on
Commit
2fa498b
1 Parent(s): 70c476b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: wav2vec2-large-xlsr-53-english-pronunciation-evaluation-aod-cut-balance
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # wav2vec2-large-xlsr-53-english-pronunciation-evaluation-aod-cut-balance
19
+
20
+ This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.0674
23
+ - Accuracy: 0.6055
24
+ - F1: 0.6017
25
+ - Precision: 0.6074
26
+ - Recall: 0.6055
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 0.0001
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
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: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 1.0011 | 1.0 | 105 | 1.0494 | 0.5 | 0.4111 | 0.4721 | 0.5 |
59
+ | 0.7777 | 2.0 | 210 | 0.9454 | 0.5576 | 0.5178 | 0.5332 | 0.5576 |
60
+ | 0.7462 | 3.0 | 315 | 1.1190 | 0.5815 | 0.5649 | 0.5757 | 0.5815 |
61
+ | 0.6099 | 4.0 | 420 | 1.0299 | 0.6043 | 0.5975 | 0.5992 | 0.6043 |
62
+ | 0.4457 | 5.0 | 525 | 1.0674 | 0.6055 | 0.6017 | 0.6074 | 0.6055 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.30.2
68
+ - Pytorch 2.0.1+cu118
69
+ - Datasets 2.13.1
70
+ - Tokenizers 0.13.3