bluuluu commited on
Commit
36bef39
·
verified ·
1 Parent(s): 8ccd4dc

End of training

Browse files
Files changed (3) hide show
  1. README.md +3 -1
  2. config.json +66 -0
  3. tokenizer_config.json +1 -0
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
  base_model: Qwen/Qwen2.5-VL-7B-Instruct
 
3
  library_name: transformers
4
  model_name: Qwen2.5-VL-7B-Instruct-SFT
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - sft
9
  licence: license
@@ -11,7 +13,7 @@ licence: license
11
 
12
  # Model Card for Qwen2.5-VL-7B-Instruct-SFT
13
 
14
- This model is a fine-tuned version of [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
1
  ---
2
  base_model: Qwen/Qwen2.5-VL-7B-Instruct
3
+ datasets: MMInstruction/Clevr_CoGenT_TrainA_R1
4
  library_name: transformers
5
  model_name: Qwen2.5-VL-7B-Instruct-SFT
6
  tags:
7
  - generated_from_trainer
8
+ - R1-V
9
  - trl
10
  - sft
11
  licence: license
 
13
 
14
  # Model Card for Qwen2.5-VL-7B-Instruct-SFT
15
 
16
+ This model is a fine-tuned version of [Qwen/Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) on the [MMInstruction/Clevr_CoGenT_TrainA_R1](https://huggingface.co/datasets/MMInstruction/Clevr_CoGenT_TrainA_R1) dataset.
17
  It has been trained using [TRL](https://github.com/huggingface/trl).
18
 
19
  ## Quick start
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "Qwen2_5_VLForConditionalGeneration"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3584,
11
+ "image_token_id": 151655,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 18944,
14
+ "max_position_embeddings": 128000,
15
+ "max_window_layers": 28,
16
+ "model_type": "qwen2_5_vl",
17
+ "num_attention_heads": 28,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 4,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": {
22
+ "mrope_section": [
23
+ 16,
24
+ 24,
25
+ 24
26
+ ],
27
+ "rope_type": "default",
28
+ "type": "default"
29
+ },
30
+ "rope_theta": 1000000.0,
31
+ "sliding_window": 32768,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.51.1",
35
+ "use_cache": true,
36
+ "use_sliding_window": false,
37
+ "video_token_id": 151656,
38
+ "vision_config": {
39
+ "depth": 32,
40
+ "fullatt_block_indexes": [
41
+ 7,
42
+ 15,
43
+ 23,
44
+ 31
45
+ ],
46
+ "hidden_act": "silu",
47
+ "hidden_size": 1280,
48
+ "in_channels": 3,
49
+ "in_chans": 3,
50
+ "intermediate_size": 3420,
51
+ "model_type": "qwen2_5_vl",
52
+ "num_heads": 16,
53
+ "out_hidden_size": 3584,
54
+ "patch_size": 14,
55
+ "spatial_merge_size": 2,
56
+ "spatial_patch_size": 14,
57
+ "temporal_patch_size": 2,
58
+ "tokens_per_second": 2,
59
+ "torch_dtype": "bfloat16",
60
+ "window_size": 112
61
+ },
62
+ "vision_end_token_id": 151653,
63
+ "vision_start_token_id": 151652,
64
+ "vision_token_id": 151654,
65
+ "vocab_size": 152064
66
+ }
tokenizer_config.json CHANGED
@@ -202,6 +202,7 @@
202
  "extra_special_tokens": {},
203
  "model_max_length": 131072,
204
  "pad_token": "<|endoftext|>",
 
205
  "split_special_tokens": false,
206
  "tokenizer_class": "Qwen2Tokenizer",
207
  "unk_token": null
 
202
  "extra_special_tokens": {},
203
  "model_max_length": 131072,
204
  "pad_token": "<|endoftext|>",
205
+ "processor_class": "Qwen2_5_VLProcessor",
206
  "split_special_tokens": false,
207
  "tokenizer_class": "Qwen2Tokenizer",
208
  "unk_token": null