Nimbz commited on
Commit
076eb09
·
verified ·
1 Parent(s): fbc950b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,8 +18,8 @@ This model was merged using the [Linear](https://arxiv.org/abs/2203.05482) merge
18
  ### Models Merged
19
 
20
  The following models were included in the merge:
21
- * /media/nimbz/SSD3/AI/1_Models/G4-Musica-v1
22
- * /media/nimbz/SSD3/AI/1_Models/GarnetV2-31B
23
 
24
  ### Configuration
25
 
@@ -27,10 +27,10 @@ The following YAML configuration was used to produce this model:
27
 
28
  ```yaml
29
  models:
30
- - model: /media/nimbz/SSD3/AI/1_Models/GarnetV2-31B
31
  parameters:
32
  weight: 0.75
33
- - model: /media/nimbz/SSD3/AI/1_Models/G4-Musica-v1
34
  parameters:
35
  weight: 0.25
36
  merge_method: linear
 
18
  ### Models Merged
19
 
20
  The following models were included in the merge:
21
+ * AuriAetherwiing/G4-31B-Musica-v1
22
+ * ConicCat/Gemma4-GarnetV2-31B
23
 
24
  ### Configuration
25
 
 
27
 
28
  ```yaml
29
  models:
30
+ - model: ./GarnetV2-31B
31
  parameters:
32
  weight: 0.75
33
+ - model: ./G4-Musica-v1
34
  parameters:
35
  weight: 0.25
36
  merge_method: linear