gg4ever commited on
Commit
2fc9213
·
1 Parent(s): 6628dd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -44,9 +44,9 @@ print(generated_text)
44
  ## Training Details
45
  ### Training Data
46
 
47
- 100k words generated by TextRecognitionDataGenerator(trdg) : https://github.com/Belval/TextRecognitionDataGenerator/blob/master/trdg/run.py
48
 
49
- 120k words from AI-hub OCR words dataset : https://aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&dataSetSn=81
50
 
51
  ### Training Hyperparameters
52
 
@@ -59,5 +59,6 @@ print(generated_text)
59
  |num_train_epochs|2|
60
  |fp16|True|
61
  |learning_rate|4e-5|
62
- |warmup_steps|2000|
 
63
  |weight_decay|0.01|
 
44
  ## Training Details
45
  ### Training Data
46
 
47
+ 1M words generated by TextRecognitionDataGenerator(trdg) : https://github.com/Belval/TextRecognitionDataGenerator/blob/master/trdg/run.py
48
 
49
+ 1.1M words from AI-hub OCR words dataset : https://aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&dataSetSn=81
50
 
51
  ### Training Hyperparameters
52
 
 
59
  |num_train_epochs|2|
60
  |fp16|True|
61
  |learning_rate|4e-5|
62
+ |eval_stept|10000|
63
+ |warmup_steps|20000|
64
  |weight_decay|0.01|