yangwang825 commited on
Commit
1ee3210
·
verified ·
1 Parent(s): 1eb3dea

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ features:
3
+ - name: input
4
+ dtype: string
5
+ - name: output
6
+ dtype: json
7
+ - name: schema
8
+ list:
9
+ - name: label
10
+ dtype: string
11
+ - name: description
12
+ dtype: string
13
+ configs:
14
+ - config_name: default
15
+ default: true
16
+ data_files:
17
+ - split: train
18
+ path: data/train.jsonl
19
+ - split: validation
20
+ path: data/validation.jsonl
21
+ - split: test
22
+ path: data/test.jsonl
23
+ ---