Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,22 +8,22 @@ tags:
|
|
| 8 |
- food
|
| 9 |
- recipe
|
| 10 |
configs:
|
| 11 |
-
- config_name:
|
| 12 |
data_files:
|
| 13 |
- split: test
|
| 14 |
-
path:
|
| 15 |
-
- config_name:
|
| 16 |
data_files:
|
| 17 |
- split: test
|
| 18 |
-
path:
|
| 19 |
-
- config_name:
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
-
path:
|
| 23 |
-
- config_name:
|
| 24 |
data_files:
|
| 25 |
- split: test
|
| 26 |
-
path:
|
| 27 |
---
|
| 28 |
|
| 29 |
# Adapting Multimodal Large Language Models to Domains via Post-Training
|
|
@@ -47,7 +47,7 @@ We investigate domain adaptation of MLLMs through post-training, focusing on dat
|
|
| 47 |
from datasets import load_dataset
|
| 48 |
|
| 49 |
# Choose the task name from the list of available tasks
|
| 50 |
-
task_name = '
|
| 51 |
|
| 52 |
# Load the dataset for the chosen task
|
| 53 |
data = load_dataset('AdaptLLM/food-vision-language-tasks', task_name, split='test')
|
|
|
|
| 8 |
- food
|
| 9 |
- recipe
|
| 10 |
configs:
|
| 11 |
+
- config_name: Recipe1M
|
| 12 |
data_files:
|
| 13 |
- split: test
|
| 14 |
+
path: food_eval_multitask_v2/data-*.arrow
|
| 15 |
+
- config_name: Nutrition5K
|
| 16 |
data_files:
|
| 17 |
- split: test
|
| 18 |
+
path: nutrition50k/data-*.arrow
|
| 19 |
+
- config_name: Food101
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
+
path: food101/data-*.arrow
|
| 23 |
+
- config_name: FoodSeg103
|
| 24 |
data_files:
|
| 25 |
- split: test
|
| 26 |
+
path: foodseg103/data-*.arrow
|
| 27 |
---
|
| 28 |
|
| 29 |
# Adapting Multimodal Large Language Models to Domains via Post-Training
|
|
|
|
| 47 |
from datasets import load_dataset
|
| 48 |
|
| 49 |
# Choose the task name from the list of available tasks
|
| 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')
|