Teja-Gollapudi
commited on
Commit
•
968dbf3
1
Parent(s):
414de03
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ pipeline_tag: conversational
|
|
13 |
<li>Fully Open Source, <b>Commerically viable.</b></li>
|
14 |
<li>The instruction dataset, [VMware/open-instruct-v1.1-oasst-dolly-hhrlhf](https://huggingface.co/datasets/VMware/open-instruct-v1.1-oasst-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.</li>
|
15 |
</ul>
|
|
|
16 |
## Useage
|
17 |
|
18 |
Please load the tokenizer with 'add_bos_token = True' parameter as the underlying OpenLLaMa model and this model were trained with a BOS token.
|
|
|
13 |
<li>Fully Open Source, <b>Commerically viable.</b></li>
|
14 |
<li>The instruction dataset, [VMware/open-instruct-v1.1-oasst-dolly-hhrlhf](https://huggingface.co/datasets/VMware/open-instruct-v1.1-oasst-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.</li>
|
15 |
</ul>
|
16 |
+
|
17 |
## Useage
|
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.
|