CoolFace
Datasetpublic

sunildkumar/message-decoding-dataset

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes18downloads
README.md37 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: coded_message5    dtype: string6  - name: decoded_message7    dtype: string8  - name: mapping9    struct:10    - name: A11      dtype: string12    - name: B13      dtype: string14    - name: C15      dtype: string16  - name: file_path17    dtype: string18  - name: image19    dtype: image20  splits:21  - name: train22    num_bytes: 60510697.023    num_examples: 1000024  - name: validation25    num_bytes: 6072055.026    num_examples: 100027  download_size: 1713905428  dataset_size: 66582752.029configs:30- config_name: default31  data_files:32  - split: train33    path: data/train-*34  - split: validation35    path: data/validation-*36---37