Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,6 @@ tags:
|
|
19 |
|
20 |
*Omni-Reasoner-2B* is based on Qwen2VL and is designed for mathematical and content-based explanations. It excels in providing detailed reasoning about content and solving math problems with proper content formatting. This model integrates a conversational approach with visual and textual understanding to handle multi-modal tasks effectively.
|
21 |
|
22 |
-
# Sample Inference with Doc**
|
23 |
-
|
24 |
-

|
25 |
-
|
26 |
# **Use it with Transformers**
|
27 |
|
28 |
*Before using, ensure that the required libraries are successfully installed in the environment.*
|
@@ -31,6 +27,10 @@ tags:
|
|
31 |
|
32 |
*ChemQwen With Inference Documentation, **Before using, make sure that the `hf_token` is provided in the login field in the code below.***
|
33 |
|
|
|
|
|
|
|
|
|
34 |
```python
|
35 |
|
36 |
# Authenticate with Hugging Face
|
|
|
19 |
|
20 |
*Omni-Reasoner-2B* is based on Qwen2VL and is designed for mathematical and content-based explanations. It excels in providing detailed reasoning about content and solving math problems with proper content formatting. This model integrates a conversational approach with visual and textual understanding to handle multi-modal tasks effectively.
|
21 |
|
|
|
|
|
|
|
|
|
22 |
# **Use it with Transformers**
|
23 |
|
24 |
*Before using, ensure that the required libraries are successfully installed in the environment.*
|
|
|
27 |
|
28 |
*ChemQwen With Inference Documentation, **Before using, make sure that the `hf_token` is provided in the login field in the code below.***
|
29 |
|
30 |
+
# **Sample Inference with Doc**
|
31 |
+
|
32 |
+

|
33 |
+
|
34 |
```python
|
35 |
|
36 |
# Authenticate with Hugging Face
|