CoolFace
Datasetpublic

matlok/python-image-copilot-training-using-inheritance-knowledge-graphs

Python Copilot Image Training using Inheritance and Polymorphism Knowledge Graphs This dataset is a subset of the matlok python copilot datasets. Please refer to the Multimodal Python Copilot Training Overview for more details on how to use this dataset. Details Each row contains a png file in the dbytes column. Rows: 259017 Size: 135.2 GB Data type: png Format: Knowledge graph using NetworkX with alpaca text box Schema The png is in the dbytes… See the full description on the dataset page: https://huggingface.co/datasets/matlok/python-image-copilot-training-using-inheritance-knowledge-graphs.

sourceHugging Faceotherupdated 3y agoView on Hugging Face
0likes357downloads
Dataset Card

Python Copilot Image Training using Inheritance and Polymorphism Knowledge Graphs

This dataset is a subset of the matlok python copilot datasets. Please refer to the Multimodal Python Copilot Training Overview for more details on how to use this dataset.

Details

Each row contains a png file in the dbytes column.

  • Rows: 259017
  • Size: 135.2 GB
  • Data type: png
  • Format: Knowledge graph using NetworkX with alpaca text box

Schema

The png is in the dbytes column:

{
    "dbytes": "binary",
    "dbytes_len": "int64",
    "dbytes_mb": "float64",
    "filename": "string",
    "path": "string",
    "repo": "string",
    "type": "string"
}

How to use the dataset

python
from datasets import load_dataset

ds = load_dataset("matlok/python-image-copilot-training-using-inheritance-knowledge-graphs", data_dir="files")