Upload to Qwen/Qwen3.6-35B-A3B on ModelScope hub (batch 1/1)

This commit is contained in:
VoyagerX
2026-04-16 13:04:14 +00:00
parent ca8b7eb399
commit 1a5ae24e86
38 changed files with 2835 additions and 45 deletions

21
preprocessor_config.json Normal file
View File

@ -0,0 +1,21 @@
{
"size": {
"longest_edge": 16777216,
"shortest_edge": 65536
},
"patch_size": 16,
"temporal_patch_size": 2,
"merge_size": 2,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "Qwen3VLProcessor",
"image_processor_type": "Qwen2VLImageProcessorFast"
}