yangwang825 commited on
Commit
40b3541
·
verified ·
1 Parent(s): 199000c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -43
README.md CHANGED
@@ -1,47 +1,22 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: tokens
5
- list: string
6
- - name: entities
 
7
  list:
8
- - name: id
9
- dtype: int32
10
- - name: text
11
- dtype: string
12
- - name: start
13
- dtype: int32
14
- - name: end
15
- dtype: int32
16
- - name: type
17
- dtype: string
18
- - name: relations
19
- list:
20
- - name: head
21
- dtype: int32
22
- - name: tail
23
- dtype: int32
24
- - name: type
25
- dtype: string
26
- splits:
27
- - name: train
28
- num_bytes: 769776
29
- num_examples: 350
30
- - name: validation
31
- num_bytes: 111131
32
- num_examples: 50
33
- - name: test
34
- num_bytes: 229876
35
- num_examples: 100
36
- download_size: 1130973
37
- dataset_size: 1110783
38
  configs:
39
- - config_name: default
40
- data_files:
41
- - split: train
42
- path: data/train-*
43
- - split: validation
44
- path: data/validation-*
45
- - split: test
46
- path: data/test-*
47
  ---
 
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
+ data_files:
16
+ - split: train
17
+ path: data/sci_erc_train.jsonl
18
+ - split: validation
19
+ path: data/sci_erc_validation.jsonl
20
+ - split: test
21
+ path: data/sci_erc_test.jsonl
22
  ---