Commit
·
466b42e
1
Parent(s):
64eccb6
adding instance
Browse files
README.md
CHANGED
|
@@ -7,7 +7,29 @@ language:
|
|
| 7 |
## Dataset Description
|
| 8 |
|
| 9 |
### Dataset Summary
|
| 10 |
-
InstruCat is a dataset consisting of
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
#### Dataset contains data converted to instructions format from the following datasets:
|
| 12 |
- caBreu
|
| 13 |
- CatalanQA
|
|
@@ -24,8 +46,8 @@ InstruCat is a dataset consisting of 231493 instructions in Catalan.
|
|
| 24 |
- ceil
|
| 25 |
|
| 26 |
|
| 27 |
-
### Category Distibution
|
| 28 |
|
|
|
|
| 29 |
| Category | Number of instructions |% |
|
| 30 |
|----------------|----------|------ |
|
| 31 |
| ner | 59410 | 26.58% |
|
|
|
|
| 7 |
## Dataset Description
|
| 8 |
|
| 9 |
### Dataset Summary
|
| 10 |
+
InstruCat is a dataset consisting of 223445 instructions in Catalan.
|
| 11 |
+
|
| 12 |
+
#### Data Splits
|
| 13 |
+
- train.jsonl: 169025 instructions
|
| 14 |
+
- validation.jsonl: 26695 instructions
|
| 15 |
+
- test.jsonl: 27725 instructions
|
| 16 |
+
|
| 17 |
+
### Data Instances
|
| 18 |
+
|
| 19 |
+
Three JSONL files, one for each split.
|
| 20 |
+
|
| 21 |
+
An example of 'test' looks as follows:
|
| 22 |
+
|
| 23 |
+
```
|
| 24 |
+
{
|
| 25 |
+
"ID": "Parafraseja_8977",
|
| 26 |
+
"instruction": "Reescriu aquesta frase sense alterar-ne el significat:",
|
| 27 |
+
"context": "Es tracta d'un tipus que ens falla ja que a ell li falla aquesta falta d'interès per tal d'exercir el domini sobre l'ambient.",
|
| 28 |
+
"response": "Es tracta d'un tipus que ens falla perquè a ell li falla aquesta falta d'interès per exercir el domini sobre l'ambient.",
|
| 29 |
+
"category": "paraphrasis"
|
| 30 |
+
}
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
#### Dataset contains data converted to instructions format from the following datasets:
|
| 34 |
- caBreu
|
| 35 |
- CatalanQA
|
|
|
|
| 46 |
- ceil
|
| 47 |
|
| 48 |
|
|
|
|
| 49 |
|
| 50 |
+
#### Category Distibution
|
| 51 |
| Category | Number of instructions |% |
|
| 52 |
|----------------|----------|------ |
|
| 53 |
| ner | 59410 | 26.58% |
|