Add link to GitHub code repository
Browse filesThis PR adds an explicit link to the GitHub code repository for the CapRL project (`https://github.com/InternLM/CapRL`), making it easier for users to find and access the codebase.
No changes were made to the metadata or other existing content as they are already accurate and complete.
README.md
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
| 5 |
pipeline_tag: image-to-text
|
| 6 |
tags:
|
| 7 |
- multimodal
|
| 8 |
- image caption
|
| 9 |
-
library_name: transformers
|
| 10 |
---
|
| 11 |
|
| 12 |
# CapRL-3B
|
| 13 |
|
| 14 |
π<a href="https://arxiv.org/abs/2509.22647">Paper</a> |π€<a href="https://huggingface.co/internlm/CapRL-3B">CapRL-3B Model</a> |
|
| 15 |
π€<a href="https://huggingface.co/datasets/internlm/CapRL-2M">CapRL-2M Dataset</a> |π€<a href="https://huggingface.co/collections/long-xing1/caprl-68d64ac32ded31596c36e189">CapRL Collection</a> | π€<a href="https://huggingface.co/papers/2509.22647">Daily Paper</a>
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
## Introduction
|
|
@@ -123,4 +124,4 @@ print("Chat response:", chat_response)
|
|
| 123 |
</p>
|
| 124 |
<p align="center">
|
| 125 |
<img src="./assets/natural_caprl.png" alt="Main Results on GPT2" width="750"/>
|
| 126 |
-
</p>
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
library_name: transformers
|
| 5 |
+
license: apache-2.0
|
| 6 |
pipeline_tag: image-to-text
|
| 7 |
tags:
|
| 8 |
- multimodal
|
| 9 |
- image caption
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# CapRL-3B
|
| 13 |
|
| 14 |
π<a href="https://arxiv.org/abs/2509.22647">Paper</a> |π€<a href="https://huggingface.co/internlm/CapRL-3B">CapRL-3B Model</a> |
|
| 15 |
π€<a href="https://huggingface.co/datasets/internlm/CapRL-2M">CapRL-2M Dataset</a> |π€<a href="https://huggingface.co/collections/long-xing1/caprl-68d64ac32ded31596c36e189">CapRL Collection</a> | π€<a href="https://huggingface.co/papers/2509.22647">Daily Paper</a>
|
| 16 |
+
Code: https://github.com/InternLM/CapRL
|
| 17 |
|
| 18 |
|
| 19 |
## Introduction
|
|
|
|
| 124 |
</p>
|
| 125 |
<p align="center">
|
| 126 |
<img src="./assets/natural_caprl.png" alt="Main Results on GPT2" width="750"/>
|
| 127 |
+
</p>
|