erwanlc commited on
Commit
adf61bb
1 Parent(s): e52aa91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -76
README.md CHANGED
@@ -6,7 +6,6 @@ language_creators:
6
  - machine-generated
7
  languages:
8
  - en-US
9
- - ''
10
  licenses:
11
  - other-my-license
12
  multilinguality:
@@ -19,32 +18,19 @@ task_categories: []
19
  task_ids: []
20
  ---
21
 
22
- # Dataset Card for [Dataset Name]
23
 
24
  ## Table of Contents
25
  - [Table of Contents](#table-of-contents)
26
  - [Dataset Description](#dataset-description)
27
  - [Dataset Summary](#dataset-summary)
28
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
  - [Languages](#languages)
30
  - [Dataset Structure](#dataset-structure)
31
- - [Data Instances](#data-instances)
32
  - [Data Fields](#data-fields)
33
  - [Data Splits](#data-splits)
34
  - [Dataset Creation](#dataset-creation)
35
- - [Curation Rationale](#curation-rationale)
36
  - [Source Data](#source-data)
37
- - [Annotations](#annotations)
38
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
- - [Considerations for Using the Data](#considerations-for-using-the-data)
40
- - [Social Impact of Dataset](#social-impact-of-dataset)
41
- - [Discussion of Biases](#discussion-of-biases)
42
- - [Other Known Limitations](#other-known-limitations)
43
- - [Additional Information](#additional-information)
44
- - [Dataset Curators](#dataset-curators)
45
- - [Licensing Information](#licensing-information)
46
- - [Citation Information](#citation-information)
47
- - [Contributions](#contributions)
48
 
49
  ## Dataset Description
50
 
@@ -56,88 +42,38 @@ task_ids: []
56
 
57
  ### Dataset Summary
58
 
59
- [More Information Needed]
60
-
61
- ### Supported Tasks and Leaderboards
62
-
63
- [More Information Needed]
64
 
65
  ### Languages
66
 
67
- [More Information Needed]
68
 
69
  ## Dataset Structure
70
 
71
- ### Data Instances
72
-
73
- [More Information Needed]
74
-
75
  ### Data Fields
76
 
77
- [More Information Needed]
 
 
 
 
78
 
79
  ### Data Splits
80
 
81
- [More Information Needed]
82
 
83
  ## Dataset Creation
84
 
85
- ### Curation Rationale
86
-
87
- [More Information Needed]
88
-
89
  ### Source Data
90
 
91
  #### Initial Data Collection and Normalization
92
 
93
- [More Information Needed]
94
-
95
- #### Who are the source language producers?
96
-
97
- [More Information Needed]
98
-
99
- ### Annotations
100
-
101
- #### Annotation process
102
-
103
- [More Information Needed]
104
-
105
- #### Who are the annotators?
106
-
107
- [More Information Needed]
108
 
109
  ### Personal and Sensitive Information
110
 
111
- [More Information Needed]
112
-
113
- ## Considerations for Using the Data
114
-
115
- ### Social Impact of Dataset
116
-
117
- [More Information Needed]
118
-
119
- ### Discussion of Biases
120
-
121
- [More Information Needed]
122
-
123
- ### Other Known Limitations
124
-
125
- [More Information Needed]
126
-
127
- ## Additional Information
128
-
129
- ### Dataset Curators
130
-
131
- [More Information Needed]
132
-
133
- ### Licensing Information
134
-
135
- [More Information Needed]
136
-
137
- ### Citation Information
138
-
139
- [More Information Needed]
140
 
141
  ### Contributions
142
 
143
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
6
  - machine-generated
7
  languages:
8
  - en-US
 
9
  licenses:
10
  - other-my-license
11
  multilinguality:
 
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
 
 
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
 
61
  ### Data Splits
62
 
63
+ Currently, the dataset is no split.
64
 
65
  ## Dataset Creation
66
 
 
 
 
 
67
  ### Source Data
68
 
69
  #### Initial Data Collection and Normalization
70
 
71
+ The dataset was created by scraping the Diffords cocktail website.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ### Personal and Sensitive Information
74
 
75
+ It should not contain any personal or sensitive information.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
 
77
  ### Contributions
78
 
79
+ Thanks to [@github-erwanlc](https://github.com/erwanlc) for adding this dataset.