harpreetsahota commited on
Commit
6b3bde9
1 Parent(s): bf02d7a

Upload README.md with huggingface_hub

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