Training in progress, step 1
Browse files- README.md +2 -2
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- eval_dump/ground_truth.jsonl +1 -0
- eval_dump/predictions.jsonl +1 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
|
|
4 |
model_name: qwen2-7b-instruct-trl-sft
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
- trl
|
8 |
- sft
|
|
|
9 |
licence: license
|
10 |
---
|
11 |
|
@@ -27,7 +27,7 @@ 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/ruoxue2-stony-brook-university/qwen2vl-sft-mydataset/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
4 |
model_name: qwen2-7b-instruct-trl-sft
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- sft
|
8 |
+
- trl
|
9 |
licence: license
|
10 |
---
|
11 |
|
|
|
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/ruoxue2-stony-brook-university/qwen2vl-sft-mydataset/runs/1kjq3ipz)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"target_parameters": null,
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
+
"q_proj",
|
29 |
+
"v_proj"
|
30 |
],
|
31 |
"target_parameters": null,
|
32 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10110864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b487aa73b73e9133c405eff5c85227b2da3c79b4a3f1f55e98ea993a358d24ca
|
3 |
size 10110864
|
eval_dump/ground_truth.jsonl
CHANGED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "000000497599", "gt": "In this image there are some persons one person is watching the laptop wearing the blue t-shirt and black pant and behind the person the two persons are sitting on the chair and behind the persons there is a big window."}
|
eval_dump/predictions.jsonl
CHANGED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"id": "000000497599", "pred": "[GENERATION_ERROR: expected mat1 and mat2 to have the same dtype, but got: float != c10::BFloat16]"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83462eb3d7662f8fdb13d576da0f2ff62363d37d3d5e6e17942ada8c07e7b056
|
3 |
size 5816
|