Fix HTML typo in model card title
Browse filesThis PR fixes a minor HTML typo in the model card's main title, changing `</h1h1>` to `</h1>` for correct rendering.
All other metadata (`library_name`, `license`, `pipeline_tag`) and content links (`Paper`, `Code`) are correct and align with the provided information and disclaimers. No sample usage has been added as no direct code snippet was found in the Github README.
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-text-to-text
|
| 4 |
-
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
<div align='center'>
|
| 8 |
-
<h1>From Pixels to Words -- Towards Native Vision-Language Primitives at Scale</
|
| 9 |
|
| 10 |
| [Paper](https://arxiv.org/abs/2510.14979) | [Code](https://github.com/EvolvingLMMs-Lab/NEO) |
|
| 11 |
</div>
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
pipeline_tag: image-text-to-text
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
<div align='center'>
|
| 8 |
+
<h1>From Pixels to Words -- Towards Native Vision-Language Primitives at Scale</h1>
|
| 9 |
|
| 10 |
| [Paper](https://arxiv.org/abs/2510.14979) | [Code](https://github.com/EvolvingLMMs-Lab/NEO) |
|
| 11 |
</div>
|