AdaptLLM commited on
Commit
1f97ac4
1 Parent(s): 5d2627d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-vision-language-tasks', task_name, split='test')
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