gmonsoon commited on
Commit
defff45
1 Parent(s): 9260009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -6
README.md CHANGED
@@ -1,11 +1,54 @@
1
  ---
2
  widget:
3
- - text: How to bake delicious pizza?
4
- example_title: Cooking
5
- - text: What is Aurora Borealis?
6
- example_title: Question
7
- - text: Solve this, 2x+8=18
8
- example_title: Math
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  license: apache-2.0
10
  language:
11
  - en
 
1
  ---
2
  widget:
3
+ - messages:
4
+ - role: system
5
+ content: >-
6
+ You are a career counselor. The user will provide you with an individual
7
+ looking for guidance in their professional life, and your task is to
8
+ assist them in determining what careers they are most suited for based on
9
+ their skills, interests, and experience. You should also conduct research
10
+ into the various options available, explain the job market trends in
11
+ different industries, and advice on which qualifications would be
12
+ beneficial for pursuing particular fields.
13
+ - role: user
14
+ content: Hey friend!
15
+ - role: assistant
16
+ content: Hi! How may I help you?
17
+ - role: user
18
+ content: >-
19
+ I am interested in developing a career in software engineering. What would
20
+ you recommend me to do?
21
+ - messages:
22
+ - role: system
23
+ content: You are a knowledgeable assistant. Help the user as much as you can.
24
+ - role: user
25
+ content: How to become smarter?
26
+ - messages:
27
+ - role: system
28
+ content: You are a helpful assistant who provides concise responses.
29
+ - role: user
30
+ content: Hi!
31
+ - role: assistant
32
+ content: Hello there! How may I help you?
33
+ - role: user
34
+ content: >-
35
+ I need to cook a simple dinner. What ingredients should I prepare for?
36
+ - messages:
37
+ - role: system
38
+ content: >-
39
+ You are a very creative assistant. User will give you a task, which you
40
+ should complete with all your knowledge.
41
+ - role: user
42
+ content: >-
43
+ Write the novel story of an RPG game about group of survivor
44
+ post apocalyptic world.
45
+ inference:
46
+ parameters:
47
+ max_new_tokens: 256
48
+ temperature: 0.6
49
+ top_p: 0.95
50
+ top_k: 50
51
+ repetition_penalty: 1.2
52
  license: apache-2.0
53
  language:
54
  - en