RecCode commited on
Commit
ea419e0
·
verified ·
1 Parent(s): 030cfe1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -32,20 +32,20 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  ## 학습 데이터
34
 
35
- - AIHub "구음장애 음성 데이터" (KOR)
36
- - URL: https://aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&aihubDataSe=data&dataSetSn=608
37
 
38
  ### 학습 파라미터
39
 
40
- - learning_rate: 5e-07
41
- - train_batch_size: 8
42
- - eval_batch_size: 8
43
- - seed: 42
44
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
- - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 10
47
- - num_epochs: 1
48
- - mixed_precision_training: Native AMP
49
 
50
  ### 학습 결과
51
 
 
32
 
33
  ## 학습 데이터
34
 
35
+ - **AIHub** "구음장애 음성 데이터" (KOR)
36
+ - **URL**: https://aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&aihubDataSe=data&dataSetSn=608
37
 
38
  ### 학습 파라미터
39
 
40
+ - **learning_rate**: 5e-07
41
+ - **train_batch_size**: 8
42
+ - **eval_batch_size**: 8
43
+ - **seed**: 42
44
+ - **optimizer**: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - **lr_scheduler_type**: linear
46
+ - **lr_scheduler_warmup_steps**: 10
47
+ - **num_epochs**: 1
48
+ - **mixed_precision_training**: Native AMP
49
 
50
  ### 학습 결과
51