text_id int64 | chunk_id int64 | pixel_values list | Komodo_token_ids list | text string |
|---|---|---|---|---|
0 | 0 | [[255,255,255,255,255,255,255,98,160,255,255,255,66,201,255,255,255,255,255,56,116,62,255,255,255,25(...TRUNCATED) | [1,274,30037,10107,11062,259,1153,413,3761,260,30166,29871,13560,1321,3300,260,30037,302,30166,29871(...TRUNCATED) | Cerita Rakyat Kabupaten Cilacap |
1 | 0 | [[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,253,121,64,244,255,255(...TRUNCATED) | [
1,
9922,
425,
29875,
259,
9922,
263,
872,
259,
12337,
11324,
259,
260,
30037,
8736,
801
] | Balai Bahasa Jawa Tengah |
2 | 0 | [[255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,25(...TRUNCATED) | [1,9922,1146,302,30166,29871,282,30037,8736,30037,286,30166,2291,302,3249,302,30166,29871,1146,302,3(...TRUNCATED) | Badan Pengembangan dan Pembinaan Bahasa |
3 | 0 | [[255,255,255,255,255,255,255,255,98,160,255,255,255,66,201,255,255,255,98,160,255,255,255,66,201,25(...TRUNCATED) | [1,413,30037,286,30037,302,30166,29873,30037,10107,9343,302,30166,29871,282,30037,302,30166,6051,652(...TRUNCATED) | Kementerian Pendidikan dan Kebudayaan |
4 | 0 | [[255,255,255,255,255,255,255,255,197,71,202,255,255,255,255,255,255,255,255,255,255,255,255,255,255(...TRUNCATED) | [1,1425,343,30166,29871,319,1410,269,30166,29871,12802,6836,9343,302,30166,517,1919,259,259,1190,248(...TRUNCATED) | Ery Agus Kurnianto, Suryo Handono |
5 | 0 | [[255,255,255,255,255,255,242,53,252,255,255,255,255,75,122,25,255,255,255,255,255,255,255,255,255,2(...TRUNCATED) | [
1,
3367,
259,
11324,
343,
29884,
6836,
1919,
259,
259,
501,
3737,
259,
2258,
10107,
1146
] | Tri Wahyuni, Umi Farida |
6 | 0 | [[255,255,255,255,255,255,255,255,98,160,255,255,255,66,201,255,255,255,255,255,255,255,255,255,255,(...TRUNCATED) | [
1,
413,
30037,
3300,
425,
259,
9922,
425,
29875,
259,
9922,
263,
872,
259,
12337,
11324,
259,
260,
30037,
8736,
801
] | Kepala Balai Bahasa Jawa Tengah |
7 | 0 | [[255,255,255,255,255,255,255,255,197,71,202,255,255,255,255,255,255,255,255,255,255,255,255,255,255(...TRUNCATED) | [1,1425,9343,319,1410,269,30166,29871,12802,6836,9343,302,30166,517,1919,259,259,269,30166,29889,259(...TRUNCATED) | EryAgus Kurnianto, S.Pd., M.Hum. |
8 | 0 | [[255,255,255,255,255,255,70,216,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255(...TRUNCATED) | [1,319,1410,269,30166,29871,480,437,694,1919,259,259,269,30166,29889,259,269,30166,29889,259,1919,25(...TRUNCATED) | Agus Sudono, S.S., M.Hum. |
9 | 0 | [[255,255,255,255,255,255,255,75,122,25,255,255,255,255,255,255,255,255,75,122,25,255,255,255,255,25(...TRUNCATED) | [1,10107,6836,259,382,269,30166,2034,259,501,11062,3737,1919,259,259,269,30166,29889,259,269,30166,2(...TRUNCATED) | Rini Esti Utami, S.S. |
End of preview. Expand
in Data Studio
Javanese PixelGPT Dataset
This dataset contains preprocessed Javanese text data for training PixelGPT models.
Dataset Statistics
- Language: Javanese (jawa)
- Total samples: 401,542
- Train samples: 400,726
- Test samples: 816
Tokenizers
- [TO BE EDITED]
Features
text_id: Document identifierchunk_id: Chunk identifier within documentpixel_values: Rendered pixel representation of aksara text<tokenizer_name>_token_ids: Token IDs from grapheme-based tokenizer (with EOS token)text: Original text chunk
Renderer Configuration
- Renderer path: ../../renderers/m4_renderer
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("izzako/javanese-pixelgpt")
# Access train and test splits
train_data = dataset['train']
test_data = dataset['test']
# Example: Get first sample
sample = train_data[0]
print(sample['text'])
Citation
If you use this dataset, please cite:
@dataset{javanese_pixelgpt,
title = {Javanese PixelGPT Dataset},
author = {Musa Izzanardi Wijanarko},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/izzako/javanese-pixelgpt}
}
- Downloads last month
- 12