Datasets:
Tasks:
Image Feature Extraction
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -4,13 +4,14 @@ language: en
|
|
4 |
license: cc-by-4.0
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
7 |
-
task_categories:
|
|
|
8 |
task_ids: []
|
9 |
pretty_name: Emojis
|
10 |
tags:
|
11 |
- fiftyone
|
12 |
- image
|
13 |
-
dataset_summary:
|
14 |
|
15 |
|
16 |
|
@@ -18,13 +19,14 @@ dataset_summary: '
|
|
18 |
|
19 |
|
20 |
|
21 |
-
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 1816
|
|
|
22 |
|
23 |
|
24 |
## Installation
|
25 |
|
26 |
|
27 |
-
If you haven'
|
28 |
|
29 |
|
30 |
```bash
|
@@ -46,7 +48,7 @@ dataset_summary: '
|
|
46 |
|
47 |
# Load the dataset
|
48 |
|
49 |
-
# Note: other available arguments include '
|
50 |
|
51 |
dataset = fouh.load_from_hub("jamarks/emojis")
|
52 |
|
@@ -56,8 +58,6 @@ dataset_summary: '
|
|
56 |
session = fo.launch_app(dataset)
|
57 |
|
58 |
```
|
59 |
-
|
60 |
-
'
|
61 |
---
|
62 |
|
63 |
# Dataset Card for Emojis
|
@@ -135,4 +135,4 @@ OpenAI's CLIP-VIT-B/32 model was used to embed these images (vision encoder), th
|
|
135 |
|
136 |
## Dataset Card Authors
|
137 |
|
138 |
-
[Jacob Marks](https://huggingface.co/jamarks)
|
|
|
4 |
license: cc-by-4.0
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- image-feature-extraction
|
9 |
task_ids: []
|
10 |
pretty_name: Emojis
|
11 |
tags:
|
12 |
- fiftyone
|
13 |
- image
|
14 |
+
dataset_summary: >
|
15 |
|
16 |
|
17 |
|
|
|
19 |
|
20 |
|
21 |
|
22 |
+
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 1816
|
23 |
+
samples.
|
24 |
|
25 |
|
26 |
## Installation
|
27 |
|
28 |
|
29 |
+
If you haven't already, install FiftyOne:
|
30 |
|
31 |
|
32 |
```bash
|
|
|
48 |
|
49 |
# Load the dataset
|
50 |
|
51 |
+
# Note: other available arguments include 'max_samples', etc
|
52 |
|
53 |
dataset = fouh.load_from_hub("jamarks/emojis")
|
54 |
|
|
|
58 |
session = fo.launch_app(dataset)
|
59 |
|
60 |
```
|
|
|
|
|
61 |
---
|
62 |
|
63 |
# Dataset Card for Emojis
|
|
|
135 |
|
136 |
## Dataset Card Authors
|
137 |
|
138 |
+
[Jacob Marks](https://huggingface.co/jamarks)
|