Add pipeline tag and library name (#1)
Browse files- Add pipeline tag and library name (ffac094f204e08a996c4b3b34a2390a39f25bb9a)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
<h1 align="center">EgoMind: Activating Spatial Cognition through Linguistic Reasoning in MLLMs</h1>
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 4 |
+
library_name: transformers
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
pipeline_tag: image-text-to-text
|
| 7 |
---
|
| 8 |
|
| 9 |
<h1 align="center">EgoMind: Activating Spatial Cognition through Linguistic Reasoning in MLLMs</h1>
|