|
--- |
|
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 |
|
|
|
|