nielsr HF Staff commited on
Commit
4ae36c6
·
verified ·
1 Parent(s): d79335f

Fix HTML typo in model card title

Browse files

This 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.

Files changed (1) hide show
  1. README.md +2 -2
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</h1h1>
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>