Update README.md
Browse files
README.md
CHANGED
@@ -5,54 +5,16 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
widget:
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
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.
|
29 |
-
- role: user
|
30 |
-
content: How to become healthier?
|
31 |
-
- messages:
|
32 |
-
- role: system
|
33 |
-
content: You are a helpful assistant who provides concise responses.
|
34 |
-
- role: user
|
35 |
-
content: Hi!
|
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:
|
56 |
do_sample: false
|
57 |
pipeline_tag: text2text-generation
|
58 |
---
|
|
|
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 |
- text-generation-inference
|
15 |
inference:
|
16 |
parameters:
|
17 |
+
max_new_tokens: 100
|
18 |
do_sample: false
|
19 |
pipeline_tag: text2text-generation
|
20 |
---
|