metadata
license:
- other
pretty_name: python copilot image training using class knowledge graphs
dataset_info:
- config_name: view_schema
splits:
- name: view_schema
configs:
- config_name: view_schema
data_files:
- split: view_schema
path: files/lok-python-copilot-img.class-v1-00003130.parquet
size_categories:
- 100K<n<1M
tags:
- python-copilot
- python-coding
- python-architecture
- knowledge-graphs
- multimodal
- text-image-audio
- fine-tuning
- training
- question-answering
- image-knowledge-graph
- alpaca
- mp3
- png
- text
- instruct
- class
- classes
task_categories:
- text-to-image
- image-to-image
- question-answering
task_ids:
- parsing
Python Copilot Image Training using Class 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: 312277
- Size: 304.3 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
from datasets import load_dataset
ds = load_dataset("matlok/python-image-copilot-training-using-class-knowledge-graphs", data_dir="files")