LongThan/Hallucination_MLLMs_Data_preprocessing
024
1---2dataset_info:3 features:4 - name: question5 dtype: string6 - name: type7 dtype: string8 - name: category9 dtype: string10 - name: correct_ans11 dtype: string12 - name: source13 dtype: string14 - name: best_ans15 dtype: string16 - name: KOSMOS2_ans17 dtype: string18 splits:19 - name: train20 num_bytes: 45488021 num_examples: 81722 download_size: 23319723 dataset_size: 45488024configs:25- config_name: default26 data_files:27 - split: train28 path: data/train-*29---30 