davanstrien HF staff commited on
Commit
32e77e2
1 Parent(s): 8f3731a

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +76 -0
  3. preprocessor_config.json +18 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/levit-192",
3
+ "architectures": [
4
+ "LevitForImageClassificationWithTeacher"
5
+ ],
6
+ "attention_ratio": [
7
+ 2,
8
+ 2,
9
+ 2
10
+ ],
11
+ "depths": [
12
+ 4,
13
+ 4,
14
+ 4
15
+ ],
16
+ "down_ops": [
17
+ [
18
+ "Subsample",
19
+ 32,
20
+ 6,
21
+ 4,
22
+ 2,
23
+ 2
24
+ ],
25
+ [
26
+ "Subsample",
27
+ 32,
28
+ 9,
29
+ 4,
30
+ 2,
31
+ 2
32
+ ],
33
+ [
34
+ ""
35
+ ]
36
+ ],
37
+ "drop_path_rate": 0,
38
+ "hidden_sizes": [
39
+ 192,
40
+ 288,
41
+ 384
42
+ ],
43
+ "id2label": {
44
+ "0": "illustrated",
45
+ "1": "not-illustrated"
46
+ },
47
+ "image_size": 224,
48
+ "initializer_range": 0.02,
49
+ "kernel_size": 3,
50
+ "key_dim": [
51
+ 32,
52
+ 32,
53
+ 32
54
+ ],
55
+ "label2id": {
56
+ "illustrated": 0,
57
+ "not-illustrated": 1
58
+ },
59
+ "mlp_ratio": [
60
+ 2,
61
+ 2,
62
+ 2
63
+ ],
64
+ "model_type": "levit",
65
+ "num_attention_heads": [
66
+ 3,
67
+ 5,
68
+ 6
69
+ ],
70
+ "num_channels": 3,
71
+ "padding": 1,
72
+ "patch_size": 16,
73
+ "stride": 2,
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.22.2"
76
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_center_crop": true,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "LevitFeatureExtractor",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a4705ea2c72219d442e82ec11faefaa7b90f1c7cd3c62339f12f24d9c8f69c
3
+ size 42479045
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd64def0c567a692dedc89786f257dc865cd934daf69e14b17e3bf1403e1b2d
3
+ size 3439