Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ language:
|
|
4 |
library_name: transformers
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
-
# GenZ 13B
|
8 |
|
9 |
The instruction finetuned model with 4K input length. The model is finetuned on top of pretrained LLaMa2
|
10 |
|
@@ -25,7 +25,8 @@ print(tokenizer.decode(sample[0]))
|
|
25 |
Use the following prompt template
|
26 |
|
27 |
```
|
28 |
-
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
|
|
29 |
```
|
30 |
|
31 |
## Finetuning
|
|
|
4 |
library_name: transformers
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
+
# GenZ 13B v2
|
8 |
|
9 |
The instruction finetuned model with 4K input length. The model is finetuned on top of pretrained LLaMa2
|
10 |
|
|
|
25 |
Use the following prompt template
|
26 |
|
27 |
```
|
28 |
+
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
29 |
+
USER: Hi, how are you? ASSISTANT:
|
30 |
```
|
31 |
|
32 |
## Finetuning
|