Commit
·
8eeba7f
1
Parent(s):
50af4b6
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
datasets:
|
4 |
- nicholasKluge/fine-tuning-instruct-aira
|
5 |
- Dahoas/synthetic-instruct-gptj-pairwise
|
|
|
|
|
6 |
language:
|
7 |
- en
|
8 |
metrics:
|
@@ -16,14 +18,14 @@ tags:
|
|
16 |
- assistant
|
17 |
pipeline_tag: text-generation
|
18 |
widget:
|
19 |
-
- text:
|
20 |
-
example_title:
|
21 |
-
- text:
|
22 |
-
example_title:
|
23 |
-
- text:
|
24 |
-
example_title:
|
25 |
-
- text:
|
26 |
-
example_title:
|
27 |
inference:
|
28 |
parameters:
|
29 |
temperature: 0.7
|
|
|
3 |
datasets:
|
4 |
- nicholasKluge/fine-tuning-instruct-aira
|
5 |
- Dahoas/synthetic-instruct-gptj-pairwise
|
6 |
+
- databricks/databricks-dolly-15k
|
7 |
+
- HuggingFaceH4/instruction-dataset
|
8 |
language:
|
9 |
- en
|
10 |
metrics:
|
|
|
18 |
- assistant
|
19 |
pipeline_tag: text-generation
|
20 |
widget:
|
21 |
+
- text: <|startoftext|>Hello! What is your name?<|endoftext|>
|
22 |
+
example_title: Greetings
|
23 |
+
- text: <|startoftext|>Can you explain what is Machine Learning?<|endoftext|>
|
24 |
+
example_title: Machine Learning
|
25 |
+
- text: <|startoftext|>Do you know anything about virtue ethics?<|endoftext|>
|
26 |
+
example_title: Ethics
|
27 |
+
- text: <|startoftext|>How can I make my girlfried happy?<|endoftext|>
|
28 |
+
example_title: Advise
|
29 |
inference:
|
30 |
parameters:
|
31 |
temperature: 0.7
|