paul
commited on
Commit
•
78df1fa
1
Parent(s):
52e8286
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +85 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- runs/Oct22_00-27-28_teesta/1666378664.9778666/events.out.tfevents.1666378664.teesta.547.3 +3 -0
- runs/Oct22_00-27-28_teesta/events.out.tfevents.1666378664.teesta.547.2 +3 -0
- runs/Oct22_00-33-05_teesta/1666378996.9372437/events.out.tfevents.1666378996.teesta.11575.1 +3 -0
- runs/Oct22_00-33-05_teesta/events.out.tfevents.1666378996.teesta.11575.0 +3 -0
- training_args.bin +3 -0
.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:a9e6604eefa4f599b858177ccbc309e01231354fa36be623b96a3a575894a9ad
|
3 |
+
size 96918949
|
runs/Oct22_00-27-28_teesta/1666378664.9778666/events.out.tfevents.1666378664.teesta.547.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2f2ff96f3fb986de3d836a0014e4abd87b94e170a3b43c904d40eade2b4754a
|
3 |
+
size 5493
|
runs/Oct22_00-27-28_teesta/events.out.tfevents.1666378664.teesta.547.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08ba28f4b2c3b7765772f4eca37ae4998c818ef862f3baad55a07031facffb58
|
3 |
+
size 4385
|
runs/Oct22_00-33-05_teesta/1666378996.9372437/events.out.tfevents.1666378996.teesta.11575.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:565e21d17177b877dc94d338619993f6dccdff3633350cf181b126c8a60ec4bb
|
3 |
+
size 5493
|
runs/Oct22_00-33-05_teesta/events.out.tfevents.1666378996.teesta.11575.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95a3a7b5203fe18dacb06168487549276fed95eb26cb755653e20971e1cdb41e
|
3 |
+
size 5156
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f30fd9da312296e9aadefe4f62d93da1ef944862d355d76748a5ac965c63bc0
|
3 |
+
size 3375
|