Datasets:
File size: 830 Bytes
fb2bfa0 e2615cc fb2bfa0 7e77f17 fb2bfa0 5079de2 b6f6c22 fb2bfa0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: apache-2.0
task_categories:
- image-to-text
language:
- ru
- en
size_categories:
- 10K<n<100K
---
# Textcaps
Image descriptions in English and Russian.
Russian descriptions were translated from English.
Original data was task textcaps from https://huggingface.co/datasets/lmms-lab/LLaVA-OneVision-Data
Data Format
'id': str
'image': dict[str, bytes] # {'image': b'image bytes'}
'conversations': List[Dict[str, str]] # short dialog for two replics in English with image description
Example: [{'from': 'human', 'value': 'Provide a one-sentence caption for the provided image.'}, {'from': 'gpt', 'value': 'BOPE Van #114 sits parked on the street.'}]
'data_source': str # 'textcaps' for all records
'conversations_rus': List[Dict[str, str]] # short dialog for two replics in Russian with image description
|