File size: 553 Bytes
1c53f25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: title
    dtype: string
  - name: ingredients
    dtype: string
  - name: directions
    dtype: string
  - name: link
    dtype: string
  - name: source
    dtype:
      class_label:
        names:
          '0': Recipes1M
  - name: NER
    dtype: string
  splits:
  - name: train
    num_bytes: 121391011
    num_examples: 100000
  download_size: 61512152
  dataset_size: 121391011
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---