nawta commited on
Commit
a5cceff
·
1 Parent(s): f333634

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: wav2vec2-onomatopoeia-finetune_smalldata_ESC50pretrained_3
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # wav2vec2-onomatopoeia-finetune_smalldata_ESC50pretrained_3
13
+
14
+ This model is a fine-tuned version of [/root/workspace/wav2vec2-pretrained_with_ESC50_10000epochs_32batch_2022-07-09_22-16-46/pytorch_model.bin](https://huggingface.co//root/workspace/wav2vec2-pretrained_with_ESC50_10000epochs_32batch_2022-07-09_22-16-46/pytorch_model.bin) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 2.5350
17
+ - Cer: 1.2730
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0001
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 1000
43
+ - num_epochs: 30
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | 4.4243 | 4.67 | 500 | 2.6901 | 1.1259 |
51
+ | 2.4282 | 9.35 | 1000 | 2.7495 | 1.1563 |
52
+ | 2.3377 | 14.02 | 1500 | 2.2475 | 0.9617 |
53
+ | 2.2434 | 18.69 | 2000 | 2.2765 | 1.1908 |
54
+ | 2.2731 | 23.36 | 2500 | 2.2574 | 1.1669 |
55
+ | 2.3436 | 28.04 | 3000 | 2.5350 | 1.2730 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.11.3
61
+ - Pytorch 1.9.1+cu111
62
+ - Datasets 1.13.3
63
+ - Tokenizers 0.10.3