freewheelin commited on
Commit
b4031a3
1 Parent(s): f3f4be0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -17,12 +17,13 @@ but this kicked away. maybe the explanation was not enough.
17
 
18
  ## Process
19
  - you need two models with the same architecture
20
- - 1. choose one model and fine-tune the model to make a gap between the original one and fine-tuned one. it doesn't matter the evaluation score is higher or lower.
21
  - 2. merge two of them
22
  - 3. evaluate the merged model
23
- - 4. merge again
24
- - 5. evaluate again
25
- - 6. keep going until evaluate avg is higher then original one
 
26
 
27
  that's it. simple.
28
 
 
17
 
18
  ## Process
19
  - you need two models with the same architecture
20
+ - 1. choose one model and finetune the model to make a gap between the original one and fine-tuned one. it doesn't matter the evaluation score is higher or lower.
21
  - 2. merge two of them
22
  - 3. evaluate the merged model
23
+ - 4. finetune a specific evaluation part if you need to increase score of the part of the model,
24
+ - 5. merge again
25
+ - 6. evaluate again
26
+ - 7. keep going until evaluate avg is higher then original one
27
 
28
  that's it. simple.
29