agentmish commited on
Commit
68e05fe
·
verified ·
1 Parent(s): 32dc55b

Training in progress, step 100

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. preprocessor_config.json +11 -14
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc5c6a90d0490f179e353734e584608214a864698e61a432ac6267fd0a1de4e4
3
  size 343230128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca8014ac5e8c81fc99f0659697c4b26bb8ab09a32e8691c16dbf22fa5dc8ac5
3
  size 343230128
preprocessor_config.json CHANGED
@@ -1,36 +1,33 @@
1
  {
2
- "crop_size": {
3
- "height": 224,
4
- "width": 224
5
- },
6
  "data_format": "channels_first",
7
  "default_to_square": true,
8
  "device": null,
9
  "disable_grouping": null,
10
- "do_center_crop": true,
11
  "do_convert_rgb": null,
12
  "do_normalize": true,
13
  "do_pad": null,
14
  "do_rescale": true,
15
  "do_resize": true,
16
  "image_mean": [
17
- 0.485,
18
- 0.456,
19
- 0.406
20
  ],
21
  "image_processor_type": "ViTImageProcessorFast",
22
  "image_std": [
23
- 0.229,
24
- 0.224,
25
- 0.225
26
  ],
27
  "input_data_format": null,
28
  "pad_size": null,
29
- "resample": 3,
30
  "rescale_factor": 0.00392156862745098,
31
  "return_tensors": null,
32
  "size": {
33
- "height": 256,
34
- "width": 256
35
  }
36
  }
 
1
  {
2
+ "crop_size": null,
 
 
 
3
  "data_format": "channels_first",
4
  "default_to_square": true,
5
  "device": null,
6
  "disable_grouping": null,
7
+ "do_center_crop": null,
8
  "do_convert_rgb": null,
9
  "do_normalize": true,
10
  "do_pad": null,
11
  "do_rescale": true,
12
  "do_resize": true,
13
  "image_mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
  ],
18
  "image_processor_type": "ViTImageProcessorFast",
19
  "image_std": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
  ],
24
  "input_data_format": null,
25
  "pad_size": null,
26
+ "resample": 2,
27
  "rescale_factor": 0.00392156862745098,
28
  "return_tensors": null,
29
  "size": {
30
+ "height": 224,
31
+ "width": 224
32
  }
33
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d4c6e358cc12bf6868a2095e24bfb05dbd4f0ba48a36e004b07cb70d0cd0527
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5334c0c0e29ef77b01f9291091d0fff8c556a9c864406955f798fe082d8801c9
3
  size 5841