LuJa111 commited on
Commit
1ff8976
·
verified ·
1 Parent(s): 9938e9f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -19
README.md CHANGED
@@ -1,21 +1,28 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: caption_lt
7
- dtype: string
8
- - name: image_url
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 326576470.0
13
- num_examples: 99
14
- download_size: 325928547
15
- dataset_size: 326576470.0
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - lt
5
+ task_categories:
6
+ - image-to-text
7
+ tags:
8
+ - lithuanian
9
+ - image-captioning
10
+ - vlm
11
+ pretty_name: LT-VLM (team)
12
+ size_categories:
13
+ - n<1K
 
 
 
 
 
 
 
14
  ---
15
+
16
+ # LuJa111/test
17
+
18
+ Lithuanian Vision-Language dataset (team subset) — images of Lithuanian scenes with
19
+ Lithuanian descriptions, for fine-tuning a vision-language model.
20
+ 0 rows currently carry a Lithuanian caption.
21
+
22
+ ## Fields
23
+ - `image` — the photo (embedded; renders in the viewer)
24
+ - `caption_lt` — Lithuanian description (fine-tuning target)
25
+ - `image_url` — stable Hugging Face URL of the image file
26
+
27
+ Built with `build_dataset.py`. Compatible in spirit with
28
+ [`GoAGI-AI/lt-vlm`](https://huggingface.co/datasets/GoAGI-AI/lt-vlm).