test / README.md
LuJa111's picture
Upload dataset
d02467b verified
|
Raw
History Blame Contribute Delete
1.05 kB
---
license: cc-by-4.0
language:
- lt
task_categories:
- image-to-text
tags:
- lithuanian
- image-captioning
- vlm
pretty_name: LT-VLM (team)
size_categories:
- n<1K
dataset_info:
features:
- name: image
dtype: image
- name: caption_lt
dtype: string
- name: image_url
dtype: string
splits:
- name: train
num_bytes: 326598999
num_examples: 99
download_size: 325860416
dataset_size: 326598999
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# LuJa111/test
Lithuanian Vision-Language dataset (team subset) — images of Lithuanian scenes with
Lithuanian descriptions, for fine-tuning a vision-language model.
0 rows currently carry a Lithuanian caption.
## Fields
- `image` — the photo (embedded; renders in the viewer)
- `caption_lt` — Lithuanian description (fine-tuning target)
- `image_url` — stable Hugging Face URL of the image file
Built with `build_dataset.py`. Compatible in spirit with
[`GoAGI-AI/lt-vlm`](https://huggingface.co/datasets/GoAGI-AI/lt-vlm).