nsarrazin HF staff commited on
Commit
1549695
1 Parent(s): f93eee7

Add prompt examples for command-r-plus (#1002)

Browse files
Files changed (1) hide show
  1. .env.template +13 -1
.env.template CHANGED
@@ -13,7 +13,19 @@ MODELS=`[
13
  "truncate" : 24576,
14
  "max_new_tokens" : 8192,
15
  "temperature" : 0.3
16
- }
 
 
 
 
 
 
 
 
 
 
 
 
17
  },
18
  {
19
  "name" : "mistralai/Mixtral-8x7B-Instruct-v0.1",
 
13
  "truncate" : 24576,
14
  "max_new_tokens" : 8192,
15
  "temperature" : 0.3
16
+ },
17
+ "promptExamples" : [
18
+ {
19
+ "title": "Write an email from bullet list",
20
+ "prompt": "As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
21
+ }, {
22
+ "title": "Code a snake game",
23
+ "prompt": "Code a basic snake game in python, give explanations for each step."
24
+ }, {
25
+ "title": "Assist in a task",
26
+ "prompt": "How do I make a delicious lemon cheesecake?"
27
+ }
28
+ ]
29
  },
30
  {
31
  "name" : "mistralai/Mixtral-8x7B-Instruct-v0.1",