varcoder commited on
Commit
93291b7
1 Parent(s): 3e1cd23

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-101",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 23,
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": "blue_stain",
24
+ "1": "crack",
25
+ "2": "crazing",
26
+ "3": "dead_knot",
27
+ "4": "inclusion",
28
+ "5": "knot_with_crack",
29
+ "6": "live_knot",
30
+ "7": "marrow",
31
+ "8": "patches",
32
+ "9": "pitted_surface",
33
+ "10": "resin",
34
+ "11": "rolled_in_scale",
35
+ "12": "scratches",
36
+ "13": "steel_defect"
37
+ },
38
+ "label2id": {
39
+ "blue_stain": 0,
40
+ "crack": 1,
41
+ "crazing": 2,
42
+ "dead_knot": 3,
43
+ "inclusion": 4,
44
+ "knot_with_crack": 5,
45
+ "live_knot": 6,
46
+ "marrow": 7,
47
+ "patches": 8,
48
+ "pitted_surface": 9,
49
+ "resin": 10,
50
+ "rolled_in_scale": 11,
51
+ "scratches": 12,
52
+ "steel_defect": 13
53
+ },
54
+ "layer_type": "bottleneck",
55
+ "model_type": "resnet",
56
+ "num_channels": 3,
57
+ "out_features": [
58
+ "stage4"
59
+ ],
60
+ "out_indices": [
61
+ 4
62
+ ],
63
+ "problem_type": "single_label_classification",
64
+ "stage_names": [
65
+ "stem",
66
+ "stage1",
67
+ "stage2",
68
+ "stage3",
69
+ "stage4"
70
+ ],
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.35.2"
73
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ea867945ff9544089cf278052f2272d2ea30d2ae9a7987009f41d5bf179b08a
3
+ size 170619912
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Jan13_18-42-30_a732f801c5be/events.out.tfevents.1705171352.a732f801c5be.827.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5621c964c0530181f1891a42eb43ea1b6141619a2fbabb7564bb3a80fe8b59b
3
+ size 4906
runs/Jan13_18-43-01_a732f801c5be/events.out.tfevents.1705171382.a732f801c5be.827.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:851d968d63d352879a32aa46c8e40e490d0a798fbb8a17a53d19aab7e90971b4
3
+ size 7119
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:154a790312e2ead6f6d4dfb95609b006a36516e2ea4b01e170e6ee17db20ad0d
3
+ size 4600