brianarbuckle commited on
Commit
3a17721
1 Parent(s): 9c4a17f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: ingredients
7
+ sequence: string
8
+ - name: directions
9
+ sequence: string
10
+ - name: misc
11
+ sequence: string
12
+ - name: source
13
+ dtype: string
14
+ - name: ner
15
+ sequence: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 301501
19
+ num_examples: 875
20
+ download_size: 96915
21
+ dataset_size: 301501
22
+ ---
23
+ # Dataset Card for "cocktail_recipes"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)