Add paper link and task category to dataset card
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -20,4 +20,10 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
task_categories:
|
24 |
+
- image-text-to-text
|
25 |
---
|
26 |
+
|
27 |
+
This dataset, LongWriter-V-22K, is used to train the LongWriter-V model for ultra-long and high-fidelity generation in vision-language models. It contains image-text pairs designed for prompting the model to generate extended text descriptions based on the input image.
|
28 |
+
|
29 |
+
The model and dataset are described in the paper: [LongWriter-V: Enabling Ultra-Long and High-Fidelity Generation in Vision-Language Models](https://arxiv.org/abs/2502.14834)
|