File size: 652 Bytes
cb35e86
 
 
 
 
 
 
 
 
 
 
149443d
 
 
 
cb35e86
 
4384ff8
cb35e86
 
4384ff8
cb35e86
 
4384ff8
cb35e86
4384ff8
 
cb35e86
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: topic
    dtype: string
  - name: syntagm
    dtype: string
  - name: labels
    dtype: int64
  - name: root
    dtype: string
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  splits:
  - name: train
    num_bytes: 5319468
    num_examples: 34295
  - name: test
    num_bytes: 1134796
    num_examples: 7350
  - name: eval
    num_bytes: 1139042
    num_examples: 7349
  download_size: 2212186
  dataset_size: 7593306
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: eval
    path: data/eval-*
---