Skip to content

Commit ad3d69b

Browse files
committed
clean
1 parent 1b015f6 commit ad3d69b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/oumi/datasets/vision_language/coco_captions.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
@register_dataset("coco_captions")
77
class COCOCaptionsDataset(VisionLanguageSftDataset):
8-
# default_dataset = "HuggingFaceM4/COCO"
9-
default_dataset = "/home/user/data/coco_captions/train"
8+
default_dataset = "HuggingFaceM4/COCO"
109
default_prompt = "Describe this image:"
1110

1211
def transform_conversation(self, example: dict) -> Conversation:

0 commit comments

Comments
 (0)