harpreetsahota commited on
Commit
e239f03
·
verified ·
1 Parent(s): 420f242

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +221 -0
README.md ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language: en
4
+ size_categories:
5
+ - n<1K
6
+ task_categories: []
7
+ task_ids: []
8
+ tags:
9
+ - fiftyone
10
+ - image
11
+ dataset_summary: '
12
+
13
+
14
+
15
+
16
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 151 samples.
17
+
18
+
19
+ ## Installation
20
+
21
+
22
+ If you haven''t already, install FiftyOne:
23
+
24
+
25
+ ```bash
26
+
27
+ pip install -U fiftyone
28
+
29
+ ```
30
+
31
+
32
+ ## Usage
33
+
34
+
35
+ ```python
36
+
37
+ import fiftyone as fo
38
+
39
+ from fiftyone.utils.huggingface import load_from_hub
40
+
41
+
42
+ # Load the dataset
43
+
44
+ # Note: other available arguments include ''max_samples'', etc
45
+
46
+ dataset = load_from_hub("harpreetsahota/group_by_scene")
47
+
48
+
49
+ # Launch the App
50
+
51
+ session = fo.launch_app(dataset)
52
+
53
+ ```
54
+
55
+ '
56
+ ---
57
+
58
+ # Dataset Card for Dataset Name
59
+
60
+ <!-- Provide a quick summary of the dataset. -->
61
+
62
+
63
+
64
+
65
+
66
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 151 samples.
67
+
68
+ ## Installation
69
+
70
+ If you haven't already, install FiftyOne:
71
+
72
+ ```bash
73
+ pip install -U fiftyone
74
+ ```
75
+
76
+ ## Usage
77
+
78
+ ```python
79
+ import fiftyone as fo
80
+ from fiftyone.utils.huggingface import load_from_hub
81
+
82
+ # Load the dataset
83
+ # Note: other available arguments include 'max_samples', etc
84
+ dataset = load_from_hub("harpreetsahota/group_by_scene")
85
+
86
+ # Launch the App
87
+ session = fo.launch_app(dataset)
88
+ ```
89
+
90
+
91
+ ## Dataset Details
92
+
93
+ ### Dataset Description
94
+
95
+ <!-- Provide a longer summary of what this dataset is. -->
96
+
97
+
98
+
99
+ - **Curated by:** [More Information Needed]
100
+ - **Funded by [optional]:** [More Information Needed]
101
+ - **Shared by [optional]:** [More Information Needed]
102
+ - **Language(s) (NLP):** en
103
+ - **License:** [More Information Needed]
104
+
105
+ ### Dataset Sources [optional]
106
+
107
+ <!-- Provide the basic links for the dataset. -->
108
+
109
+ - **Repository:** [More Information Needed]
110
+ - **Paper [optional]:** [More Information Needed]
111
+ - **Demo [optional]:** [More Information Needed]
112
+
113
+ ## Uses
114
+
115
+ <!-- Address questions around how the dataset is intended to be used. -->
116
+
117
+ ### Direct Use
118
+
119
+ <!-- This section describes suitable use cases for the dataset. -->
120
+
121
+ [More Information Needed]
122
+
123
+ ### Out-of-Scope Use
124
+
125
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
126
+
127
+ [More Information Needed]
128
+
129
+ ## Dataset Structure
130
+
131
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ## Dataset Creation
136
+
137
+ ### Curation Rationale
138
+
139
+ <!-- Motivation for the creation of this dataset. -->
140
+
141
+ [More Information Needed]
142
+
143
+ ### Source Data
144
+
145
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
146
+
147
+ #### Data Collection and Processing
148
+
149
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
150
+
151
+ [More Information Needed]
152
+
153
+ #### Who are the source data producers?
154
+
155
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
156
+
157
+ [More Information Needed]
158
+
159
+ ### Annotations [optional]
160
+
161
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
162
+
163
+ #### Annotation process
164
+
165
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
166
+
167
+ [More Information Needed]
168
+
169
+ #### Who are the annotators?
170
+
171
+ <!-- This section describes the people or systems who created the annotations. -->
172
+
173
+ [More Information Needed]
174
+
175
+ #### Personal and Sensitive Information
176
+
177
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
178
+
179
+ [More Information Needed]
180
+
181
+ ## Bias, Risks, and Limitations
182
+
183
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
184
+
185
+ [More Information Needed]
186
+
187
+ ### Recommendations
188
+
189
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
190
+
191
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
192
+
193
+ ## Citation [optional]
194
+
195
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
196
+
197
+ **BibTeX:**
198
+
199
+ [More Information Needed]
200
+
201
+ **APA:**
202
+
203
+ [More Information Needed]
204
+
205
+ ## Glossary [optional]
206
+
207
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
208
+
209
+ [More Information Needed]
210
+
211
+ ## More Information [optional]
212
+
213
+ [More Information Needed]
214
+
215
+ ## Dataset Card Authors [optional]
216
+
217
+ [More Information Needed]
218
+
219
+ ## Dataset Card Contact
220
+
221
+ [More Information Needed]