File size: 843 Bytes
5c77d3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
949737c
 
 
 
 
 
 
 
5c77d3b
 
 
 
 
949737c
 
 
 
5c77d3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: tokens
    list: string
  - name: mentions
    list: string
  - name: spans
    list:
      list: int64
  - name: relations
    dtype: string
  - name: text
    dtype: string
  - name: annots
    dtype: string
  - name: mention
    dtype: string
  - name: mention_idx
    dtype: int64
  - name: gold
    dtype: string
  - name: sym_gold
    dtype: string
  splits:
  - name: train
    num_bytes: 494947424
    num_examples: 66325
  - name: dev
    num_bytes: 59305674
    num_examples: 7614
  - name: test
    num_bytes: 139724892
    num_examples: 17780
  download_size: 345106255
  dataset_size: 693977990
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---