vuongnhathien
commited on
Commit
•
0d89967
1
Parent(s):
e9ef64a
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/resnet-152",
|
3 |
+
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
8,
|
9 |
+
36,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"downsample_in_bottleneck": false,
|
13 |
+
"downsample_in_first_stage": false,
|
14 |
+
"embedding_size": 64,
|
15 |
+
"hidden_act": "relu",
|
16 |
+
"hidden_sizes": [
|
17 |
+
256,
|
18 |
+
512,
|
19 |
+
1024,
|
20 |
+
2048
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": 0,
|
24 |
+
"1": 1,
|
25 |
+
"2": 2,
|
26 |
+
"3": 3,
|
27 |
+
"4": 4,
|
28 |
+
"5": 5,
|
29 |
+
"6": 6,
|
30 |
+
"7": 7,
|
31 |
+
"8": 8,
|
32 |
+
"9": 9,
|
33 |
+
"10": 10,
|
34 |
+
"11": 11,
|
35 |
+
"12": 12,
|
36 |
+
"13": 13,
|
37 |
+
"14": 14,
|
38 |
+
"15": 15,
|
39 |
+
"16": 16,
|
40 |
+
"17": 17,
|
41 |
+
"18": 18,
|
42 |
+
"19": 19,
|
43 |
+
"20": 20,
|
44 |
+
"21": 21,
|
45 |
+
"22": 22,
|
46 |
+
"23": 23,
|
47 |
+
"24": 24,
|
48 |
+
"25": 25,
|
49 |
+
"26": 26,
|
50 |
+
"27": 27,
|
51 |
+
"28": 28,
|
52 |
+
"29": 29
|
53 |
+
},
|
54 |
+
"label2id": {
|
55 |
+
"0": 0,
|
56 |
+
"1": 1,
|
57 |
+
"2": 2,
|
58 |
+
"3": 3,
|
59 |
+
"4": 4,
|
60 |
+
"5": 5,
|
61 |
+
"6": 6,
|
62 |
+
"7": 7,
|
63 |
+
"8": 8,
|
64 |
+
"9": 9,
|
65 |
+
"10": 10,
|
66 |
+
"11": 11,
|
67 |
+
"12": 12,
|
68 |
+
"13": 13,
|
69 |
+
"14": 14,
|
70 |
+
"15": 15,
|
71 |
+
"16": 16,
|
72 |
+
"17": 17,
|
73 |
+
"18": 18,
|
74 |
+
"19": 19,
|
75 |
+
"20": 20,
|
76 |
+
"21": 21,
|
77 |
+
"22": 22,
|
78 |
+
"23": 23,
|
79 |
+
"24": 24,
|
80 |
+
"25": 25,
|
81 |
+
"26": 26,
|
82 |
+
"27": 27,
|
83 |
+
"28": 28,
|
84 |
+
"29": 29
|
85 |
+
},
|
86 |
+
"layer_type": "bottleneck",
|
87 |
+
"model_type": "resnet",
|
88 |
+
"num_channels": 3,
|
89 |
+
"out_features": [
|
90 |
+
"stage4"
|
91 |
+
],
|
92 |
+
"out_indices": [
|
93 |
+
4
|
94 |
+
],
|
95 |
+
"problem_type": "single_label_classification",
|
96 |
+
"stage_names": [
|
97 |
+
"stem",
|
98 |
+
"stage1",
|
99 |
+
"stage2",
|
100 |
+
"stage3",
|
101 |
+
"stage4"
|
102 |
+
],
|
103 |
+
"torch_dtype": "float32",
|
104 |
+
"transformers_version": "4.39.3"
|
105 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9095d04a6d1b18f45f3d937ae5067fefb720610540f99b983be0e497f0e5078
|
3 |
+
size 233551344
|
preprocessor_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"crop_pct",
|
7 |
+
"resample",
|
8 |
+
"do_rescale",
|
9 |
+
"rescale_factor",
|
10 |
+
"do_normalize",
|
11 |
+
"image_mean",
|
12 |
+
"image_std",
|
13 |
+
"return_tensors",
|
14 |
+
"data_format",
|
15 |
+
"input_data_format"
|
16 |
+
],
|
17 |
+
"crop_pct": 0.875,
|
18 |
+
"do_normalize": true,
|
19 |
+
"do_rescale": true,
|
20 |
+
"do_resize": true,
|
21 |
+
"image_mean": [
|
22 |
+
0.485,
|
23 |
+
0.456,
|
24 |
+
0.406
|
25 |
+
],
|
26 |
+
"image_processor_type": "ConvNextImageProcessor",
|
27 |
+
"image_std": [
|
28 |
+
0.229,
|
29 |
+
0.224,
|
30 |
+
0.225
|
31 |
+
],
|
32 |
+
"resample": 3,
|
33 |
+
"rescale_factor": 0.00392156862745098,
|
34 |
+
"size": {
|
35 |
+
"shortest_edge": 224
|
36 |
+
}
|
37 |
+
}
|
runs/May20_08-13-01_74a739aaa48e/events.out.tfevents.1716192917.74a739aaa48e.35.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92fead0563329b8478fabcfdd05f381a7e990f1b47ba0ffae0aa0344f7bfbb78
|
3 |
+
size 6171
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff2cc94149bf635c8cedbf3f6c389dde02614d051b49c1e72251c51a28d7c7b8
|
3 |
+
size 4920
|