Teja-Gollapudi
commited on
Commit
•
414de03
1
Parent(s):
149b168
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,10 @@ pipeline_tag: conversational
|
|
9 |
---
|
10 |
|
11 |
# VMware/open-llama-0.3T-7B-open-instruct-v1.1
|
12 |
-
|
13 |
-
Fully Open Source, <b>Commerically viable.</b>
|
14 |
-
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
|
15 |
-
|
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.
|
|
|
9 |
---
|
10 |
|
11 |
# VMware/open-llama-0.3T-7B-open-instruct-v1.1
|
12 |
+
<ul>
|
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.
|