CreitinGameplays commited on
Commit
24da108
1 Parent(s): 198a6af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -6,6 +6,20 @@ datasets:
6
  - sahil2801/CodeAlpaca-20k
7
  language:
8
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
  ## BLOOM 3b Fine-tuned for Chat Assistant
11
 
 
6
  - sahil2801/CodeAlpaca-20k
7
  language:
8
  - en
9
+ widget:
10
+ - text: <|system|> You are a helpful AI assistant. </s> <|prompter|> who was Nikola Tesla? </s> <|assistant|>
11
+ - text: <|system|> You are a helpful AI assistant. </s> <|prompter|> write a story about a cat. </s> <|assistant|>
12
+ - text: <|system|> You are a helpful AI assistant. </s> <|prompter|> what is an essay? </s> <|assistant|>
13
+ - text: <|system|> You are a helpful AI assistant. </s> <|prompter|> Tell me 5 Brazilian waterfalls to visit. </s> <|assistant|>
14
+ - text: <|system|> You are a helpful AI assistant. </s> <|prompter|> write a story about how a virus called COVID-19 destroyed the world </s> <|assistant|>
15
+ inference:
16
+ parameters:
17
+ temperature: 0.1
18
+ do_sample: True
19
+ top_p: 0.15
20
+ top_k: 50
21
+ max_new_tokens: 250
22
+ repetition_penalty: 1.165
23
  ---
24
  ## BLOOM 3b Fine-tuned for Chat Assistant
25