Paradoxis commited on
Commit
8095019
·
verified ·
1 Parent(s): 24f0195

Model save

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: LeL2.1_2B_html1
5
  tags:
6
  - generated_from_trainer
7
- - sft
8
  - hf_jobs
 
9
  - trl
10
  licence: license
11
  ---
 
4
  model_name: LeL2.1_2B_html1
5
  tags:
6
  - generated_from_trainer
 
7
  - hf_jobs
8
+ - sft
9
  - trl
10
  licence: license
11
  ---
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb25bba638fce2aab693a75bf786157614deffff40ab63d14514540e1f6d58f0
3
  size 34923384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2ff81af2791003443f73d7cadb481d1bb46d4d2d29bc54645864e7b65f755a5
3
  size 34923384
preprocessor_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "device": null,
5
+ "disable_grouping": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_pad": null,
10
+ "do_rescale": true,
11
+ "do_resize": true,
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "Qwen2VLImageProcessorFast",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "input_data_format": null,
24
+ "max_pixels": null,
25
+ "merge_size": 2,
26
+ "min_pixels": null,
27
+ "pad_size": null,
28
+ "patch_size": 16,
29
+ "processor_class": "Qwen3VLProcessor",
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "return_tensors": null,
33
+ "size": {
34
+ "longest_edge": 16777216,
35
+ "shortest_edge": 65536
36
+ },
37
+ "temporal_patch_size": 2
38
+ }
video_preprocessor_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_pad": null,
10
+ "do_rescale": true,
11
+ "do_resize": true,
12
+ "do_sample_frames": true,
13
+ "fps": 2,
14
+ "image_mean": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "image_std": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "input_data_format": null,
25
+ "max_frames": 768,
26
+ "merge_size": 2,
27
+ "min_frames": 4,
28
+ "num_frames": null,
29
+ "pad_size": null,
30
+ "patch_size": 16,
31
+ "processor_class": "Qwen3VLProcessor",
32
+ "resample": 3,
33
+ "rescale_factor": 0.00392156862745098,
34
+ "return_metadata": false,
35
+ "return_tensors": null,
36
+ "size": {
37
+ "longest_edge": 25165824,
38
+ "shortest_edge": 4096
39
+ },
40
+ "temporal_patch_size": 2,
41
+ "video_metadata": null,
42
+ "video_processor_type": "Qwen3VLVideoProcessor"
43
+ }