Model save
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: Qwen/Qwen2-VL-
|
3 |
library_name: transformers
|
4 |
model_name: qwen2-vl-7b-multi-image-program-generator
|
5 |
tags:
|
@@ -11,7 +11,7 @@ licence: license
|
|
11 |
|
12 |
# Model Card for qwen2-vl-7b-multi-image-program-generator
|
13 |
|
14 |
-
This model is a fine-tuned version of [Qwen/Qwen2-VL-
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
@@ -27,18 +27,18 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/zzigakovacic-cornell-university/huggingface/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
-
- TRL: 0.
|
38 |
-
- Transformers: 4.
|
39 |
-
- Pytorch: 2.
|
40 |
-
- Datasets: 3.
|
41 |
-
- Tokenizers: 0.21.
|
42 |
|
43 |
## Citations
|
44 |
|
|
|
1 |
---
|
2 |
+
base_model: Qwen/Qwen2.5-VL-3B-Instruct
|
3 |
library_name: transformers
|
4 |
model_name: qwen2-vl-7b-multi-image-program-generator
|
5 |
tags:
|
|
|
11 |
|
12 |
# Model Card for qwen2-vl-7b-multi-image-program-generator
|
13 |
|
14 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/zzigakovacic-cornell-university/huggingface/runs/2qd8fckl)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
+
- TRL: 0.17.0
|
38 |
+
- Transformers: 4.51.3
|
39 |
+
- Pytorch: 2.6.0
|
40 |
+
- Datasets: 3.5.1
|
41 |
+
- Tokenizers: 0.21.1
|
42 |
|
43 |
## Citations
|
44 |
|