hotdogs commited on
Commit
bc7e926
1 Parent(s): 5844d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -17,15 +17,15 @@ This model was merged using the SLERP merge method.
17
  ### Models Merged
18
 
19
  The following models were included in the merge:
20
- * /root/text-generation-webui/models/FelixChao_WestSeverus-7B-DPO-v2
21
- * /root/text-generation-webui/models/openchat_openchat-3.5-1210
22
 
23
  ### Configuration
24
 
25
  The following YAML configuration was used to produce this model:
26
 
27
  ```yaml
28
- base_model: /root/text-generation-webui/models/FelixChao_WestSeverus-7B-DPO-v2
29
  dtype: bfloat16
30
  merge_method: slerp
31
  parameters:
@@ -38,8 +38,8 @@ parameters:
38
  slices:
39
  - sources:
40
  - layer_range: [0, 32]
41
- model: /root/text-generation-webui/models/FelixChao_WestSeverus-7B-DPO-v2
42
  - layer_range: [0, 32]
43
- model: /root/text-generation-webui/models/openchat_openchat-3.5-1210
44
  tokenizer_source: union
45
  ```
 
17
  ### Models Merged
18
 
19
  The following models were included in the merge:
20
+ * FelixChao/WestSeverus-7B-DPO-v2
21
+ * openchat/openchat-3.5-1210
22
 
23
  ### Configuration
24
 
25
  The following YAML configuration was used to produce this model:
26
 
27
  ```yaml
28
+ base_model: FelixChao/WestSeverus-7B-DPO-v2
29
  dtype: bfloat16
30
  merge_method: slerp
31
  parameters:
 
38
  slices:
39
  - sources:
40
  - layer_range: [0, 32]
41
+ model: FelixChao/WestSeverus-7B-DPO-v2
42
  - layer_range: [0, 32]
43
+ model: openchat/openchat-3.5-1210
44
  tokenizer_source: union
45
  ```