Add library_name metadata and update project page link label (#1)
Browse files- Add library_name metadata and update project page link label (6b171608c7e46451bed50f995d90d67c5a5e8722)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-text-to-text
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
|
| 7 |
## Intern-S1-mini
|
| 8 |
|
| 9 |
<div align="center">
|
|
@@ -11,7 +11,7 @@ pipeline_tag: image-text-to-text
|
|
| 11 |
|
| 12 |
<div> </div>
|
| 13 |
|
| 14 |
-
[💻Github Repo](https://github.com/InternLM/Intern-S1) • [🤗Model Collections](https://huggingface.co/collections/internlm/intern-s1-6882e325e8ac1c58ba108aa5) • [📜Technical Report](https://arxiv.org/abs/2508.15763) • [
|
| 15 |
|
| 16 |
</div>
|
| 17 |
|
|
@@ -461,4 +461,4 @@ If you find this work useful, feel free to give us a cite.
|
|
| 461 |
primaryClass={cs.LG},
|
| 462 |
url={https://arxiv.org/abs/2508.15763},
|
| 463 |
}
|
| 464 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-text-to-text
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
|
|
|
|
| 7 |
## Intern-S1-mini
|
| 8 |
|
| 9 |
<div align="center">
|
|
|
|
| 11 |
|
| 12 |
<div> </div>
|
| 13 |
|
| 14 |
+
[💻Github Repo](https://github.com/InternLM/Intern-S1) • [🤗Model Collections](https://huggingface.co/collections/internlm/intern-s1-6882e325e8ac1c58ba108aa5) • [📜Technical Report](https://arxiv.org/abs/2508.15763) • [🏠Project Page](https://chat.intern-ai.org.cn/)
|
| 15 |
|
| 16 |
</div>
|
| 17 |
|
|
|
|
| 461 |
primaryClass={cs.LG},
|
| 462 |
url={https://arxiv.org/abs/2508.15763},
|
| 463 |
}
|
| 464 |
+
```
|