paul commited on
Commit
a91957b
·
1 Parent(s): d7f177d

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-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": 768,
11
+ "id2label": {
12
+ "0": "Bollywood memes",
13
+ "1": "Industrialist",
14
+ "2": "Political memes",
15
+ "3": "Singer memes",
16
+ "4": "Sports memes"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Bollywood memes": "0",
23
+ "Industrialist": "1",
24
+ "Political memes": "2",
25
+ "Singer memes": "3",
26
+ "Sports memes": "4"
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "model_type": "vit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "patch_size": 16,
34
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.24.0.dev0"
38
+ }
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.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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3513c0155ce56eb65407377996f8aa1a01f404d0373dd0dd2262e17894ba2da
3
+ size 343276209
runs/Oct21_15-04-15_teesta/1666344869.1444936/events.out.tfevents.1666344869.teesta.35585.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef440f5e24e78eb885e8a945a65b5895352321a14b8274f436c37a7b59571beb
3
+ size 5535
runs/Oct21_15-04-15_teesta/events.out.tfevents.1666344869.teesta.35585.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919824df9502a5d3bd4684379737370b1e963232da544fa6422cb35cf6ab77b3
3
+ size 40
runs/Oct21_15-04-57_teesta/1666344905.5524738/events.out.tfevents.1666344905.teesta.35585.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4855ef8e2f72469d039797886edc8fe3c9bc67b7ea0fdafad4f537e4e7dbcea
3
+ size 5535
runs/Oct21_15-04-57_teesta/events.out.tfevents.1666344905.teesta.35585.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0b3727343be303b2b4cf0b3741e9cb64582eef94520ec2c56029a6e2adf5988
3
+ size 4789
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a1bed061fc6e67a03d81182785451911ea6b585e33e5645d17d6081d848f3af
3
+ size 3439