Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
YAML tags:
|
3 |
+
annotations_creators:
|
4 |
+
- machine-generated
|
5 |
+
language_creators:
|
6 |
+
- machine-generated
|
7 |
+
languages:
|
8 |
+
- en-US
|
9 |
+
licenses:
|
10 |
+
- other-my-license
|
11 |
+
multilinguality:
|
12 |
+
- monolingual
|
13 |
+
pretty_name: cocktails_recipe
|
14 |
+
size_categories:
|
15 |
+
- 2M<n<3M
|
16 |
+
source_datasets: []
|
17 |
+
task_categories: []
|
18 |
+
task_ids: []
|
19 |
+
---
|
20 |
+
|
21 |
+
# Dataset Card for cocktails_recipe
|
22 |
+
|
23 |
+
## Table of Contents
|
24 |
+
- [Table of Contents](#table-of-contents)
|
25 |
+
- [Dataset Description](#dataset-description)
|
26 |
+
- [Dataset Summary](#dataset-summary)
|
27 |
+
- [Languages](#languages)
|
28 |
+
- [Dataset Structure](#dataset-structure)
|
29 |
+
- [Data Fields](#data-fields)
|
30 |
+
- [Data Splits](#data-splits)
|
31 |
+
- [Dataset Creation](#dataset-creation)
|
32 |
+
- [Source Data](#source-data)
|
33 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
34 |
+
|
35 |
+
## Dataset Description
|
36 |
+
|
37 |
+
- **Homepage:**
|
38 |
+
- **Repository:**
|
39 |
+
- **Paper:**
|
40 |
+
- **Leaderboard:**
|
41 |
+
- **Point of Contact:**
|
42 |
+
|
43 |
+
### Dataset Summary
|
44 |
+
|
45 |
+
This dataset contains a list of cocktails and how to do them.
|
46 |
+
|
47 |
+
### Languages
|
48 |
+
|
49 |
+
The language is english.
|
50 |
+
|
51 |
+
## Dataset Structure
|
52 |
+
|
53 |
+
### Data Fields
|
54 |
+
|
55 |
+
- Title: name of the cocktail
|
56 |
+
- Glass: type of glass to use
|
57 |
+
- Garnish: garnish to use for the glass
|
58 |
+
- Recipe: how to do the cocktail
|
59 |
+
- Ingredients: ingredients required
|
60 |
+
- Raw Ingredients: ingredients mapped to their raw ingredients to remove the brand
|
61 |
+
|
62 |
+
### Data Splits
|
63 |
+
|
64 |
+
Currently, there is no splits.
|
65 |
+
|
66 |
+
## Dataset Creation
|
67 |
+
|
68 |
+
### Source Data
|
69 |
+
|
70 |
+
#### Initial Data Collection and Normalization
|
71 |
+
|
72 |
+
The dataset was created by scraping the Diffords cocktail website.
|
73 |
+
|
74 |
+
### Personal and Sensitive Information
|
75 |
+
|
76 |
+
It should not contain any personal or sensitive information.
|
77 |
+
|
78 |
+
### Contributions
|
79 |
+
|
80 |
+
Thanks to [@github-erwanlc](https://github.com/erwanlc) for adding this dataset.
|