gabrielaltay commited on
Commit
e96e754
1 Parent(s): 1421dec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: document_id
7
+ dtype: string
8
+ - name: passages
9
+ list:
10
+ - name: id
11
+ dtype: string
12
+ - name: type
13
+ dtype: string
14
+ - name: text
15
+ sequence: string
16
+ - name: offsets
17
+ sequence:
18
+ list: int32
19
+ - name: entities
20
+ list:
21
+ - name: id
22
+ dtype: string
23
+ - name: type
24
+ dtype: string
25
+ - name: text
26
+ sequence: string
27
+ - name: offsets
28
+ sequence:
29
+ list: int32
30
+ - name: normalized
31
+ list:
32
+ - name: db_name
33
+ dtype: string
34
+ - name: db_id
35
+ dtype: string
36
+ - name: events
37
+ list:
38
+ - name: id
39
+ dtype: string
40
+ - name: type
41
+ dtype: string
42
+ - name: trigger
43
+ struct:
44
+ - name: text
45
+ sequence: string
46
+ - name: offsets
47
+ sequence:
48
+ list: int32
49
+ - name: arguments
50
+ list:
51
+ - name: role
52
+ dtype: string
53
+ - name: ref_id
54
+ dtype: string
55
+ - name: coreferences
56
+ list:
57
+ - name: id
58
+ dtype: string
59
+ - name: entity_ids
60
+ sequence: string
61
+ - name: relations
62
+ list:
63
+ - name: id
64
+ dtype: string
65
+ - name: type
66
+ dtype: string
67
+ - name: arg1_id
68
+ dtype: string
69
+ - name: arg2_id
70
+ dtype: string
71
+ - name: normalized
72
+ list:
73
+ - name: db_name
74
+ dtype: string
75
+ - name: db_id
76
+ dtype: string
77
+ - name: text
78
+ dtype: string
79
+ splits:
80
+ - name: train
81
+ num_bytes: 101493304127
82
+ num_examples: 33653973
83
+ - name: validation
84
+ num_bytes: 2115702473
85
+ num_examples: 701124
86
+ - name: test
87
+ num_bytes: 2117460487
88
+ num_examples: 701125
89
+ download_size: 49786905438
90
+ dataset_size: 105726467087
91
+ ---
92
+ # Dataset Card for "pubtator-central-bigbio-kb-2022-12-18"
93
+
94
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)