WissMah commited on
Commit
ab929df
·
verified ·
1 Parent(s): b2e4c37

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -29
README.md CHANGED
@@ -1,31 +1,32 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image_url
5
- dtype: string
6
- - name: camera_or_phone_prob
7
- dtype: float64
8
- - name: food_prob
9
- dtype: float64
10
- - name: dish_name
11
- dtype: string
12
- - name: food_type
13
- dtype: string
14
- - name: ingredients
15
- dtype: string
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).