File size: 693 Bytes
bfb6310
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: contribution
    dtype: string
  - name: recipe
    dtype: string
  - name: contributions_embedding
    sequence: float64
  splits:
  - name: train
    num_bytes: 437570983
    num_examples: 16026
  - name: test_standard_impact
    num_bytes: 40368060
    num_examples: 1472
  - name: test_high_impact
    num_bytes: 4633811
    num_examples: 169
  download_size: 461807056
  dataset_size: 482572854
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test_standard_impact
    path: data/test_standard_impact-*
  - split: test_high_impact
    path: data/test_high_impact-*
---