paul
commited on
Commit
·
ee7268c
1
Parent(s):
dd8b728
Training in progress, epoch 0
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Aishwarya_Rai",
|
23 |
+
"1": "Akhilesh_Yadav",
|
24 |
+
"10": "MS_Dhoni",
|
25 |
+
"11": "Mahatma_Gandhi",
|
26 |
+
"12": "Mamata_Banerjee",
|
27 |
+
"13": "Mukesh_Ambani",
|
28 |
+
"14": "Narendra_Modi",
|
29 |
+
"15": "Rahul_Gandhi",
|
30 |
+
"16": "Ranveer_Singh",
|
31 |
+
"17": "Ratan_Tata",
|
32 |
+
"18": "Sachin_Tendulkar",
|
33 |
+
"19": "Shahrukh_Khan",
|
34 |
+
"2": "Akshay_Kumar",
|
35 |
+
"20": "Sonia_Gandhi",
|
36 |
+
"21": "Sundar_Pichai",
|
37 |
+
"22": "Virat_Kohli",
|
38 |
+
"23": "Yogi_Adityanath",
|
39 |
+
"3": "Amit_Saha",
|
40 |
+
"4": "Arijit_Singh",
|
41 |
+
"5": "Arvind_Kejriwal",
|
42 |
+
"6": "Baba_Ramdev",
|
43 |
+
"7": "Gautam_Adani",
|
44 |
+
"8": "Kishore_Kumar",
|
45 |
+
"9": "Lata_Mangeshkar"
|
46 |
+
},
|
47 |
+
"label2id": {
|
48 |
+
"Aishwarya_Rai": "0",
|
49 |
+
"Akhilesh_Yadav": "1",
|
50 |
+
"Akshay_Kumar": "2",
|
51 |
+
"Amit_Saha": "3",
|
52 |
+
"Arijit_Singh": "4",
|
53 |
+
"Arvind_Kejriwal": "5",
|
54 |
+
"Baba_Ramdev": "6",
|
55 |
+
"Gautam_Adani": "7",
|
56 |
+
"Kishore_Kumar": "8",
|
57 |
+
"Lata_Mangeshkar": "9",
|
58 |
+
"MS_Dhoni": "10",
|
59 |
+
"Mahatma_Gandhi": "11",
|
60 |
+
"Mamata_Banerjee": "12",
|
61 |
+
"Mukesh_Ambani": "13",
|
62 |
+
"Narendra_Modi": "14",
|
63 |
+
"Rahul_Gandhi": "15",
|
64 |
+
"Ranveer_Singh": "16",
|
65 |
+
"Ratan_Tata": "17",
|
66 |
+
"Sachin_Tendulkar": "18",
|
67 |
+
"Shahrukh_Khan": "19",
|
68 |
+
"Sonia_Gandhi": "20",
|
69 |
+
"Sundar_Pichai": "21",
|
70 |
+
"Virat_Kohli": "22",
|
71 |
+
"Yogi_Adityanath": "23"
|
72 |
+
},
|
73 |
+
"layer_type": "bottleneck",
|
74 |
+
"model_type": "resnet",
|
75 |
+
"num_channels": 3,
|
76 |
+
"problem_type": "single_label_classification",
|
77 |
+
"torch_dtype": "float32",
|
78 |
+
"transformers_version": "4.18.0"
|
79 |
+
}
|
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:3d20603621c950bb6ebb7561a03f8221b5784a25dca1e9137161678a175552b1
|
3 |
+
size 94555277
|
runs/Jan22_03-54-58_teesta/1674339918.6362855/events.out.tfevents.1674339918.teesta.849.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c194c591770edd5a3fce45ecf85fea95b6b81213b3c536236ca1d00043d5f05
|
3 |
+
size 4919
|
runs/Jan22_03-54-58_teesta/events.out.tfevents.1674339918.teesta.849.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5a051a0a4aa41cf9be011183d8b48b0abcb0eb98ef0799992e11b0bed3769e2
|
3 |
+
size 4984
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90a5afc2ddf7c34989725e1a7b0c082eb0a85e40ba7ca89c76a53f531ba132e8
|
3 |
+
size 3131
|