Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
|
|
@@ -75,6 +77,7 @@ We evaluate the Intern-S1 on various benchmarks including general datasets and s
|
|
| 75 |
> **Note**: ✅ means the best performance among open-sourced models, 👑 indicates the best performance among all models.
|
| 76 |
|
| 77 |
We use the [OpenCompass](https://github.com/open-compass/OpenCompass/) and [VLMEvalkit](https://github.com/open-compass/vlmevalkit) to evaluate all models.
|
|
|
|
| 78 |
|
| 79 |
|
| 80 |
## Quick Start
|
|
@@ -464,4 +467,4 @@ If you find this work useful, feel free to give us a cite.
|
|
| 464 |
primaryClass={cs.LG},
|
| 465 |
url={https://arxiv.org/abs/2508.15763},
|
| 466 |
}
|
| 467 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-text-to-text
|
| 4 |
+
base_model:
|
| 5 |
+
- internlm/Intern-S1
|
| 6 |
---
|
| 7 |
|
| 8 |
|
|
|
|
| 77 |
> **Note**: ✅ means the best performance among open-sourced models, 👑 indicates the best performance among all models.
|
| 78 |
|
| 79 |
We use the [OpenCompass](https://github.com/open-compass/OpenCompass/) and [VLMEvalkit](https://github.com/open-compass/vlmevalkit) to evaluate all models.
|
| 80 |
+
Please refer to [this page](https://opencompass.readthedocs.io/en/latest/user_guides/interns1.html) to quickly start the text-only evaluation task.
|
| 81 |
|
| 82 |
|
| 83 |
## Quick Start
|
|
|
|
| 467 |
primaryClass={cs.LG},
|
| 468 |
url={https://arxiv.org/abs/2508.15763},
|
| 469 |
}
|
| 470 |
+
```
|