{ "cells": [ { "cell_type": "code", "execution_count": 3, "id": "06f740b5", "metadata": {}, "outputs": [], "source": [ "import pyarrow.parquet as pq\n", "\n", "table = pq.read_table('/home/nuonvision/LatentDiffusion/LoRA/pokemon-blip-captions/data/train-00000-of-00001-566cc9b19d7203f8.parquet')" ] }, { "cell_type": "code", "execution_count": 5, "id": "32b68bc6", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | image | \n", "text | \n", "
---|---|---|
0 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1#\\rExif\\x00\\x00MM\\... | \n", "a drawing of a green pokemon with red eyes | \n", "
1 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1#\\x98Exif\\x00\\x00M... | \n", "a green and yellow toy with a red nose | \n", "
2 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1\\x18\\x82Exif\\x00\\x... | \n", "a red and white ball with an angry look on its... | \n", "
3 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1\\x1a\\x06Exif\\x00\\x... | \n", "a cartoon ball with a smile on it's face | \n", "
4 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1\\x1d\\xe3Exif\\x00\\x... | \n", "a bunch of balls with faces drawn on them | \n", "
... | \n", "... | \n", "... | \n", "
828 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1\\x1e\\xb1Exif\\x00\\x... | \n", "a cartoon picture of a stone dragon | \n", "
829 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1\\x1a/Exif\\x00\\x00M... | \n", "a drawing of a yellow and gray pokemon character | \n", "
830 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1!\\xcdExif\\x00\\x00M... | \n", "a drawing of a cat with a wheel in his hand | \n", "
831 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1\\x1cLExif\\x00\\x00M... | \n", "a drawing of a cartoon character with two eyes | \n", "
832 | \n", "{'bytes': b'\\xff\\xd8\\xff\\xe1\\x19\\xafExif\\x00\\x... | \n", "a drawing of a cartoon character laying on the... | \n", "
833 rows × 2 columns
\n", "