athirdpath commited on
Commit
e8b6c0e
1 Parent(s): d303730

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -5,7 +5,7 @@ base_model: athirdpath/BigLlama-20B
5
  models:
6
 
7
  - model: athirdpath/BigLlama-20B
8
- -
9
  - model: NeverSleep/Noromaid-20b-v0.1.1
10
  -
11
  parameters:
@@ -23,15 +23,17 @@ models:
23
  density: 0.30
24
 
25
  - model: athirdpath/CleverGirl-20b-Blended
26
- -
27
  parameters:
28
 
29
  weight: 0.41
30
 
31
  density: 0.50
32
 
33
- tokenizer_source: union
34
 
35
  int8_mask: true
36
 
37
  dtype: bfloat16
 
 
 
 
5
  models:
6
 
7
  - model: athirdpath/BigLlama-20B
8
+
9
  - model: NeverSleep/Noromaid-20b-v0.1.1
10
  -
11
  parameters:
 
23
  density: 0.30
24
 
25
  - model: athirdpath/CleverGirl-20b-Blended
26
+ -
27
  parameters:
28
 
29
  weight: 0.41
30
 
31
  density: 0.50
32
 
 
33
 
34
  int8_mask: true
35
 
36
  dtype: bfloat16
37
+
38
+
39
+ Thanks to brucethemoose for the recipe.