paul commited on
Commit
acc7599
1 Parent(s): 1b6bd18

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-152",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 8,
9
+ 36,
10
+ 3
11
+ ],
12
+ "downsample_in_first_stage": false,
13
+ "embedding_size": 64,
14
+ "hidden_act": "relu",
15
+ "hidden_sizes": [
16
+ 256,
17
+ 512,
18
+ 1024,
19
+ 2048
20
+ ],
21
+ "id2label": {
22
+ "0": "Bollywood memes",
23
+ "1": "Industrialist",
24
+ "2": "Political memes",
25
+ "3": "Singer memes",
26
+ "4": "Sports memes"
27
+ },
28
+ "label2id": {
29
+ "Bollywood memes": "0",
30
+ "Industrialist": "1",
31
+ "Political memes": "2",
32
+ "Singer memes": "3",
33
+ "Sports memes": "4"
34
+ },
35
+ "layer_type": "bottleneck",
36
+ "model_type": "resnet",
37
+ "num_channels": 3,
38
+ "problem_type": "single_label_classification",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.24.0.dev0"
41
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
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:8038086c1d041311e3ba33a4dfad92047f47a9751f08228d1dedf028309e6fcf
3
+ size 233549753
runs/Oct20_19-02-35_teesta/1666272766.0051892/events.out.tfevents.1666272766.teesta.4227.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db39ecd3f37920c640ee019b59b46044e9b568fb2bd836ddb8f11e3d19857a2a
3
+ size 5505
runs/Oct20_19-02-35_teesta/events.out.tfevents.1666272765.teesta.4227.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72efa70b0757afa2e888837af0b645f234d89ca606c1dc76ff271450e6bc9557
3
+ size 4621
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1e53d02084e50ad83e59f401c73cdcb1dbbc1f1e642aaea1d38094b3df7e660
3
+ size 3439