Teja-Gollapudi
commited on
Commit
•
560ac34
1
Parent(s):
8af6be7
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ Fully Open Source, Commerically viable.
|
|
14 |
|
15 |
The instruction dataset, [mosaicml/dolly_hhrlhf](https://huggingface.co/datasets/mosaicml/dolly_hhrlhf) is under cc-by-sa-3.0, and the Language Model ([openlm-research/open_llama_7b_preview_300bt](https://huggingface.co/openlm-research/open_llama_7b_preview_300bt/tree/main/open_llama_7b_preview_300bt_transformers_weights)) is under apache-2.0 License.
|
16 |
|
17 |
-
##
|
18 |
|
19 |
Please load the tokenizer with 'add_bos_token = True' parameter as the underlying OpenLLaMa model and this model were trained with a BOS token.
|
20 |
|
|
|
14 |
|
15 |
The instruction dataset, [mosaicml/dolly_hhrlhf](https://huggingface.co/datasets/mosaicml/dolly_hhrlhf) is under cc-by-sa-3.0, and the Language Model ([openlm-research/open_llama_7b_preview_300bt](https://huggingface.co/openlm-research/open_llama_7b_preview_300bt/tree/main/open_llama_7b_preview_300bt_transformers_weights)) is under apache-2.0 License.
|
16 |
|
17 |
+
## Use in Transformers
|
18 |
|
19 |
Please load the tokenizer with 'add_bos_token = True' parameter as the underlying OpenLLaMa model and this model were trained with a BOS token.
|
20 |
|