Use transformers as the library name
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
| 3 |
---
|
| 4 |
# <span style="background: linear-gradient(45deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: bold; font-size: 1.1em;">**OmniVinci: Enhancing Architecture and Data for Omni-Modal Understanding LLM**</span> <br />
|
| 5 |
|
|
@@ -108,5 +109,4 @@ Please consider to cite our paper and this framework, if they are helpful in you
|
|
| 108 |
journal={arXiv},
|
| 109 |
year={2025},
|
| 110 |
}
|
| 111 |
-
```
|
| 112 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
library_name: transformers
|
| 4 |
---
|
| 5 |
# <span style="background: linear-gradient(45deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: bold; font-size: 1.1em;">**OmniVinci: Enhancing Architecture and Data for Omni-Modal Understanding LLM**</span> <br />
|
| 6 |
|
|
|
|
| 109 |
journal={arXiv},
|
| 110 |
year={2025},
|
| 111 |
}
|
| 112 |
+
```
|
|
|