Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
<div align='center'>
|
| 5 |
<h1>Emu3.5: Native Multimodal Models are World Learners</h1>
|
| 6 |
|
| 7 |
Emu3.5 Team, BAAI
|
| 8 |
|
| 9 |
-
[Project Page](https://emu.world/) | [🤗HF Models](https://huggingface.co/collections/BAAI/emu35) | [Paper](https://arxiv.org/pdf/2510.26583)
|
| 10 |
</div>
|
| 11 |
|
| 12 |
|
|
@@ -102,5 +105,4 @@ python src/utils/vis_proto.py --input <input_proto_file> --output <output_dir>
|
|
| 102 |
primaryClass={cs.CV},
|
| 103 |
url={https://arxiv.org/abs/2510.26583},
|
| 104 |
}
|
| 105 |
-
```
|
| 106 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: any-to-any
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
+
|
| 7 |
<div align='center'>
|
| 8 |
<h1>Emu3.5: Native Multimodal Models are World Learners</h1>
|
| 9 |
|
| 10 |
Emu3.5 Team, BAAI
|
| 11 |
|
| 12 |
+
[Project Page](https://emu.world/) | [🤗HF Models](https://huggingface.co/collections/BAAI/emu35) | [Paper](https://arxiv.org/pdf/2510.26583) | [Code](https://github.com/baaivision/Emu3.5)
|
| 13 |
</div>
|
| 14 |
|
| 15 |
|
|
|
|
| 105 |
primaryClass={cs.CV},
|
| 106 |
url={https://arxiv.org/abs/2510.26583},
|
| 107 |
}
|
| 108 |
+
```
|
|
|