CoolFace
Datasetpublic

AlgorithmicResearchGroup/budget_model_inference

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes49downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: image_id7    dtype: string8  - name: digit_sum9    dtype: int6410  splits:11  - name: train12    num_bytes: 1801624832.013    num_examples: 2800014  - name: test15    num_bytes: 183152936.416    num_examples: 280017  download_size: 156614615218  dataset_size: 1984777768.419configs:20- config_name: default21  data_files:22  - split: train23    path: data/train-*24  - split: test25    path: data/test-*26---27