We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b015f6 commit ad3d69bCopy full SHA for ad3d69b
src/oumi/datasets/vision_language/coco_captions.py
@@ -5,8 +5,7 @@
5
6
@register_dataset("coco_captions")
7
class COCOCaptionsDataset(VisionLanguageSftDataset):
8
- # default_dataset = "HuggingFaceM4/COCO"
9
- default_dataset = "/home/user/data/coco_captions/train"
+ default_dataset = "HuggingFaceM4/COCO"
10
default_prompt = "Describe this image:"
11
12
def transform_conversation(self, example: dict) -> Conversation:
0 commit comments