kjlkjl commited on
Commit
5c49b51
·
1 Parent(s): 3e9e3b1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "disability",
24
+ "1": "healthy",
25
+ "2": "osteochondrosis",
26
+ "3": "osteoporosis",
27
+ "4": "other",
28
+ "5": "scoliosis",
29
+ "6": "spondylolisthesis",
30
+ "7": "vertebral_compression_fracture"
31
+ },
32
+ "label2id": {
33
+ "disability": 0,
34
+ "healthy": 1,
35
+ "osteochondrosis": 2,
36
+ "osteoporosis": 3,
37
+ "other": 4,
38
+ "scoliosis": 5,
39
+ "spondylolisthesis": 6,
40
+ "vertebral_compression_fracture": 7
41
+ },
42
+ "layer_type": "bottleneck",
43
+ "model_type": "resnet",
44
+ "num_channels": 3,
45
+ "out_features": [
46
+ "stage4"
47
+ ],
48
+ "out_indices": [
49
+ 4
50
+ ],
51
+ "problem_type": "single_label_classification",
52
+ "stage_names": [
53
+ "stem",
54
+ "stage1",
55
+ "stage2",
56
+ "stage3",
57
+ "stage4"
58
+ ],
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.35.2"
61
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a763b14e87c8d5a777b6033b99f8480b64de7b386c37f85e76b686e263c245
3
+ size 94352152
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/Dec29_17-54-52_00f9870d11bf/events.out.tfevents.1703872560.00f9870d11bf.7517.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded2961c33481a34327c55ea1f98d0d15c3f3ab0ea89196c3e9dbefb5c3222fd
3
+ size 4947
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398b2fd0db340b5d51db6a75dcec09592ff2f98d8622f6acd00dc9e0d6dc741b
3
+ size 4536