tommyjin commited on
Commit
3ddf7a3
1 Parent(s): 468d04c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -23,15 +23,17 @@ It achieves the following results on the evaluation set:
23
 
24
  ## Model description
25
 
26
- More information needed
27
 
28
- ## Intended uses & limitations
 
29
 
30
- More information needed
 
31
 
32
  ## Training and evaluation data
33
 
34
- More information needed
35
 
36
  ## Training procedure
37
 
 
23
 
24
  ## Model description
25
 
26
+ “The parameters are as follows:
27
 
28
+ ```python
29
+ {'num_train_epoch': 9, 'alpha': 0.16484386886358915, 'temperature': 2}
30
 
31
+ These were obtained using grid search with Optuna.
32
+ ```
33
 
34
  ## Training and evaluation data
35
 
36
+ Clinic dataset from 'datasets'
37
 
38
  ## Training procedure
39