Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_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": "Audemars Piguet",
|
24 |
+
"1": "Breguet",
|
25 |
+
"2": "Breitling",
|
26 |
+
"3": "Maurice Lacroix",
|
27 |
+
"4": "Omega",
|
28 |
+
"5": "Patek Philippe",
|
29 |
+
"6": "Rado",
|
30 |
+
"7": "Rolex",
|
31 |
+
"8": "Tissot",
|
32 |
+
"9": "Vacheron Constantin"
|
33 |
+
},
|
34 |
+
"label2id": {
|
35 |
+
"Audemars Piguet": 0,
|
36 |
+
"Breguet": 1,
|
37 |
+
"Breitling": 2,
|
38 |
+
"Maurice Lacroix": 3,
|
39 |
+
"Omega": 4,
|
40 |
+
"Patek Philippe": 5,
|
41 |
+
"Rado": 6,
|
42 |
+
"Rolex": 7,
|
43 |
+
"Tissot": 8,
|
44 |
+
"Vacheron Constantin": 9
|
45 |
+
},
|
46 |
+
"layer_type": "bottleneck",
|
47 |
+
"model_type": "resnet",
|
48 |
+
"num_channels": 3,
|
49 |
+
"out_features": [
|
50 |
+
"stage4"
|
51 |
+
],
|
52 |
+
"out_indices": [
|
53 |
+
4
|
54 |
+
],
|
55 |
+
"problem_type": "single_label_classification",
|
56 |
+
"stage_names": [
|
57 |
+
"stem",
|
58 |
+
"stage1",
|
59 |
+
"stage2",
|
60 |
+
"stage3",
|
61 |
+
"stage4"
|
62 |
+
],
|
63 |
+
"torch_dtype": "float32",
|
64 |
+
"transformers_version": "4.40.1"
|
65 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:896abdb5895989e92fb17c93d4b7686e42ca01cd5fdaa6de2898fa557c1546dd
|
3 |
+
size 94368544
|
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/May05_13-12-40_b736593cd875/events.out.tfevents.1714914768.b736593cd875.257.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fe0aa200cdb89f0b4fdf134d04dbbc9ed4472ffd998124f71aea5caab7e6150
|
3 |
+
size 6476
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c50bdde270fee091a8479942bbe3eca8b92ccb24e2393dac5484fb2d77b7d151
|
3 |
+
size 4984
|