selmamalak commited on
Commit
cb9df7d
1 Parent(s): f62cb8c

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
- "base_model_class": "ViTForImageClassification",
5
- "parent_library": "transformers.models.vit.modeling_vit"
6
  },
7
- "base_model_name_or_path": "google/vit-base-patch16-224-in21k",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": {
4
+ "base_model_class": "BeitForImageClassification",
5
+ "parent_library": "transformers.models.beit.modeling_beit"
6
  },
7
+ "base_model_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd412f5a37eeb2e2dac0d0b6f1a08ba2df5956e7487a17c6ab3d340488fe9c1f
3
- size 2400284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3026cc9da05ba0e2f96d08fc7252642929f303005b20afc981573a8212219845
3
+ size 2400340
preprocessor_config.json CHANGED
@@ -1,5 +1,11 @@
1
  {
 
 
 
 
 
2
  "do_normalize": true,
 
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_mean": [
@@ -7,7 +13,7 @@
7
  0.5,
8
  0.5
9
  ],
10
- "image_processor_type": "ViTImageProcessor",
11
  "image_std": [
12
  0.5,
13
  0.5,
 
1
  {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
  "do_normalize": true,
8
+ "do_reduce_labels": false,
9
  "do_rescale": true,
10
  "do_resize": true,
11
  "image_mean": [
 
13
  0.5,
14
  0.5
15
  ],
16
+ "image_processor_type": "BeitImageProcessor",
17
  "image_std": [
18
  0.5,
19
  0.5,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fab21a192860f1eac5b63f230a9da221d865210d386d095747c9432c75dd3a16
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5a5be4de05898e3d111ac74a1d0b6202f327ba59cca3fd69bc26d1c838704b1
3
  size 5112