readme: add language tag
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
4 |
## Guidelines
|
5 |
|
6 |
In this dataset, you will find a collection of records that show a category, an instruction, a context and a response to that instruction. The aim of the project is to correct the instructions, intput and responses to make sure they are of the highest quality and that they match the task category that they belong to. All three texts should be clear and include real information. In addition, the response should be as complete but concise as possible.
|
@@ -52,5 +54,4 @@ To load this dataset with Datasets, you'll just need to install Datasets as `pip
|
|
52 |
from datasets import load_dataset
|
53 |
|
54 |
ds = load_dataset('argilla/databricks-dolly-15k-curated-en')
|
55 |
-
```
|
56 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
---
|
5 |
+
|
6 |
## Guidelines
|
7 |
|
8 |
In this dataset, you will find a collection of records that show a category, an instruction, a context and a response to that instruction. The aim of the project is to correct the instructions, intput and responses to make sure they are of the highest quality and that they match the task category that they belong to. All three texts should be clear and include real information. In addition, the response should be as complete but concise as possible.
|
|
|
54 |
from datasets import load_dataset
|
55 |
|
56 |
ds = load_dataset('argilla/databricks-dolly-15k-curated-en')
|
57 |
+
```
|
|