File size: 845 Bytes
fe0cc57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: relation
    dtype: string
  - name: names
    sequence: string
  - name: head
    struct:
    - name: indices
      sequence:
        sequence: int64
    - name: text
      dtype: string
    - name: type
      dtype: string
  - name: tail
    struct:
    - name: indices
      sequence:
        sequence: int64
    - name: text
      dtype: string
    - name: type
      dtype: string
  - name: tokens
    sequence: string
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 51672113.817196086
    num_examples: 116918
  - name: test
    num_bytes: 12936811.403350757
    num_examples: 29272
  download_size: 25176700
  dataset_size: 64608925.22054684
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---