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
filename
stringlengths 34
86
| repo
stringclasses 2
values | path
stringlengths 81
173
| dbytes
unknown | dbytes_len
int64 349k
1.26M
| dbytes_mb
float64 0.33
1.2
| type
stringclasses 1
value |
---|---|---|---|---|---|---|
image.class.old_test_xla_examples.TorchXLAExamplesTests.png | transformers | transformers/examples/pytorch/image.class.old_test_xla_examples.TorchXLAExamplesTests.png | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 382,696 | 0.36 | png |
image.class.test_accelerate_examples.ExamplesTestsNoTrainer.png | transformers | transformers/examples/pytorch/image.class.test_accelerate_examples.ExamplesTestsNoTrainer.png | "iVBORw0KGgoAAAANSUhEUgAAD6AAAA+gCAYAAADuf+MCAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 949,697 | 0.91 | png |
image.class.test_pytorch_examples.ExamplesTests.png | transformers | transformers/examples/pytorch/image.class.test_pytorch_examples.ExamplesTests.png | "iVBORw0KGgoAAAANSUhEUgAAD6AAAA+gCAYAAADuf+MCAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 1,255,351 | 1.2 | png |
image.class.run_speech_recognition_seq2seq.DataCollatorSpeechSeq2SeqWithPadding.png | transformers | "transformers/examples/pytorch/speech-recognition/image.class.run_speech_recognition_seq2seq.DataCol(...TRUNCATED) | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 419,516 | 0.4 | png |
image.class.run_speech_recognition_ctc_adapter.DataCollatorCTCWithPadding.png | transformers | "transformers/examples/pytorch/speech-recognition/image.class.run_speech_recognition_ctc_adapter.Dat(...TRUNCATED) | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 522,005 | 0.5 | png |
image.class.run_speech_recognition_ctc.DataCollatorCTCWithPadding.png | transformers | "transformers/examples/pytorch/speech-recognition/image.class.run_speech_recognition_ctc.DataCollato(...TRUNCATED) | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 517,013 | 0.49 | png |
image.class.run_swag_no_trainer.DataCollatorForMultipleChoice.png | transformers | "transformers/examples/pytorch/multiple-choice/image.class.run_swag_no_trainer.DataCollatorForMultip(...TRUNCATED) | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 488,890 | 0.47 | png |
image.class.run_swag.DataCollatorForMultipleChoice.png | transformers | "transformers/examples/pytorch/multiple-choice/image.class.run_swag.DataCollatorForMultipleChoice.pn(...TRUNCATED) | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 484,804 | 0.46 | png |
image.class.run_swag.DataTrainingArguments.png | transformers | transformers/examples/pytorch/multiple-choice/image.class.run_swag.DataTrainingArguments.png | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 361,652 | 0.34 | png |
image.class.run_clip.DataTrainingArguments.png | transformers | "transformers/examples/pytorch/contrastive-image-text/image.class.run_clip.DataTrainingArguments.png(...TRUNCATED) | "iVBORw0KGgoAAAANSUhEUgAADOQAAAzkCAYAAABF7XA+AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCw(...TRUNCATED) | 359,621 | 0.34 | png |
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-class-knowledge-graphs-2024-01-27", data_dir="files")