File size: 722 Bytes
59a6634
 
ff18687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59a6634
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
---

license: cc-by-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: anchor
    dtype: string
  - name: target
    dtype: string
  - name: rating
    dtype: string
  - name: score
    dtype: float64
  - name: context
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 3052810
    num_examples: 36473
  - name: validation
    num_bytes: 242695
    num_examples: 2843
  - name: test
    num_bytes: 770452
    num_examples: 9232
  download_size: 721129
  dataset_size: 4065957
---