yangwang825 commited on
Commit
4bf58d3
·
verified ·
1 Parent(s): 014323d

Create README.md

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