Teja-Gollapudi
commited on
Commit
•
fdf9f03
1
Parent(s):
a4fbf07
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ pipeline_tag: text-generation
|
|
11 |
# VMware/open-llama-7B-open-instruct
|
12 |
Instruction-tuned version of the fully trained Open LLama 7B model. The model is open for <b>COMMERCIAL USE</b>. <br>
|
13 |
|
|
|
|
|
14 |
<b> NOTE </b> : The model was trained using the Alpaca prompt template
|
15 |
<b> NOTE </b> : Fast tokenizer results in incorrect encoding, set the ```use_fast = False``` parameter, when instantiating the tokenizer
|
16 |
|
|
|
11 |
# VMware/open-llama-7B-open-instruct
|
12 |
Instruction-tuned version of the fully trained Open LLama 7B model. The model is open for <b>COMMERCIAL USE</b>. <br>
|
13 |
|
14 |
+
<b> There is a v2 version of this model available, https://huggingface.co/VMware/open-llama-7b-v2-open-instruct </b>
|
15 |
+
|
16 |
<b> NOTE </b> : The model was trained using the Alpaca prompt template
|
17 |
<b> NOTE </b> : Fast tokenizer results in incorrect encoding, set the ```use_fast = False``` parameter, when instantiating the tokenizer
|
18 |
|