nikravan commited on
Commit
b42d929
·
verified ·
1 Parent(s): 1820daf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: document-question-answering
14
  tags:
15
  - text-generation-inference
16
  ---
17
- ### Multi Modal Multi Language (3ML, with less then 10G VRAM
18
 
19
  This model is 4bit quantized of glm-4v-9b Model and fixed some error to executing on google colab.
20
 
@@ -42,7 +42,7 @@ GLM-4V-9B is a multimodal language model with visual understanding capabilities.
42
  | **GeminiProVision** | 73.6 | 74.3 | 70.7 | 38.6 | 49 | 2148.9 | 45.7 | 72.9 | 680 |
43
  | **Claude-3V Opus** | 63.3 | 59.2 | 64 | 45.7 | 54.9 | 1586.8 | 37.8 | 70.6 | 694 |
44
  | **GLM-4v-9B** | 81.1 | 79.4 | 76.8 | 58.7 | 47.2 | 2163.8 | 46.6 | 81.1 | 786 |
45
- **This repository is the model repository of GLM-4V-9B, supporting `8K` context length.**
46
  ## Quick Start
47
  To use this model you must have new version of transformers and these libraries
48
 
 
14
  tags:
15
  - text-generation-inference
16
  ---
17
+ ### Multi Modal Multi Language (3ML), with less then 10G VRAM
18
 
19
  This model is 4bit quantized of glm-4v-9b Model and fixed some error to executing on google colab.
20
 
 
42
  | **GeminiProVision** | 73.6 | 74.3 | 70.7 | 38.6 | 49 | 2148.9 | 45.7 | 72.9 | 680 |
43
  | **Claude-3V Opus** | 63.3 | 59.2 | 64 | 45.7 | 54.9 | 1586.8 | 37.8 | 70.6 | 694 |
44
  | **GLM-4v-9B** | 81.1 | 79.4 | 76.8 | 58.7 | 47.2 | 2163.8 | 46.6 | 81.1 | 786 |
45
+ **This repository is the model repository of 4bit quantized of GLM-4V-9B model, supporting `8K` context length.**
46
  ## Quick Start
47
  To use this model you must have new version of transformers and these libraries
48