CoolFace
Datasetpublic

version-control/ds-lib-version-2-normalized

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes14downloads
README.md86 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  - name: normalized_version59    list:60    - name: matplotlib61      dtype: string62    - name: numpy63      dtype: string64    - name: pandas65      dtype: string66    - name: scikit-learn67      dtype: string68    - name: scipy69      dtype: string70    - name: tensorflow71      dtype: string72    - name: torch73      dtype: string74  splits:75  - name: train76    num_bytes: 312928977    num_examples: 1000078  download_size: 89544279  dataset_size: 312928980configs:81- config_name: default82  data_files:83  - split: train84    path: data/train-*85---86