File size: 542 Bytes
80fbc43
 
 
 
 
 
 
 
 
 
54c1dbb
 
80fbc43
 
 
 
54c1dbb
 
 
 
 
 
 
 
80fbc43
 
54c1dbb
be28d4b
54c1dbb
 
80fbc43
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: sentences
    dtype: string
  - name: matches
    struct:
    - name: m
      dtype: string
    - name: s
      dtype: string
  - name: sem_embed
    list: float64
  - name: rhet_embedding
    list: float64
  - name: aid
    dtype: string
  - name: Category
    dtype: string
  splits:
  - name: train
    num_bytes: 73142495718
    num_examples: 5833638
  download_size: 72663875878
  dataset_size: 73142495718
---