paul commited on
Commit
95aa2ca
·
1 Parent(s): 834b043

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nvidia/mit-b2",
3
+ "architectures": [
4
+ "SegformerForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout_prob": 0.1,
8
+ "decoder_hidden_size": 768,
9
+ "depths": [
10
+ 3,
11
+ 4,
12
+ 6,
13
+ 3
14
+ ],
15
+ "downsampling_rates": [
16
+ 1,
17
+ 4,
18
+ 8,
19
+ 16
20
+ ],
21
+ "drop_path_rate": 0.1,
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.0,
24
+ "hidden_sizes": [
25
+ 64,
26
+ 128,
27
+ 320,
28
+ 512
29
+ ],
30
+ "id2label": {
31
+ "0": "Bollywood memes",
32
+ "1": "Industrialist",
33
+ "2": "Political memes",
34
+ "3": "Singer memes",
35
+ "4": "Sports memes"
36
+ },
37
+ "image_size": 224,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "Bollywood memes": "0",
41
+ "Industrialist": "1",
42
+ "Political memes": "2",
43
+ "Singer memes": "3",
44
+ "Sports memes": "4"
45
+ },
46
+ "layer_norm_eps": 1e-06,
47
+ "mlp_ratios": [
48
+ 4,
49
+ 4,
50
+ 4,
51
+ 4
52
+ ],
53
+ "model_type": "segformer",
54
+ "num_attention_heads": [
55
+ 1,
56
+ 2,
57
+ 5,
58
+ 8
59
+ ],
60
+ "num_channels": 3,
61
+ "num_encoder_blocks": 4,
62
+ "patch_sizes": [
63
+ 7,
64
+ 3,
65
+ 3,
66
+ 3
67
+ ],
68
+ "problem_type": "single_label_classification",
69
+ "reshape_last_stage": true,
70
+ "semantic_loss_ignore_index": 255,
71
+ "sr_ratios": [
72
+ 8,
73
+ 4,
74
+ 2,
75
+ 1
76
+ ],
77
+ "strides": [
78
+ 4,
79
+ 2,
80
+ 2,
81
+ 2
82
+ ],
83
+ "torch_dtype": "float32",
84
+ "transformers_version": "4.24.0.dev0"
85
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "SegformerFeatureExtractor",
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
+ "reduce_labels": false,
16
+ "resample": 2,
17
+ "size": 512
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bead4941c5a80e64fc2bf73652d6c9eafe74c3260abfd6aa828b733e46ac570
3
+ size 96918949
runs/Oct20_17-16-04_teesta/1666266382.4070575/events.out.tfevents.1666266382.teesta.4227.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca340a8010008de811208e4178a2dfc37fc9afa0b5c397844f5868224ba108dd
3
+ size 5490
runs/Oct20_17-16-04_teesta/events.out.tfevents.1666266382.teesta.4227.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb4a535bbccbdad9170bc8f76c40b342829acad28b8133f5306bcef0daf2fd6c
3
+ size 5153
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce6cbaf952a722fc3409b9bbc26fa11200f83ab7a6a2cf86b84eaaa4f4b1704
3
+ size 3375