zhangjinyang commited on
Commit
7a70652
1 Parent(s): 010cb59

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -21,8 +21,8 @@
21
  "rank_pattern": {},
22
  "revision": null,
23
  "target_modules": [
24
- "value",
25
- "query"
26
  ],
27
  "task_type": null
28
  }
 
21
  "rank_pattern": {},
22
  "revision": null,
23
  "target_modules": [
24
+ "query",
25
+ "value"
26
  ],
27
  "task_type": null
28
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:404d02c3656fea3a37433fa80ea1a4e26e463afb9a3d31df3e581bb2d57a72bf
3
  size 918087
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a50d8d25b4e4f7457fb2eb5b060204648c5f78a3e3634378c7f505f6ebd5fc5c
3
  size 918087
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c04a5107e0f3431aef103b9819e181b816690dd4de210836dd353a48d8f6d7
3
+ size 4091