dmayhem93 commited on
Commit
76c8c4f
1 Parent(s): d1c7137

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ pipeline_tag: text-generation
19
 
20
  ### Apply Delta Weights
21
 
22
- Stable Beluga 1 cannot be used from the `stabilityai/StableBeluga1-Delta` weights alone. To obtain the correct model, one must add back the difference between LLaMA 65B and `stabilityai/FreeWilly1-Delta-SafeTensor` weights. We provide the [`apply_delta.py`](https://huggingface.co/stabilityai/FreeWilly1-Delta-SafeTensor/raw/main/apply_delta.py) script to automate the conversion, which you can run as:
23
 
24
 
25
  ```sh
@@ -74,7 +74,7 @@ The output of Stable Beluga 1
74
 
75
  ### Training Dataset
76
 
77
- `FreeWilly` is trained on our internal Orca-style dataset
78
 
79
  ### Training Procedure
80
 
 
19
 
20
  ### Apply Delta Weights
21
 
22
+ Stable Beluga 1 cannot be used from the `stabilityai/StableBeluga1-Delta` weights alone. To obtain the correct model, one must add back the difference between LLaMA 65B and `stabilityai/StableBeluga1-Delta` weights. We provide the [`apply_delta.py`](https://huggingface.co/stabilityai/StabelBeluga1-Delta/raw/main/apply_delta.py) script to automate the conversion, which you can run as:
23
 
24
 
25
  ```sh
 
74
 
75
  ### Training Dataset
76
 
77
+ `Stable Beluga 1` is trained on our internal Orca-style dataset
78
 
79
  ### Training Procedure
80