lombardata commited on
Commit
9ea4eca
1 Parent(s): 5e6db36

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-large",
3
+ "apply_layernorm": true,
4
+ "architectures": [
5
+ "NewheadDinov2ForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "drop_path_rate": 0.0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "Acropore_branched",
14
+ "1": "Acropore_digitised",
15
+ "2": "Acropore_sub_massive",
16
+ "3": "Acropore_tabular",
17
+ "4": "Algae_assembly",
18
+ "5": "Algae_drawn_up",
19
+ "6": "Algae_limestone",
20
+ "7": "Algae_sodding",
21
+ "8": "Atra/Leucospilota",
22
+ "9": "Bleached_coral",
23
+ "10": "Blurred",
24
+ "11": "Dead_coral",
25
+ "12": "Fish",
26
+ "13": "Homo_sapiens",
27
+ "14": "Human_object",
28
+ "15": "Living_coral",
29
+ "16": "Millepore",
30
+ "17": "No_acropore_encrusting",
31
+ "18": "No_acropore_foliaceous",
32
+ "19": "No_acropore_massive",
33
+ "20": "No_acropore_solitary",
34
+ "21": "No_acropore_sub_massive",
35
+ "22": "Rock",
36
+ "23": "Sand",
37
+ "24": "Scrap",
38
+ "25": "Sea_cucumber",
39
+ "26": "Sea_urchins",
40
+ "27": "Sponge",
41
+ "28": "Syringodium_isoetifolium",
42
+ "29": "Thalassodendron_ciliatum",
43
+ "30": "Useless"
44
+ },
45
+ "image_size": 518,
46
+ "initializer_range": 0.02,
47
+ "label2id": {
48
+ "Acropore_branched": 0,
49
+ "Acropore_digitised": 1,
50
+ "Acropore_sub_massive": 2,
51
+ "Acropore_tabular": 3,
52
+ "Algae_assembly": 4,
53
+ "Algae_drawn_up": 5,
54
+ "Algae_limestone": 6,
55
+ "Algae_sodding": 7,
56
+ "Atra/Leucospilota": 8,
57
+ "Bleached_coral": 9,
58
+ "Blurred": 10,
59
+ "Dead_coral": 11,
60
+ "Fish": 12,
61
+ "Homo_sapiens": 13,
62
+ "Human_object": 14,
63
+ "Living_coral": 15,
64
+ "Millepore": 16,
65
+ "No_acropore_encrusting": 17,
66
+ "No_acropore_foliaceous": 18,
67
+ "No_acropore_massive": 19,
68
+ "No_acropore_solitary": 20,
69
+ "No_acropore_sub_massive": 21,
70
+ "Rock": 22,
71
+ "Sand": 23,
72
+ "Scrap": 24,
73
+ "Sea_cucumber": 25,
74
+ "Sea_urchins": 26,
75
+ "Sponge": 27,
76
+ "Syringodium_isoetifolium": 28,
77
+ "Thalassodendron_ciliatum": 29,
78
+ "Useless": 30
79
+ },
80
+ "layer_norm_eps": 1e-06,
81
+ "layerscale_value": 1.0,
82
+ "mlp_ratio": 4,
83
+ "model_type": "dinov2",
84
+ "num_attention_heads": 16,
85
+ "num_channels": 3,
86
+ "num_hidden_layers": 24,
87
+ "out_features": [
88
+ "stage24"
89
+ ],
90
+ "out_indices": [
91
+ 24
92
+ ],
93
+ "patch_size": 14,
94
+ "problem_type": "multi_label_classification",
95
+ "qkv_bias": true,
96
+ "reshape_hidden_states": true,
97
+ "stage_names": [
98
+ "stem",
99
+ "stage1",
100
+ "stage2",
101
+ "stage3",
102
+ "stage4",
103
+ "stage5",
104
+ "stage6",
105
+ "stage7",
106
+ "stage8",
107
+ "stage9",
108
+ "stage10",
109
+ "stage11",
110
+ "stage12",
111
+ "stage13",
112
+ "stage14",
113
+ "stage15",
114
+ "stage16",
115
+ "stage17",
116
+ "stage18",
117
+ "stage19",
118
+ "stage20",
119
+ "stage21",
120
+ "stage22",
121
+ "stage23",
122
+ "stage24"
123
+ ],
124
+ "torch_dtype": "float32",
125
+ "transformers_version": "4.36.2",
126
+ "use_swiglu_ffn": false
127
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2ea3ae2b585cc52bfb31dd6cb2ea229b846cebdd0dfa5b27e00f1551cc0db0
3
+ size 1228107508
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "BitImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 518,
26
+ "width": 518
27
+ }
28
+ }
runs/Apr03_09-39-14_datavisu4/events.out.tfevents.1712129957.datavisu4.65330.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c23a9f8b7b7840f1f81d936f1e8c7ab9e10d14887148738245eb0e83f14b70b
3
+ size 7406
runs/events.out.tfevents.1712129941.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:e6e4545294ee9c6abb7f5a67ce5d2059c1672b8bf126e5bdcae80b1c600c6347
3
+ size 4920