Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This model is 4bit quantized of glm-4v-9b Model and fixed some error to executing on google colab.
|
2 |
|
3 |
It has exciting result with less then 10 Giga VRAM (Multi Modal Multi Language).
|
4 |
|
5 |
-
you can try this model on free google colab. [](https://colab.research.google.com/drive/1aZGX9f5Yw1WbiOrS3TpvPk_UJUP_yYQU?usp=sharing)
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
5 |
+
- fr
|
6 |
+
- fa
|
7 |
+
- ar
|
8 |
+
- tr
|
9 |
+
- es
|
10 |
+
- it
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
+
pipeline_tag: document-question-answering
|
14 |
+
tags:
|
15 |
+
- text-generation-inference
|
16 |
+
---
|
17 |
This model is 4bit quantized of glm-4v-9b Model and fixed some error to executing on google colab.
|
18 |
|
19 |
It has exciting result with less then 10 Giga VRAM (Multi Modal Multi Language).
|
20 |
|
21 |
+
you can try this model on free google colab. [](https://colab.research.google.com/drive/1aZGX9f5Yw1WbiOrS3TpvPk_UJUP_yYQU?usp=sharing)
|