--- dataset_info: config_name: metaloop features: - name: id dtype: string - name: job_id dtype: string - name: images list: string - name: tag dtype: string - name: question dtype: string - name: options list: string - name: answer dtype: string - name: question_type dtype: string splits: - name: test --- # Metaloop VLM Adapt metaloop's private data format to the HuggingFace dataset format. ## Dependencies ```shell pip install metaloop-python-sdk ```