Adding `transformers` as the library, and also adding the base model relation (#1)
Browse files- Adding `transformers` as the library, and also adding the base model relation (794e09aa9f7f1bbc582d0b87ec3eec16d7153b75)
Co-authored-by: Aritra Roy Gosthipaty <ariG23498@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
<a href="https://chat.qwenlm.ai/" target="_blank" style="margin: 2px;">
|
| 6 |
<img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: image-text-to-text
|
| 4 |
+
library_name: transformers
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen3-VL-4B-Instruct
|
| 7 |
+
base_model_relation: quantized
|
| 8 |
---
|
| 9 |
<a href="https://chat.qwenlm.ai/" target="_blank" style="margin: 2px;">
|
| 10 |
<img alt="Chat" src="https://img.shields.io/badge/%F0%9F%92%9C%EF%B8%8F%20Qwen%20Chat%20-536af5" style="display: inline-block; vertical-align: middle;"/>
|