Update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,7 @@ configs:
|
|
| 46 |
path: data/train-*
|
| 47 |
- split: val
|
| 48 |
path: data/val-*
|
|
|
|
| 49 |
---
|
| 50 |
|
| 51 |
|
|
@@ -53,11 +54,11 @@ configs:
|
|
| 53 |
Molmo2-Cap is a dataset of very long (average 900 words), detailed video captions.
|
| 54 |
It can be used to pre-train and fine-tune vision-language models.
|
| 55 |
|
| 56 |
-
Molmo2-Cap is part of the [Molmo2 dataset collection](https://huggingface.co/collections/allenai/molmo2) and was used to train the Molmo2 family of models.
|
| 57 |
|
| 58 |
Quick links:
|
| 59 |
-
- 📃 [Paper]()
|
| 60 |
-
- 🎥 [Blog with Videos]()
|
| 61 |
|
| 62 |
|
| 63 |
## Data Format
|
|
@@ -94,4 +95,4 @@ We suggest to use either `merged_caption` or `video_frame_merged_caption`.
|
|
| 94 |
`annotation_score`: the score (0-10) of the quality of the caption judged by LLM. High score indicates a good amount of visual details and low score indicates the inclusion of off-topic meta commentary or content irrelevant to the videos.
|
| 95 |
|
| 96 |
## License
|
| 97 |
-
This dataset is licensed under ODC-BY. It is intended for research and educational use in accordance with Ai2’s [Responsible Use Guidelines](https://allenai.org/responsible-use). This dataset includes text captions generated from GPT-4.1 and GPT-5, which are subject to OpenAI’s [Terms of Use](https://openai.com/policies/row-terms-of-use/). Some contents of this dataset have been created based the use of third party datasets that are subject to academic and noncommercial research use only. Please refer to the Source Attribution file for more information about these sources.
|
|
|
|
| 46 |
path: data/train-*
|
| 47 |
- split: val
|
| 48 |
path: data/val-*
|
| 49 |
+
license: odc-by
|
| 50 |
---
|
| 51 |
|
| 52 |
|
|
|
|
| 54 |
Molmo2-Cap is a dataset of very long (average 900 words), detailed video captions.
|
| 55 |
It can be used to pre-train and fine-tune vision-language models.
|
| 56 |
|
| 57 |
+
Molmo2-Cap is part of the [Molmo2 dataset collection](https://huggingface.co/collections/allenai/molmo2-data) and was used to train the [Molmo2 family of models](https://huggingface.co/collections/allenai/molmo2).
|
| 58 |
|
| 59 |
Quick links:
|
| 60 |
+
- 📃 [Paper](https://allenai.org/papers/molmo2)
|
| 61 |
+
- 🎥 [Blog with Videos](https://allenai.org/blog/molmo2)
|
| 62 |
|
| 63 |
|
| 64 |
## Data Format
|
|
|
|
| 95 |
`annotation_score`: the score (0-10) of the quality of the caption judged by LLM. High score indicates a good amount of visual details and low score indicates the inclusion of off-topic meta commentary or content irrelevant to the videos.
|
| 96 |
|
| 97 |
## License
|
| 98 |
+
This dataset is licensed under ODC-BY. It is intended for research and educational use in accordance with Ai2’s [Responsible Use Guidelines](https://allenai.org/responsible-use). This dataset includes text captions generated from GPT-4.1 and GPT-5, which are subject to OpenAI’s [Terms of Use](https://openai.com/policies/row-terms-of-use/). Some contents of this dataset have been created based the use of third party datasets that are subject to academic and noncommercial research use only. Please refer to the Source Attribution file for more information about these sources.
|