luodian commited on
Commit
27127ad
1 Parent(s): f4b3fa4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -29,16 +29,22 @@ Play with the model on the [LLaVA OneVision Chat](https://llava-onevision.lmms-l
29
 
30
  ## Model Summary
31
 
32
- The LLaVA-OneVision models are 0.5/7/72B parameter models trained on [LLaVA-OneVision](https://huggingface.co/datasets/lmms-lab/LLaVA-OneVision-Data), based on Qwen2 language model with a context window of 32K tokens.
33
 
34
- The model with `-chat` postfix denotes the model with iterative DPO training with human preference and suitable for chat usage. Our research shows we can improve the model's chat ability meanwhile maintain other instruction-following abilities through our iterative DPO training recipe.
 
 
35
 
36
  - **Repository:** [LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT?tab=readme-ov-file)
37
  - **Project Website:** [llava-onevision.lmms-lab.com](llava-onevision.lmms-lab.com)
38
  - **Paper:** [LLaVA-OneVision](arxiv.org/abs/2408.03326)
39
- - **Point of Contact:** [Bo Li](mailto:[email protected])
40
  - **Languages:** English, Chinese
41
 
 
 
 
 
42
  ## Use
43
 
44
  ### Intended use
 
29
 
30
  ## Model Summary
31
 
32
+ `llava-onevision-72b-ov-chat` is our latest model specifically designed for chat scenarios. It is built upon `llava-onevision-72b-ov` and has undergone iterative DPO training with human preference, making it well-suited for chat applications.
33
 
34
+ Research by [Tianyi Xiong](https://tyxiong23.github.io/) indicates that our iterative DPO training method enhances the model's chat capabilities while preserving its instruction-following abilities.
35
+
36
+ For further details, please refer to our upcoming blog or paper.
37
 
38
  - **Repository:** [LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT?tab=readme-ov-file)
39
  - **Project Website:** [llava-onevision.lmms-lab.com](llava-onevision.lmms-lab.com)
40
  - **Paper:** [LLaVA-OneVision](arxiv.org/abs/2408.03326)
41
+ - **Point of Contact:** [Tianyi Xiong](https://tyxiong23.github.io/), [Bo Li](mailto:[email protected])
42
  - **Languages:** English, Chinese
43
 
44
+ ## Benchmark Performance
45
+
46
+ To be released
47
+
48
  ## Use
49
 
50
  ### Intended use