pandego commited on
Commit
b3325a5
·
verified ·
1 Parent(s): a5250de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -27,13 +27,13 @@ The following YAML configuration was used to produce this model:
27
 
28
  ```yaml
29
  models:
30
- - model: /data/models/SanjiWatsuki/Kunoichi-DPO-v2-7B
31
  parameters:
32
  weight: 0.4
33
- - model: /data/models/paulml/NeuralOmniWestBeaglake-7B
34
  parameters:
35
  weight: 0.6
36
- base_model: /data/models/mistralai/Mistral-7B-Instruct-v0.2
37
  merge_method: task_arithmetic
38
  dtype: bfloat16
39
  ```
 
27
 
28
  ```yaml
29
  models:
30
+ - model: SanjiWatsuki/Kunoichi-DPO-v2-7B
31
  parameters:
32
  weight: 0.4
33
+ - model: paulml/NeuralOmniWestBeaglake-7B
34
  parameters:
35
  weight: 0.6
36
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
37
  merge_method: task_arithmetic
38
  dtype: bfloat16
39
  ```