paul
commited on
Commit
·
58b08f5
1
Parent(s):
77679be
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +41 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- runs/Sep16_13-23-09_9e04e67422ba/1663334605.470287/events.out.tfevents.1663334605.9e04e67422ba.56.1 +3 -0
- runs/Sep16_13-23-09_9e04e67422ba/events.out.tfevents.1663334605.9e04e67422ba.56.0 +3 -0
- training_args.bin +3 -0
.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.22.0"
|
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:65a47a445591e13ed9b27592bf823671c273143b798b719c1ddb88245e8e1498
|
3 |
+
size 94392769
|
runs/Sep16_13-23-09_9e04e67422ba/1663334605.470287/events.out.tfevents.1663334605.9e04e67422ba.56.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ec19bfa154f38bda0b86b92f7d0bfeb049a7a2a191fd994a5d97e7d3a99a409
|
3 |
+
size 5526
|
runs/Sep16_13-23-09_9e04e67422ba/events.out.tfevents.1663334605.9e04e67422ba.56.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24f9328887a9784f0c1a5a37d4858a170acc1151b0cd89523e0fdcd9e4f549e2
|
3 |
+
size 4765
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db6c1d8b670414d43ea4214ded07cbe0896a4e9cc7d6dc72b6741a5daef950bd
|
3 |
+
size 3375
|