CoolFace
Datasetpublic

minglingfeng/Ocean_R1_collected_visual_data

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
3likes396downloads
README.md28 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: problem7    dtype: string8  - name: solution9    dtype: string10  - name: reward_func11    dtype: string12  - name: has_image13    dtype: int6414  splits:15  - name: train16    num_bytes: 20692967381.6517    num_examples: 13559518  download_size: 2060631133419  dataset_size: 20692967381.6520configs:21- config_name: default22  data_files:23  - split: train24    path: data/train-*25license: apache-2.026language:27- en28---