Update README.md
Browse files
README.md
CHANGED
|
@@ -7,19 +7,22 @@ language:
|
|
| 7 |
widget:
|
| 8 |
- messages:
|
| 9 |
- role: system
|
| 10 |
-
content:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
- role: user
|
| 17 |
content: Heya!
|
| 18 |
- role: assistant
|
| 19 |
content: Hi! How may I help you?
|
| 20 |
- role: user
|
| 21 |
-
content:
|
| 22 |
-
|
|
|
|
| 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:
|
|
|
|
|
|
|
| 37 |
- messages:
|
| 38 |
- role: system
|
| 39 |
-
content:
|
|
|
|
|
|
|
| 40 |
- role: user
|
| 41 |
-
content:
|
|
|
|
|
|
|
| 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
|