lombardata commited on
Commit
8f680ef
1 Parent(s): c34dff6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_limestone",
19
+ "6": "Algae_sodding",
20
+ "7": "Dead_coral",
21
+ "8": "Fish",
22
+ "9": "Human_object",
23
+ "10": "Living_coral",
24
+ "11": "Millepore",
25
+ "12": "No_acropore_branched",
26
+ "13": "No_acropore_encrusting",
27
+ "14": "No_acropore_foliaceous",
28
+ "15": "No_acropore_massive",
29
+ "16": "No_acropore_solitary",
30
+ "17": "No_acropore_sub_massive",
31
+ "18": "Rock",
32
+ "19": "Sand",
33
+ "20": "Scrap",
34
+ "21": "Sea_cucumber",
35
+ "22": "Sea_urchins",
36
+ "23": "Sponge",
37
+ "24": "Syringodium_isoetifolium",
38
+ "25": "Thalassodendron_ciliatum",
39
+ "26": "Useless"
40
+ },
41
+ "image_size": 518,
42
+ "initializer_range": 0.02,
43
+ "label2id": {
44
+ "Acropore_branched": 0,
45
+ "Acropore_digitised": 1,
46
+ "Acropore_sub_massive": 2,
47
+ "Acropore_tabular": 3,
48
+ "Algae_assembly": 4,
49
+ "Algae_limestone": 5,
50
+ "Algae_sodding": 6,
51
+ "Dead_coral": 7,
52
+ "Fish": 8,
53
+ "Human_object": 9,
54
+ "Living_coral": 10,
55
+ "Millepore": 11,
56
+ "No_acropore_branched": 12,
57
+ "No_acropore_encrusting": 13,
58
+ "No_acropore_foliaceous": 14,
59
+ "No_acropore_massive": 15,
60
+ "No_acropore_solitary": 16,
61
+ "No_acropore_sub_massive": 17,
62
+ "Rock": 18,
63
+ "Sand": 19,
64
+ "Scrap": 20,
65
+ "Sea_cucumber": 21,
66
+ "Sea_urchins": 22,
67
+ "Sponge": 23,
68
+ "Syringodium_isoetifolium": 24,
69
+ "Thalassodendron_ciliatum": 25,
70
+ "Useless": 26
71
+ },
72
+ "layer_norm_eps": 1e-06,
73
+ "layerscale_value": 1.0,
74
+ "mlp_ratio": 4,
75
+ "model_type": "dinov2",
76
+ "num_attention_heads": 16,
77
+ "num_channels": 3,
78
+ "num_hidden_layers": 24,
79
+ "out_features": [
80
+ "stage24"
81
+ ],
82
+ "out_indices": [
83
+ 24
84
+ ],
85
+ "patch_size": 14,
86
+ "problem_type": "multi_label_classification",
87
+ "qkv_bias": true,
88
+ "reshape_hidden_states": true,
89
+ "stage_names": [
90
+ "stem",
91
+ "stage1",
92
+ "stage2",
93
+ "stage3",
94
+ "stage4",
95
+ "stage5",
96
+ "stage6",
97
+ "stage7",
98
+ "stage8",
99
+ "stage9",
100
+ "stage10",
101
+ "stage11",
102
+ "stage12",
103
+ "stage13",
104
+ "stage14",
105
+ "stage15",
106
+ "stage16",
107
+ "stage17",
108
+ "stage18",
109
+ "stage19",
110
+ "stage20",
111
+ "stage21",
112
+ "stage22",
113
+ "stage23",
114
+ "stage24"
115
+ ],
116
+ "torch_dtype": "float32",
117
+ "transformers_version": "4.36.2",
118
+ "use_swiglu_ffn": false
119
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91b9c054cb2511b20b9610fc1ad697f35e2ec9859f02257aa7ea49bc69042a4
3
+ size 1228099300
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/Jan14_16-37-43_datavisu4/events.out.tfevents.1705246672.datavisu4.52502.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d611c0f8858719275beb3af4cf33767771ecc304c8ef0a9abbfead1c49cc3c9
3
+ size 7211
runs/events.out.tfevents.1705246650.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:f728059c85ccd7b49fdbf85b1c2bde82f9a68a5fc38258fbc2d577d04ae377e2
3
+ size 4920