patriotyk commited on
Commit
ea9ef13
1 Parent(s): d726ead
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -44,11 +44,12 @@ audio = vocos.decode(mel)
44
 
45
  ### Training Data
46
 
47
- The model was trained on private 800+ hours dataset, made from Ukraininan audio books, using [narizaka](https://github.com/patriotyk/narizaka) tool.
48
 
49
  ### Training Procedure
50
 
51
- The model was trained for 2.0M steps and 210 epochs with a batch size of 20. We used a Cosine scheduler with a initial learning rate of 3e-4.
 
52
 
53
  #### Training Hyperparameters
54
 
 
44
 
45
  ### Training Data
46
 
47
+ The model was trained on private 800+ hours dataset, made from Ukrainian audio books, using [narizaka](https://github.com/patriotyk/narizaka) tool.
48
 
49
  ### Training Procedure
50
 
51
+ The model was trained for 2.0M steps and 210 epochs with a batch size of 20. We used a Cosine scheduler with a initial learning rate of 3e-4.
52
+ We where using two RTX-3090 video cards for training, and it took about one month of continuous training.
53
 
54
  #### Training Hyperparameters
55