dittops commited on
Commit
c193453
1 Parent(s): 08f2b30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,7 +4,7 @@ language:
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,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. USER: Hi, how are you? ASSISTANT:
 
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