Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,31 +1,32 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
- name: portion_size
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: cooking_method
|
| 19 |
-
dtype: string
|
| 20 |
-
splits:
|
| 21 |
-
- name: train
|
| 22 |
-
num_bytes: 5242383
|
| 23 |
-
num_examples: 12400
|
| 24 |
-
download_size: 206387
|
| 25 |
-
dataset_size: 5242383
|
| 26 |
-
configs:
|
| 27 |
-
- config_name: default
|
| 28 |
-
data_files:
|
| 29 |
-
- split: train
|
| 30 |
-
path: data/train-*
|
| 31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators: []
|
| 3 |
+
language:
|
| 4 |
+
- ar
|
| 5 |
+
- en
|
| 6 |
+
license: cc-by-4.0
|
| 7 |
+
pretty_name: Augmented Lebanese Set
|
| 8 |
+
task_categories:
|
| 9 |
+
- image-classification
|
| 10 |
+
- image-to-text
|
| 11 |
+
tags:
|
| 12 |
+
- lebanese
|
| 13 |
+
- food
|
| 14 |
+
- nutrition
|
| 15 |
+
- augmented
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# augmented_lebanese_set
|
| 19 |
+
|
| 20 |
+
**Split:** `train` with **12400** rows.
|
| 21 |
+
|
| 22 |
+
## Schema
|
| 23 |
+
- `image_url` (string)
|
| 24 |
+
- `camera_or_phone_prob` (float)
|
| 25 |
+
- `food_prob` (float)
|
| 26 |
+
- `dish_name` (string)
|
| 27 |
+
- `food_type` (string)
|
| 28 |
+
- `ingredients` (string)
|
| 29 |
+
- `portion_size` (string)
|
| 30 |
+
- `cooking_method` (string)
|
| 31 |
+
|
| 32 |
+
> Note: `image_url` should point to reachable image locations (http(s) or hf:// paths).
|