CserDu123 commited on
Commit
8f0759d
·
verified ·
1 Parent(s): 75bd4b9

Upload rl-002-qwen3-vl-8b-8xh20-training-17k-2k-max_segs-3-4-fps-5-ckpt-1155/preprocessor_config.json with huggingface_hub

Browse files
rl-002-qwen3-vl-8b-8xh20-training-17k-2k-max_segs-3-4-fps-5-ckpt-1155/preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 16777216,
4
+ "shortest_edge": 65536
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "image_processor_type": "Qwen2VLImageProcessorFast"
21
+ }