lombardata commited on
Commit
66893ef
1 Parent(s): b3c920d

Training in progress, epoch 1

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