lhoestq HF staff commited on
Commit
7088df5
1 Parent(s): dbccaa0

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -27,6 +27,32 @@ task_ids:
27
  - masked-language-modeling
28
  paperswithcode_id: recipenlg
29
  pretty_name: RecipeNLG
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
 
@@ -211,4 +237,4 @@ I (the "Researcher") have requested permission to use the RecipeNLG dataset (the
211
 
212
  ### Contributions
213
 
214
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
27
  - masked-language-modeling
28
  paperswithcode_id: recipenlg
29
  pretty_name: RecipeNLG
30
+ dataset_info:
31
+ features:
32
+ - name: id
33
+ dtype: int32
34
+ - name: title
35
+ dtype: string
36
+ - name: ingredients
37
+ sequence: string
38
+ - name: directions
39
+ sequence: string
40
+ - name: link
41
+ dtype: string
42
+ - name: source
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ 0: Gathered
47
+ 1: Recipes1M
48
+ - name: ner
49
+ sequence: string
50
+ splits:
51
+ - name: train
52
+ num_bytes: 2194783815
53
+ num_examples: 2231142
54
+ download_size: 0
55
+ dataset_size: 2194783815
56
  ---
57
 
58
 
 
237
 
238
  ### Contributions
239
 
240
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.