zRzRzRzRzRzRzR
commited on
Commit
Β·
c96e009
1
Parent(s):
58009ba
update
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ library_name: transformers
|
|
| 17 |
<p align="center">
|
| 18 |
π Join our <a href="https://discord.com/invite/8cnQKdAprg" target="_blank">Discord</a> communities.
|
| 19 |
<br>
|
| 20 |
-
π Check out the <a href="https://
|
| 21 |
<br>
|
| 22 |
π Access the GLM-V series models via API on the <a href="https://docs.z.ai/guides/vlm/glm-4.5v">ZhipuAI Open Platform</a>.
|
| 23 |
</p>
|
|
@@ -41,7 +41,7 @@ Beyond benchmark performance, GLM-4.5V focuses on real-world usability. Through
|
|
| 41 |
|
| 42 |
The model also introduces a **Thinking Mode** switch, allowing users to balance between quick responses and deep reasoning. This switch works the same as in the `GLM-4.5` language model.
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
For more code information, please visit our [GitHub](https://github.com/zai-org/GLM-V/).
|
| 47 |
|
|
|
|
| 17 |
<p align="center">
|
| 18 |
π Join our <a href="https://discord.com/invite/8cnQKdAprg" target="_blank">Discord</a> communities.
|
| 19 |
<br>
|
| 20 |
+
π Check out the <a href="https://github.com/zai-org/GLM-V/blob/main/resources/GLM-4.5V_technical_report.pdf" target="_blank">paper</a>.
|
| 21 |
<br>
|
| 22 |
π Access the GLM-V series models via API on the <a href="https://docs.z.ai/guides/vlm/glm-4.5v">ZhipuAI Open Platform</a>.
|
| 23 |
</p>
|
|
|
|
| 41 |
|
| 42 |
The model also introduces a **Thinking Mode** switch, allowing users to balance between quick responses and deep reasoning. This switch works the same as in the `GLM-4.5` language model.
|
| 43 |
|
| 44 |
+
The special tokens `<|begin_of_box|>` and `<|end_of_box|>` in the response mark the answerβs bounding box in the image. The bounding box is given as four numbers β for example `[x1, y1, x2, y2]`, where `(x1, y1)` is the top-left corner and `(x2, y2`)` is the bottom-right corner. The bracket style may vary ([], [[]], (), <>, etc.), but the meaning is the same: it encloses the coordinates of the box. These coordinates are relative values between 0 and 1000, normalized to the image size.
|
| 45 |
|
| 46 |
For more code information, please visit our [GitHub](https://github.com/zai-org/GLM-V/).
|
| 47 |
|