mlabonne commited on
Commit
6706f3f
·
verified ·
1 Parent(s): e9ef460

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ Daredevil-8B is a merge of the following models using [LazyMergekit](https://col
19
 
20
  ```yaml
21
  models:
22
- - model: Qwen-2.5-Math-7B
23
  # No parameters necessary for base model
24
  - model: PRIME-RL/Eurus-2-7B-PRIME
25
  parameters:
@@ -30,7 +30,7 @@ models:
30
  density: 0.56
31
  weight: 0.5
32
  merge_method: dare_ties
33
- base_model: Qwen-2.5-Math-7B
34
  dtype: bfloat16
35
  ```
36
 
 
19
 
20
  ```yaml
21
  models:
22
+ - model: Qwen/Qwen-2.5-Math-7B
23
  # No parameters necessary for base model
24
  - model: PRIME-RL/Eurus-2-7B-PRIME
25
  parameters:
 
30
  density: 0.56
31
  weight: 0.5
32
  merge_method: dare_ties
33
+ base_model: Qwen/Qwen-2.5-Math-7B
34
  dtype: bfloat16
35
  ```
36