lombardata
commited on
Commit
•
35667dd
1
Parent(s):
1c15a62
Training in progress, epoch 1
Browse files- config.json +93 -0
- model.safetensors +3 -0
- preprocessor_config.json +23 -0
- runs/Mar12_11-04-06_datavisu2/events.out.tfevents.1710237858.datavisu2.51771.0 +3 -0
- runs/Mar12_11-32-30_datavisu2/events.out.tfevents.1710239553.datavisu2.60255.0 +3 -0
- runs/Mar12_11-48-01_datavisu4/events.out.tfevents.1710240490.datavisu4.62295.0 +3 -0
- runs/events.out.tfevents.1710229682.datavisu2 +3 -0
- runs/events.out.tfevents.1710230005.datavisu2 +0 -0
- runs/events.out.tfevents.1710236580.datavisu2 +3 -0
- runs/events.out.tfevents.1710237844.datavisu2 +3 -0
- runs/events.out.tfevents.1710239428.datavisu2 +3 -0
- runs/events.out.tfevents.1710240468.datavisu4 +0 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Acropore_branched",
|
24 |
+
"1": "Acropore_digitised",
|
25 |
+
"2": "Acropore_tabular",
|
26 |
+
"3": "Algae_assembly",
|
27 |
+
"4": "Algae_limestone",
|
28 |
+
"5": "Algae_sodding",
|
29 |
+
"6": "Dead_coral",
|
30 |
+
"7": "Fish",
|
31 |
+
"8": "Human_object",
|
32 |
+
"9": "Living_coral",
|
33 |
+
"10": "Millepore",
|
34 |
+
"11": "No_acropore_encrusting",
|
35 |
+
"12": "No_acropore_foliaceous",
|
36 |
+
"13": "No_acropore_massive",
|
37 |
+
"14": "No_acropore_sub_massive",
|
38 |
+
"15": "Rock",
|
39 |
+
"16": "Sand",
|
40 |
+
"17": "Scrap",
|
41 |
+
"18": "Sea_cucumber",
|
42 |
+
"19": "Sea_urchins",
|
43 |
+
"20": "Sponge",
|
44 |
+
"21": "Syringodium_isoetifolium",
|
45 |
+
"22": "Thalassodendron_ciliatum",
|
46 |
+
"23": "Useless"
|
47 |
+
},
|
48 |
+
"label2id": {
|
49 |
+
"Acropore_branched": 0,
|
50 |
+
"Acropore_digitised": 1,
|
51 |
+
"Acropore_tabular": 2,
|
52 |
+
"Algae_assembly": 3,
|
53 |
+
"Algae_limestone": 4,
|
54 |
+
"Algae_sodding": 5,
|
55 |
+
"Dead_coral": 6,
|
56 |
+
"Fish": 7,
|
57 |
+
"Human_object": 8,
|
58 |
+
"Living_coral": 9,
|
59 |
+
"Millepore": 10,
|
60 |
+
"No_acropore_encrusting": 11,
|
61 |
+
"No_acropore_foliaceous": 12,
|
62 |
+
"No_acropore_massive": 13,
|
63 |
+
"No_acropore_sub_massive": 14,
|
64 |
+
"Rock": 15,
|
65 |
+
"Sand": 16,
|
66 |
+
"Scrap": 17,
|
67 |
+
"Sea_cucumber": 18,
|
68 |
+
"Sea_urchins": 19,
|
69 |
+
"Sponge": 20,
|
70 |
+
"Syringodium_isoetifolium": 21,
|
71 |
+
"Thalassodendron_ciliatum": 22,
|
72 |
+
"Useless": 23
|
73 |
+
},
|
74 |
+
"layer_type": "bottleneck",
|
75 |
+
"model_type": "resnet",
|
76 |
+
"num_channels": 3,
|
77 |
+
"out_features": [
|
78 |
+
"stage4"
|
79 |
+
],
|
80 |
+
"out_indices": [
|
81 |
+
4
|
82 |
+
],
|
83 |
+
"problem_type": "multi_label_classification",
|
84 |
+
"stage_names": [
|
85 |
+
"stem",
|
86 |
+
"stage1",
|
87 |
+
"stage2",
|
88 |
+
"stage3",
|
89 |
+
"stage4"
|
90 |
+
],
|
91 |
+
"torch_dtype": "float32",
|
92 |
+
"transformers_version": "4.36.2"
|
93 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b66f4043599df6524890f7c10a4e53ae9eeb539c61b894d93e7a9b950dda0be
|
3 |
+
size 94483312
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"height": 518,
|
21 |
+
"width": 518
|
22 |
+
}
|
23 |
+
}
|
runs/Mar12_11-04-06_datavisu2/events.out.tfevents.1710237858.datavisu2.51771.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f569ae736381978d458d316e60d0ba83fa5ddd4a5c46468043fd5625ce4cd85
|
3 |
+
size 6024
|
runs/Mar12_11-32-30_datavisu2/events.out.tfevents.1710239553.datavisu2.60255.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7e5a94156bc891ef8354017ffaf11ce8fc1a816d465f13ab414825b2a0e4dc5
|
3 |
+
size 6550
|
runs/Mar12_11-48-01_datavisu4/events.out.tfevents.1710240490.datavisu4.62295.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08b7f516a7279bd2b62b15a52adf5ce6bfac16ca293c8f8efc36c3184b2808c5
|
3 |
+
size 6560
|
runs/events.out.tfevents.1710229682.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a4522447c7e460da0cae91ef04e60631655796b77faded55a11c81a8d339d99
|
3 |
+
size 40
|
runs/events.out.tfevents.1710230005.datavisu2
ADDED
File without changes
|
runs/events.out.tfevents.1710236580.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97a5872c84d83ce10dca2dc4158d9cf6ac16e3507d38e9bca6ca50cfc78de3d0
|
3 |
+
size 40
|
runs/events.out.tfevents.1710237844.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2843ad260732e184db8726a9ae964bf203b3ef6d926af80f1e58ad03a200208d
|
3 |
+
size 40
|
runs/events.out.tfevents.1710239428.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:282895b8d523e5438406dd2d44c4b5cf3acbd12a31dd184c7a73668cd61c9fdd
|
3 |
+
size 40
|
runs/events.out.tfevents.1710240468.datavisu4
ADDED
File without changes
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c301c7f98426795eb68fb0f70e6a43484a08136666d85d480d415c256071ee07
|
3 |
+
size 4920
|