config updated
Browse files
README.md
CHANGED
|
@@ -7,6 +7,17 @@ dataset_info:
|
|
| 7 |
dtype: string
|
| 8 |
- name: output
|
| 9 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
task_categories:
|
| 12 |
- text-generation
|
|
|
|
| 7 |
dtype: string
|
| 8 |
- name: output
|
| 9 |
dtype: string
|
| 10 |
+
- name: system
|
| 11 |
+
dtype: string
|
| 12 |
+
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: "data/dataset.json"
|
| 18 |
+
- split: test
|
| 19 |
+
path: "data/dataset.json"
|
| 20 |
+
|
| 21 |
license: apache-2.0
|
| 22 |
task_categories:
|
| 23 |
- text-generation
|