CCCCyx commited on
Commit
961831a
Β·
verified Β·
1 Parent(s): 670d324

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -67,9 +67,6 @@ MOSS-VL utilizes Cross-attention Rotary Position Embedding (XRoPE), tailored to
67
  <img src="assets/3d-rope.png" alt="MOSS-VL mRoPE Architecture Illustration" width="80%"/>
68
  </p>
69
 
70
- ## πŸ“Š Model Performance
71
-
72
- This release focuses on providing a strong pretrained foundation rather than a fully instruction-tuned evaluation snapshot. Public benchmark tables and detailed metrics for the base checkpoint will be released in future updates.
73
 
74
  ## πŸš€ Quickstart
75
  ### πŸ› οΈ Requirements
@@ -274,13 +271,6 @@ texts = [item["text"] for item in result["results"]]
274
 
275
  </details>
276
 
277
- ## 🎯 Intended Use
278
-
279
- - offline image understanding
280
- - offline video understanding
281
- - multimodal prompt experiments for release validation
282
- - checkpoint-level inference integration and debugging
283
-
284
  ## 🚧 Limitations and Future Work
285
 
286
  MOSS-VL-Base-0408 is a pretrained base checkpoint, and we are actively improving several core capabilities for future iterations:
@@ -295,7 +285,7 @@ MOSS-VL-Base-0408 is a pretrained base checkpoint, and we are actively improving
295
  ## πŸ“œ Citation
296
  ```bibtex
297
  @misc{moss_vl_2026,
298
- title = {{MOSS-VL Technical Report}},
299
  author = {OpenMOSS Team},
300
  year = {2026},
301
  howpublished = {\url{https://github.com/fnlp-vision/MOSS-VL}},
 
67
  <img src="assets/3d-rope.png" alt="MOSS-VL mRoPE Architecture Illustration" width="80%"/>
68
  </p>
69
 
 
 
 
70
 
71
  ## πŸš€ Quickstart
72
  ### πŸ› οΈ Requirements
 
271
 
272
  </details>
273
 
 
 
 
 
 
 
 
274
  ## 🚧 Limitations and Future Work
275
 
276
  MOSS-VL-Base-0408 is a pretrained base checkpoint, and we are actively improving several core capabilities for future iterations:
 
285
  ## πŸ“œ Citation
286
  ```bibtex
287
  @misc{moss_vl_2026,
288
+ title = {MOSS-VL Technical Report},
289
  author = {OpenMOSS Team},
290
  year = {2026},
291
  howpublished = {\url{https://github.com/fnlp-vision/MOSS-VL}},