davanstrien HF staff commited on
Commit
8288335
1 Parent(s): 3f67b37

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,22 +1,13 @@
1
  {
2
- "_name_or_path": "facebook/convnext-tiny-224",
3
  "architectures": [
4
- "ConvNextForImageClassification"
5
  ],
6
- "depths": [
7
- 3,
8
- 3,
9
- 9,
10
- 3
11
- ],
12
- "drop_path_rate": 0.0,
13
  "hidden_act": "gelu",
14
- "hidden_sizes": [
15
- 96,
16
- 192,
17
- 384,
18
- 768
19
- ],
20
  "id2label": {
21
  "0": "CONTAINER",
22
  "1": "CONTROL SHOT",
@@ -29,6 +20,7 @@
29
  },
30
  "image_size": 224,
31
  "initializer_range": 0.02,
 
32
  "label2id": {
33
  "CONTAINER": 0,
34
  "CONTROL SHOT": 1,
@@ -40,12 +32,13 @@
40
  "SCROLL": 7
41
  },
42
  "layer_norm_eps": 1e-12,
43
- "layer_scale_init_value": 1e-06,
44
- "model_type": "convnext",
45
  "num_channels": 3,
46
- "num_stages": 4,
47
- "patch_size": 4,
48
  "problem_type": "single_label_classification",
 
49
  "torch_dtype": "float32",
50
- "transformers_version": "4.18.0"
51
  }
 
1
  {
2
+ "_name_or_path": "facebook/deit-tiny-patch16-224",
3
  "architectures": [
4
+ "ViTForImageClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
 
 
 
 
 
8
  "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 192,
 
 
 
 
11
  "id2label": {
12
  "0": "CONTAINER",
13
  "1": "CONTROL SHOT",
 
20
  },
21
  "image_size": 224,
22
  "initializer_range": 0.02,
23
+ "intermediate_size": 768,
24
  "label2id": {
25
  "CONTAINER": 0,
26
  "CONTROL SHOT": 1,
 
32
  "SCROLL": 7
33
  },
34
  "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 3,
37
  "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
40
  "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
  "torch_dtype": "float32",
43
+ "transformers_version": "4.17.0"
44
  }
preprocessor_config.json CHANGED
@@ -1,18 +1,17 @@
1
  {
2
- "crop_pct": 0.875,
3
  "do_normalize": true,
4
  "do_resize": true,
5
- "feature_extractor_type": "ConvNextFeatureExtractor",
6
  "image_mean": [
7
- 0.485,
8
- 0.456,
9
- 0.406
10
  ],
11
  "image_std": [
12
- 0.229,
13
- 0.224,
14
- 0.225
15
  ],
16
- "resample": 3,
17
  "size": 224
18
  }
 
1
  {
 
2
  "do_normalize": true,
3
  "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
  "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
  ],
10
  "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
  ],
15
+ "resample": 2,
16
  "size": 224
17
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07544b99b02afd39d1abb0b27037cb291e31f06f79fe31994847e9c9ad8d4578
3
- size 111365781
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36c49b1c1c6e31a2c6fdb3edd22519d2488a82fe4437dbb5c6851a6bbfca4da6
3
+ size 22180465
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1de73fd7a11d8c177daacdcc19afe0e4095722986bcf3f2706c4504e91c602a2
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:832a46c554a8e19ef09595f4eee46ccce2962c26dd864fedda09c81a7c9d8b6c
3
  size 2991