freewheelin commited on
Commit
bdebe1e
1 Parent(s): a02e949

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -15,12 +15,12 @@ but this kicked away. maybe the explanation was not enough.
15
 
16
  ## Process
17
 
18
- #### 1. two models with the same architecture are needed so fine-tune a model to create a gap between the two of them.
19
- #### 2. merge original one and fine-tuned one
20
- #### 3. evaluate the merged model
21
- #### 4. merge again it with original model
22
- #### 5. evaluate again
23
- #### 6. keep going until evaluate avg is higher then original one
24
 
25
  that's it. simple.
26
 
 
15
 
16
  ## Process
17
 
18
+ - 1. two models with the same architecture are needed so fine-tune a model to create a gap between the two of them.
19
+ - 2. merge original one and fine-tuned one
20
+ - 3. evaluate the merged model
21
+ - 4. merge again it with original model
22
+ - 5. evaluate again
23
+ - 6. keep going until evaluate avg is higher then original one
24
 
25
  that's it. simple.
26