runninglsy
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,12 +41,13 @@ We evaluate Ovis1.5 across various multimodal benchmarks using [VLMEvalKit](http
|
|
41 |
| OCRBench | 725 | **776** | 743 | 756 |
|
42 |
| MMVet | 52.8 | **58** | 52.2 | 56.5 |
|
43 |
| RealWorldQA | 63.5 | 66 | 64.6 | **66.9** |
|
44 |
-
|
|
|
45 |
|
46 |
## Usage
|
47 |
Below is a code snippet to run Ovis with multimodal inputs. For additional usage instructions, including inference wrapper and Gradio UI, please refer to [Ovis GitHub](https://github.com/AIDC-AI/Ovis?tab=readme-ov-file#inference).
|
48 |
```bash
|
49 |
-
pip install torch==2.1.0 transformers==4.42.4
|
50 |
```
|
51 |
```python
|
52 |
import torch
|
|
|
41 |
| OCRBench | 725 | **776** | 743 | 756 |
|
42 |
| MMVet | 52.8 | **58** | 52.2 | 56.5 |
|
43 |
| RealWorldQA | 63.5 | 66 | 64.6 | **66.9** |
|
44 |
+
| CharXiv Reasoning | 24.9 | - | 28.2 | **28.4** |
|
45 |
+
| CharXiv Descriptive | 59.3 | - | 60.2 | **62.6** |
|
46 |
|
47 |
## Usage
|
48 |
Below is a code snippet to run Ovis with multimodal inputs. For additional usage instructions, including inference wrapper and Gradio UI, please refer to [Ovis GitHub](https://github.com/AIDC-AI/Ovis?tab=readme-ov-file#inference).
|
49 |
```bash
|
50 |
+
pip install torch==2.1.0 transformers==4.42.4 pillow==10.3.0
|
51 |
```
|
52 |
```python
|
53 |
import torch
|