Undi95 commited on
Commit
ff0e031
1 Parent(s): cf19925

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -10,10 +10,9 @@ This is Mistral, but in 11B.
10
  I took layers of the original Mistral-7B, and duplicated some layer, this is the first frankeinstein method that I found "acceptable" to expend Mistral.
11
 
12
  It seems that the first 8 layers of the model is very important, having duplicate of those layers in the model make me think it confuse the model.
13
- ```
14
- UPDATE: Forced mergekit to output bfloat16 file, should be the same thing, but since the base model is bfloat16, needed to stay like that.
15
- Even if it was written bfloat16 earlier, it was float16.
16
- ```
17
  <!-- description start -->
18
  ## Description
19
 
 
10
  I took layers of the original Mistral-7B, and duplicated some layer, this is the first frankeinstein method that I found "acceptable" to expend Mistral.
11
 
12
  It seems that the first 8 layers of the model is very important, having duplicate of those layers in the model make me think it confuse the model.
13
+
14
+ UPDATE: Forced mergekit to output bfloat16 file, should be the same thing, but since the base model is bfloat16, wanted it to stay bf16 like the OG model. Even if it was written bfloat16 in the config file earlier, it was float16.
15
+
 
16
  <!-- description start -->
17
  ## Description
18