Eren5717 commited on
Commit
9a17603
·
1 Parent(s): 5cae761

config updated

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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