Teja-Gollapudi
commited on
Commit
•
518a136
1
Parent(s):
880b48d
Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ pipeline_tag: text-generation
|
|
9 |
---
|
10 |
|
11 |
# VMware/open-llama-7B-open-instruct-v1.1
|
12 |
-
Instruction
|
13 |
## License
|
14 |
- <b>Commercially Viable </b>
|
15 |
- 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
|
16 |
-
- Language Model ([openlm-research/open_llama_7b](https://huggingface.co/openlm-research/open_llama_7b)) is under apache-2.0
|
17 |
|
18 |
|
19 |
## Nomenclature
|
@@ -25,7 +25,6 @@ Instruction tunned version of the fully trained Open LLama 7B model. The model i
|
|
25 |
|
26 |
## Use in Transformers
|
27 |
|
28 |
-
|
29 |
```
|
30 |
import os
|
31 |
import torch
|
|
|
9 |
---
|
10 |
|
11 |
# VMware/open-llama-7B-open-instruct-v1.1
|
12 |
+
Instruction-tuned version of the fully trained Open LLama 7B model. The model is open for <b>commerical use</b>.
|
13 |
## License
|
14 |
- <b>Commercially Viable </b>
|
15 |
- 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
|
16 |
+
- Language Model, ([openlm-research/open_llama_7b](https://huggingface.co/openlm-research/open_llama_7b)) is under apache-2.0
|
17 |
|
18 |
|
19 |
## Nomenclature
|
|
|
25 |
|
26 |
## Use in Transformers
|
27 |
|
|
|
28 |
```
|
29 |
import os
|
30 |
import torch
|