phucdev commited on
Commit
859a923
1 Parent(s): 01f7a82

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: spo_list
7
+ sequence:
8
+ sequence: string
9
+ - name: pos_tags
10
+ sequence: string
11
+ - name: relations
12
+ list:
13
+ - name: h
14
+ struct:
15
+ - name: text
16
+ dtype: string
17
+ - name: start
18
+ dtype: int64
19
+ - name: end
20
+ dtype: int64
21
+ - name: type
22
+ dtype: string
23
+ - name: t
24
+ struct:
25
+ - name: text
26
+ dtype: string
27
+ - name: start
28
+ dtype: int64
29
+ - name: end
30
+ dtype: int64
31
+ - name: type
32
+ dtype: string
33
+ - name: type
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 48934795
38
+ num_examples: 56196
39
+ - name: validation
40
+ num_bytes: 4369341
41
+ num_examples: 5000
42
+ - name: test
43
+ num_bytes: 4395817
44
+ num_examples: 5000
45
+ download_size: 14425744
46
+ dataset_size: 57699953
47
+ configs:
48
+ - config_name: default
49
+ data_files:
50
+ - split: train
51
+ path: data/train-*
52
+ - split: validation
53
+ path: data/validation-*
54
+ - split: test
55
+ path: data/test-*
56
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d0d2353519c3d05615a76e63b32e49d09060eca16159e5cf1e8928258445e2
3
+ size 1090095
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f699b34525296a7532b9df5cb2df932723f2604b48667e0a7d225d902509ab
3
+ size 12237038
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c737ba66331f004de3e519e82d6bc33cfa8646270265a576916a9fcfc062ae1c
3
+ size 1098611