Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
phucdev commited on
Commit
a64c665
·
verified ·
1 Parent(s): be16a09

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: entities
5
+ list:
6
+ - name: end
7
+ dtype: int64
8
+ - name: start
9
+ dtype: int64
10
+ - name: type
11
+ dtype: string
12
+ - name: tokens
13
+ sequence: string
14
+ - name: relations
15
+ list:
16
+ - name: head
17
+ dtype: int64
18
+ - name: tail
19
+ dtype: int64
20
+ - name: type
21
+ dtype: string
22
+ - name: orig_id
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 358752
27
+ num_examples: 922
28
+ - name: validation
29
+ num_bytes: 94688
30
+ num_examples: 231
31
+ - name: test
32
+ num_bytes: 114248
33
+ num_examples: 288
34
+ download_size: 204955
35
+ dataset_size: 567688
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ - split: validation
42
+ path: data/validation-*
43
+ - split: test
44
+ path: data/test-*
45
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3da2113e62553a0510cc8a6f9fe9aecddc4c7b114ab20668106771fac926a5
3
+ size 46577
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7833f13e12a59cc326345e8a5017f69205ae09ff6022c1e6c457c058b6ea557
3
+ size 117860
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f394c97356d2337f12a660d1afca25f970c1ef1c390a4a2b38d55230e4f61e23
3
+ size 40518