matlok - Python Copilot Image Datasets
Collection
More extracted images on github: https://github.com/matlok-ai/python-copilot-image-and-audio-examples/tree/main/png
•
4 items
•
Updated
•
1
Error code: ClientConnectionError
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.
Each row contains a png file in the dbytes column.
The png is in the dbytes column:
{
"dbytes": "binary",
"dbytes_len": "int64",
"dbytes_mb": "float64",
"filename": "string",
"path": "string",
"repo": "string",
"type": "string"
}
from datasets import load_dataset
ds = load_dataset("matlok/python-image-copilot-training-using-inheritance-knowledge-graphs", data_dir="files")