suriya7 commited on
Commit
5de54a7
·
verified ·
1 Parent(s): bdcb19d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -12
README.md CHANGED
@@ -7,19 +7,22 @@ language:
7
  widget:
8
  - messages:
9
  - role: system
10
- content: You are a career counselor. The user will provide you with an individual
11
- looking for guidance in their professional life, and your task is to assist
12
- them in determining what careers they are most suited for based on their skills,
13
- interests, and experience. You should also conduct research into the various
14
- options available, explain the job market trends in different industries, and
15
- advice on which qualifications would be beneficial for pursuing particular fields.
 
 
16
  - role: user
17
  content: Heya!
18
  - role: assistant
19
  content: Hi! How may I help you?
20
  - role: user
21
- content: I am interested in developing a career in software engineering. What
22
- would you recommend me to do?
 
23
  - messages:
24
  - role: system
25
  content: You are a knowledgeable assistant. Help the user as much as you can.
@@ -33,14 +36,20 @@ widget:
33
  - role: assistant
34
  content: Hello there! How may I help you?
35
  - role: user
36
- content: I need to build a simple website. Where should I start learning about web development?
 
 
37
  - messages:
38
  - role: system
39
- content: You are a very creative assistant. User will give you a task, which you should complete with all your knowledge.
 
 
40
  - role: user
41
- content: Write the background story of an RPG game about wizards and dragons in a sci-fi world.
 
 
42
  tags:
43
- - text-generation
44
  inference:
45
  parameters:
46
  max_new_tokens: 250
 
7
  widget:
8
  - messages:
9
  - role: system
10
+ content: >-
11
+ You are a career counselor. The user will provide you with an individual
12
+ looking for guidance in their professional life, and your task is to
13
+ assist them in determining what careers they are most suited for based on
14
+ their skills, interests, and experience. You should also conduct research
15
+ into the various options available, explain the job market trends in
16
+ different industries, and advice on which qualifications would be
17
+ beneficial for pursuing particular fields.
18
  - role: user
19
  content: Heya!
20
  - role: assistant
21
  content: Hi! How may I help you?
22
  - role: user
23
+ content: >-
24
+ I am interested in developing a career in software engineering. What would
25
+ you recommend me to do?
26
  - messages:
27
  - role: system
28
  content: You are a knowledgeable assistant. Help the user as much as you can.
 
36
  - role: assistant
37
  content: Hello there! How may I help you?
38
  - role: user
39
+ content: >-
40
+ I need to build a simple website. Where should I start learning about web
41
+ development?
42
  - messages:
43
  - role: system
44
+ content: >-
45
+ You are a very creative assistant. User will give you a task, which you
46
+ should complete with all your knowledge.
47
  - role: user
48
+ content: >-
49
+ Write the background story of an RPG game about wizards and dragons in a
50
+ sci-fi world.
51
  tags:
52
+ - text-generation-inference
53
  inference:
54
  parameters:
55
  max_new_tokens: 250