Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ from datasets import load_dataset
|
|
50 |
task_name = 'FoodSeg103' # Options: 'Food101', 'FoodSeg103', 'Nutrition5K', 'Recipe1M'
|
51 |
|
52 |
# Load the dataset for the chosen task
|
53 |
-
data = load_dataset('AdaptLLM/food-
|
54 |
```
|
55 |
|
56 |
## Citation
|
|
|
50 |
task_name = 'FoodSeg103' # Options: 'Food101', 'FoodSeg103', 'Nutrition5K', 'Recipe1M'
|
51 |
|
52 |
# Load the dataset for the chosen task
|
53 |
+
data = load_dataset('AdaptLLM/food-VQA-benchmark', task_name, split='test')
|
54 |
```
|
55 |
|
56 |
## Citation
|