andreaskoepf commited on
Commit
3d4a919
1 Parent(s): 41d97e2

add text generation prompts

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -5,6 +5,15 @@ datasets:
5
  - shahules786/orca-chat
6
  - togethercomputer/RedPajama-Data-1T
7
  - atom-in-the-universe/fanfics-10k-50k
 
 
 
 
 
 
 
 
 
8
  ---
9
  # llama2-13b-orca-8k-3319
10
 
 
5
  - shahules786/orca-chat
6
  - togethercomputer/RedPajama-Data-1T
7
  - atom-in-the-universe/fanfics-10k-50k
8
+ language:
9
+ - en
10
+ tags:
11
+ - sft
12
+ pipeline_tag: text-generation
13
+ widget:
14
+ - text: <|system|>You are an AI assistant. Provide a detailed answer.</s><|prompter|>What is a meme, and what's the history behind this word?</s><|assistant|>
15
+ - text: <|prompter|>What's the Earth total population</s><|assistant|>
16
+ - text: <|prompter|>Write a story about future of AI development</s><|assistant|>
17
  ---
18
  # llama2-13b-orca-8k-3319
19