CoolFace
Datasetpublic

openmodelinitiative/initial-test-dataset

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes15downloads
README.md96 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: string6  - name: type7    dtype: string8  - name: hash9    dtype: string10  - name: phash11    dtype: string12  - name: urls13    sequence: string14  - name: status15    dtype: string16  - name: flags17    dtype: int6418  - name: meta19    struct:20    - name: hf-dataset-name21      dtype: string22    - name: hf-dataset-id23      dtype: int6424    - name: hf-dataset-split25      dtype: string26  - name: fromUser27    dtype: string28  - name: fromTeam29    dtype: string30  - name: embeddings31    sequence: 'null'32  - name: createdAt33    dtype: string34  - name: updatedAt35    dtype: string36  - name: name37    dtype: string38  - name: width39    dtype: int6440  - name: height41    dtype: int6442  - name: format43    dtype: string44  - name: license45    dtype: string46  - name: licenseUrl47    dtype: string48  - name: contentAuthor49    dtype: 'null'50  - name: annotations51    list:52    - name: id53      dtype: string54    - name: content55      dtype: string56    - name: annotation57      struct:58      - name: type59        dtype: string60      - name: original_field61        dtype: string62      - name: text63        dtype: string64      - name: tokens65        dtype: int6466      - name: clean_text67        dtype: string68    - name: manuallyAdjusted69      dtype: bool70    - name: embedding71      dtype: 'null'72    - name: fromUser73      dtype: string74    - name: fromTeam75      dtype: string76    - name: createdAt77      dtype: string78    - name: updatedAt79      dtype: string80    - name: overallRating81      dtype: 'null'82  - name: image_column83    dtype: string84  splits:85  - name: train86    num_bytes: 16527787987    num_examples: 12006988  download_size: 6308071989  dataset_size: 16527787990configs:91- config_name: default92  data_files:93  - split: train94    path: data/train-*95---96