freewheelin commited on
Commit
82d7cec
1 Parent(s): df20836

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,7 +17,8 @@ but this kicked away. maybe the explanation was not enough.
17
 
18
  ## Process
19
 
20
- - 1. two models with the same architecture are needed so fine-tune a model to create a gap between the two of them.
 
21
  - 2. merge original one and fine-tuned one
22
  - 3. evaluate the merged model
23
  - 4. merge again it with original model
 
17
 
18
  ## Process
19
 
20
+ - you need two models with the same architecture
21
+ - 1. choose one model and fine-tune a model to create a gap between the original one and fine-tuned one.
22
  - 2. merge original one and fine-tuned one
23
  - 3. evaluate the merged model
24
  - 4. merge again it with original model