paul commited on
Commit
0354e8e
1 Parent(s): 7b4dd74

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-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
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:dc50341051de7601c860a06b294dba23929a06a41cabca69f5c767928834e977
3
+ size 94397249
runs/Oct19_21-53-13_teesta/1666196614.2337162/events.out.tfevents.1666196614.teesta.36987.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a52def0a8bab914b23e99d1b4489f6090d8ad6dff89ad8702416eb20558cee9
3
+ size 5499
runs/Oct19_21-53-13_teesta/events.out.tfevents.1666196614.teesta.36987.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0341ae40f8915bc1df2e31288450edfcf9a48913ade843fb91219edb41b553e6
3
+ size 4466
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ae0876aa5fa93a345f927286d1630a1720f3ad5fc87d7ab9deab61b1f337dc
3
+ size 3375