hotdogs commited on
Commit
ae489c5
·
verified ·
1 Parent(s): 740f5f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,8 +17,8 @@ This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge
17
  ### Models Merged
18
 
19
  The following models were included in the merge:
20
- * /root/text-generation-webui/models/FelixChao_WestSeverus-7B-DPO-v2-gpt4_en_th
21
- * /root/text-generation-webui/models/openchat_openchat_3.5
22
 
23
  ### Configuration
24
 
@@ -32,13 +32,13 @@ slices:
32
  - layer_range: [0, 32]
33
  model:
34
  model:
35
- path: /root/text-generation-webui/models/openchat_openchat_3.5
36
  parameters:
37
  weight: 1.0
38
  - layer_range: [0, 32]
39
  model:
40
  model:
41
- path: /root/text-generation-webui/models/FelixChao_WestSeverus-7B-DPO-v2-gpt4_en_th
42
  parameters:
43
  weight: 0.6
44
  ```
 
17
  ### Models Merged
18
 
19
  The following models were included in the merge:
20
+ * FelixChao_WestSeverus-7B-DPO-v2-gpt4_en_th
21
+ * openchat_openchat_3.5
22
 
23
  ### Configuration
24
 
 
32
  - layer_range: [0, 32]
33
  model:
34
  model:
35
+ path: openchat_openchat_3.5
36
  parameters:
37
  weight: 1.0
38
  - layer_range: [0, 32]
39
  model:
40
  model:
41
+ path: FelixChao_WestSeverus-7B-DPO-v2-gpt4_en_th
42
  parameters:
43
  weight: 0.6
44
  ```