JohnJumon commited on
Commit
4842c5e
·
verified ·
1 Parent(s): 16e8afc

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "mauve_stinger_jellyfish",
24
+ "1": "blue_jellyfish",
25
+ "2": "compass_jellyfish",
26
+ "3": "lions_mane_jellyfish",
27
+ "4": "Moon_jellyfish",
28
+ "5": "barrel_jellyfish"
29
+ },
30
+ "label2id": {
31
+ "Moon_jellyfish": 4,
32
+ "barrel_jellyfish": 5,
33
+ "blue_jellyfish": 1,
34
+ "compass_jellyfish": 2,
35
+ "lions_mane_jellyfish": 3,
36
+ "mauve_stinger_jellyfish": 0
37
+ },
38
+ "layer_type": "bottleneck",
39
+ "model_type": "resnet",
40
+ "num_channels": 3,
41
+ "out_features": [
42
+ "stage4"
43
+ ],
44
+ "out_indices": [
45
+ 4
46
+ ],
47
+ "problem_type": "single_label_classification",
48
+ "stage_names": [
49
+ "stem",
50
+ "stage1",
51
+ "stage2",
52
+ "stage3",
53
+ "stage4"
54
+ ],
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.37.2"
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc0fa82dfcd919d8fca0b40c0c36578cf5c62c3a168a3025ddba89a5c42c0806
3
+ size 94335752
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/Feb21_09-50-37_bd2e67e4c876/events.out.tfevents.1708509103.bd2e67e4c876.796.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a700a9c8ac4ac91fa7bb73afee2d01513da0c353fe6475fe8140359bf19efc0
3
+ size 9840
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:725e8a0a171e10d67b5397d1274d5d1e94bb7c47e5fd129ea9e9187277db2a77
3
+ size 4728