CoolFace
Datasetpublic

version-control/ds-lib-version-1

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes8downloads
README.md70 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: repo_name5    dtype: string6  - name: version7    list:8    - name: pyproject.toml9      struct:10      - name: matplotlib11        dtype: string12      - name: numpy13        dtype: string14      - name: pandas15        dtype: string16      - name: scikit-learn17        dtype: string18      - name: scipy19        dtype: string20      - name: tensorflow21        dtype: string22      - name: torch23        dtype: string24    - name: requirements.txt25      struct:26      - name: matplotlib27        dtype: string28      - name: numpy29        dtype: string30      - name: pandas31        dtype: string32      - name: scikit-learn33        dtype: string34      - name: scipy35        dtype: string36      - name: tensorflow37        dtype: string38      - name: torch39        dtype: string40    - name: setup.py41      struct:42      - name: matplotlib43        dtype: string44      - name: numpy45        dtype: string46      - name: pandas47        dtype: string48      - name: scikit-learn49        dtype: string50      - name: scipy51        dtype: string52      - name: tensorflow53        dtype: string54      - name: torch55        dtype: string56  - name: hexsha57    sequence: string58  splits:59  - name: train60    num_bytes: 252838461    num_examples: 1000062  download_size: 83181563  dataset_size: 252838464configs:65- config_name: default66  data_files:67  - split: train68    path: data/train-*69---70