quin210 commited on
Commit
3a91cdb
·
verified ·
1 Parent(s): 0210b41

KD checkpoint step=27500, ep=0, loss=0.1513

Browse files
README.md CHANGED
@@ -1,6 +1,11 @@
1
  ---
2
- library_name: transformers
3
- tags: []
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -15,7 +20,7 @@ tags: []
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
  - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
@@ -196,4 +201,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
196
 
197
  ## Model Card Contact
198
 
199
- [More Information Needed]
 
 
 
 
1
  ---
2
+ base_model: Qwen/Qwen3-VL-8B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-VL-8B-Instruct
7
+ - lora
8
+ - transformers
9
  ---
10
 
11
  # Model Card for Model ID
 
20
 
21
  <!-- Provide a longer summary of what this model is. -->
22
 
23
+
24
 
25
  - **Developed by:** [More Information Needed]
26
  - **Funded by [optional]:** [More Information Needed]
 
201
 
202
  ## Model Card Contact
203
 
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.1
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
32
  "up_proj",
33
- "q_proj",
34
  "o_proj",
35
  "k_proj",
36
- "v_proj",
37
- "down_proj",
38
- "gate_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "down_proj",
33
+ "gate_proj",
34
  "up_proj",
 
35
  "o_proj",
36
  "k_proj",
37
+ "q_proj",
38
+ "v_proj"
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:adec210700593786f3992640c3bc44a05fde8558b63f14e4b60caff00d63e303
3
  size 174663096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d71e544d7e62dd04a5b42be5d6025e809dd418be518be8e64d9062d099fb131
3
  size 174663096
processor_config.json CHANGED
@@ -16,7 +16,9 @@
16
  0.5,
17
  0.5
18
  ],
 
19
  "merge_size": 2,
 
20
  "patch_size": 16,
21
  "resample": 3,
22
  "rescale_factor": 0.00392156862745098,
 
16
  0.5,
17
  0.5
18
  ],
19
+ "max_pixels": 401408,
20
  "merge_size": 2,
21
+ "min_pixels": 3136,
22
  "patch_size": 16,
23
  "resample": 3,
24
  "rescale_factor": 0.00392156862745098,
training_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"step": 27500, "ep": 0, "loss": 0.15126445889472961}