Heem2 commited on
Commit
fe9475e
1 Parent(s): 823ff97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -35
README.md CHANGED
@@ -41,46 +41,14 @@ More information needed
41
 
42
  ## Intended uses & limitations
43
 
44
- More information needed
45
 
46
  ## Training and evaluation data
47
 
48
- More information needed
49
-
50
  ## Training procedure
51
 
52
- ### Training hyperparameters
53
-
54
- The following hyperparameters were used during training:
55
- - learning_rate: 3e-05
56
- - train_batch_size: 8
57
- - eval_batch_size: 8
58
- - seed: 42
59
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
- - lr_scheduler_type: linear
61
- - lr_scheduler_warmup_ratio: 0.01
62
- - num_epochs: 16
63
-
64
- ### Training results
65
-
66
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 0.6417 | 1.0 | 33 | 0.5774 | 0.7879 |
69
- | 0.4818 | 2.0 | 66 | 0.3792 | 0.8485 |
70
- | 0.2756 | 3.0 | 99 | 0.3066 | 0.8788 |
71
- | 0.3106 | 4.0 | 132 | 0.1951 | 0.9545 |
72
- | 0.2138 | 5.0 | 165 | 0.2078 | 0.9394 |
73
- | 0.0988 | 6.0 | 198 | 0.3227 | 0.9091 |
74
- | 0.1043 | 7.0 | 231 | 0.2893 | 0.9394 |
75
- | 0.0808 | 8.0 | 264 | 0.2177 | 0.9545 |
76
- | 0.1312 | 9.0 | 297 | 0.2846 | 0.9091 |
77
- | 0.0667 | 10.0 | 330 | 0.1955 | 0.9545 |
78
- | 0.0513 | 11.0 | 363 | 0.2553 | 0.9545 |
79
- | 0.0217 | 12.0 | 396 | 0.1708 | 0.9545 |
80
- | 0.0136 | 13.0 | 429 | 0.1641 | 0.9545 |
81
- | 0.0236 | 14.0 | 462 | 0.2203 | 0.9545 |
82
- | 0.0097 | 15.0 | 495 | 0.2253 | 0.9545 |
83
- | 0.003 | 16.0 | 528 | 0.2288 | 0.9545 |
84
 
85
 
86
  ### Framework versions
 
41
 
42
  ## Intended uses & limitations
43
 
44
+ The model still needs dataset to increase model accuracy.
45
 
46
  ## Training and evaluation data
47
 
48
+ * The model is trained on multi lingual english speaking dataset.
49
+ * The input audio dataset is about 16KHz.
50
  ## Training procedure
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
 
54
  ### Framework versions