freewheelin commited on
Commit
3c6942e
1 Parent(s): dfc6a70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -13,13 +13,14 @@ license: mit
13
  - We were inspired by this [Sakana project](https://sakana.ai/evolutionary-model-merge/)
14
 
15
  ## Process
16
- - 1. two models with the same architecture are needed so fine-tune a model to create a gap between the two of them.
17
- - 2. merge original one and fine-tuned one
 
18
  - 3. evaluate the merged model
19
- - 4. merge again it with original model
20
  - 5. evaluate again
21
- - 6. keep going until evaluate avg is higher then original one
22
-
23
  that's it. simple.
24
 
25
  ## Base Model
 
13
  - We were inspired by this [Sakana project](https://sakana.ai/evolutionary-model-merge/)
14
 
15
  ## Process
16
+ - you need two models with the same architecture
17
+ - 1. choose one model and fine-tune a model to make a gap between the original one and fine-tuned one. it doesn't matter the evaluation score is higher or lower.
18
+ - 2. merge two of them
19
  - 3. evaluate the merged model
20
+ - 4. merge again
21
  - 5. evaluate again
22
+ - 6. keep going until evaluate avg is higher then original one
23
+
24
  that's it. simple.
25
 
26
  ## Base Model