paul commited on
Commit
e68b87b
1 Parent(s): cc17d04

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": "aaraki/vit-base-patch16-224-in21k-finetuned-cifar10",
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.22.1"
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:d2b2f3dab65202972fd9125073efa015bb14ff7e45cece2b7f24f510923127f1
3
+ size 343276209
runs/Sep18_12-27-29_9322f79f835b/1663504088.1624534/events.out.tfevents.1663504088.9322f79f835b.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71e77a74fdb52839f55a445606bd7d33ff0576038d66aa783267adb84fffbec
3
+ size 5520
runs/Sep18_12-27-29_9322f79f835b/events.out.tfevents.1663504088.9322f79f835b.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2520f35bb77b60422ce82240c50bd13fcc17c91d44dd4049b53ce8986f675688
3
+ size 4018
runs/Sep18_12-30-38_9322f79f835b/1663504248.6445248/events.out.tfevents.1663504248.9322f79f835b.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae5f0ebd5608db1c3276095fcd79630510c8aa525bf97bbec9683add83e6a52
3
+ size 5520
runs/Sep18_12-30-38_9322f79f835b/events.out.tfevents.1663504248.9322f79f835b.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb8c3587940f6f1f5161c0bf6bd0c7b46eb64e4acc9b7c805d74e761d2c1697f
3
+ size 4951
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f90ee7cf52b8e45884b687616eee733da4efd07b16154f1e122ec28dfa21963
3
+ size 3375