paul commited on
Commit
bab2bcc
1 Parent(s): 69a0666

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Bollywood memes",
21
+ "1": "Industrialist",
22
+ "2": "Political memes",
23
+ "3": "Singer memes",
24
+ "4": "Sports memes"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "label2id": {
29
+ "Bollywood memes": "0",
30
+ "Industrialist": "1",
31
+ "Political memes": "2",
32
+ "Singer memes": "3",
33
+ "Sports memes": "4"
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "mlp_ratio": 4.0,
37
+ "model_type": "swin",
38
+ "num_channels": 3,
39
+ "num_heads": [
40
+ 3,
41
+ 6,
42
+ 12,
43
+ 24
44
+ ],
45
+ "num_layers": 4,
46
+ "patch_size": 4,
47
+ "path_norm": true,
48
+ "problem_type": "single_label_classification",
49
+ "qkv_bias": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.22.1",
52
+ "use_absolute_embeddings": false,
53
+ "window_size": 7
54
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "resample": 3,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47f48baafbb83866aa8c92509c6f3b90db7517142af2ff1362f0399b5a5fb1f
3
+ size 110402095
runs/Sep17_12-13-51_c6083727ba95/1663416836.4276738/events.out.tfevents.1663416836.c6083727ba95.69.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07e9bf35ed805293f3ed23318e1c9c54934299a7b07564818c8e4b0aa1125ffb
3
+ size 5613
runs/Sep17_12-13-51_c6083727ba95/events.out.tfevents.1663416836.c6083727ba95.69.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1aa30d9fa4c40d3cf7072fb03123817332bf9c7913c74182d68d16ea2dd28e9
3
+ size 4222
runs/Sep17_12-14-13_c6083727ba95/1663416863.6381328/events.out.tfevents.1663416863.c6083727ba95.69.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3639133d179e9463dabc683225ebd51c04c80c7ded39e9e264844c8c51420728
3
+ size 5613
runs/Sep17_12-14-13_c6083727ba95/events.out.tfevents.1663416863.c6083727ba95.69.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936001fb52248e2f43c1a6119c8511b05f2d8959438fce55bdf1c353c1a06053
3
+ size 5204
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb8bf009e7ee19cc117386a33826045c18635d5d24af745317ec4a4ab7a7ce1b
3
+ size 3439