TheBloke commited on
Commit
b32715a
1 Parent(s): dd60af4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ The original WizardLM deltas are in float32, and this results in producing an HF
12
 
13
  Therefore for this repo I converted the merged model to float16, to produce a standard size 7B model.
14
 
15
- This was done achieved by running **`model = model.half()`** prior to saving.
16
 
17
  ## WizardLM-7B HF
18
 
 
12
 
13
  Therefore for this repo I converted the merged model to float16, to produce a standard size 7B model.
14
 
15
+ This was achieved by running **`model = model.half()`** prior to saving.
16
 
17
  ## WizardLM-7B HF
18