nicholasKluge commited on
Commit
b051e5e
·
1 Parent(s): 6e70a89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -15,6 +15,20 @@ tags:
15
  - conversation
16
  - assistant
17
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
  # Aira-Instruct-124M
20
 
 
15
  - conversation
16
  - assistant
17
  pipeline_tag: text-generation
18
+ widget:
19
+ - text: "<|startoftext|>Hello! What is your name?<|endoftext|>"
20
+ example_title: "Greetings"
21
+ - text: "<|startoftext|>Can you explain what is Machine Learning?<|endoftext|>"
22
+ example_title: "Machine Learning"
23
+ - text: "<|startoftext|>Do you know anything about virtue ethics?<|endoftext|>"
24
+ example_title: "Ethics"
25
+ - text: "<|startoftext|>How can I make my girlfried happy?<|endoftext|>"
26
+ example_title: "Advise"
27
+ inference:
28
+ parameters:
29
+ temperature: 0.7
30
+ top_k: 50
31
+ max_length: 200
32
  ---
33
  # Aira-Instruct-124M
34