paul commited on
Commit
5f2f14e
1 Parent(s): 4f7c34a

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-large-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 192,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1536,
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
+ 6,
41
+ 12,
42
+ 24,
43
+ 48
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.24.0.dev0",
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:9ed94730231236219482a9b4a5fcf2e31b1889826a375fc87fce81e380003ba0
3
+ size 780627391
runs/Oct21_01-45-02_teesta/1666296914.4298842/events.out.tfevents.1666296914.teesta.39935.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c133ebce3d057b7ff8df610ee8bdc0fc7c37700e3933f513c90a49fdeff8ef
3
+ size 5559
runs/Oct21_01-45-02_teesta/events.out.tfevents.1666296914.teesta.39935.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251cfd54463c6c18ea34e006a8495dd2418ebcb835d83bdb6cb15b2e2299eb84
3
+ size 4981
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebea6c4c71ffdf99d5127944b76cda334aecefbcfa3ce5f44c782bb7e4a2810
3
+ size 3439