suriya7 commited on
Commit
bdcb19d
·
verified ·
1 Parent(s): 065d898

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -6
README.md CHANGED
@@ -5,13 +5,42 @@ datasets:
5
  language:
6
  - en
7
  widget:
8
- - example_title: Python!
9
- text: >-
10
- <start_of_turn>user based on given instruction create a solution\n\nhere are
11
- the instruction write a python class to create linked list
12
- <end_of_turn>\n<start_of_turn>model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  tags:
14
- - code
15
  inference:
16
  parameters:
17
  max_new_tokens: 250
 
5
  language:
6
  - en
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.
26
+ - role: user
27
+ content: How to become healthier?
28
+ - messages:
29
+ - role: system
30
+ content: You are a helpful assistant who provides concise responses.
31
+ - role: user
32
+ content: Hi!
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