lombardata
commited on
Commit
•
023b8fd
1
Parent(s):
19c3c74
Training in progress, epoch 1
Browse files- config.json +115 -0
- logs/events.out.tfevents.1725353105.datavisu2 +3 -0
- model.safetensors +3 -0
- preprocessor_config.json +45 -0
- runs/events.out.tfevents.1725353078.datavisu2 +0 -0
- training_args.bin +3 -0
- transforms.json +44 -0
config.json
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/dinov2-base",
|
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": 768,
|
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": "Rubble",
|
37 |
+
"24": "Sand",
|
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 |
+
"Rubble": 23,
|
72 |
+
"Sand": 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": 12,
|
85 |
+
"num_channels": 3,
|
86 |
+
"num_hidden_layers": 12,
|
87 |
+
"out_features": [
|
88 |
+
"stage12"
|
89 |
+
],
|
90 |
+
"out_indices": [
|
91 |
+
12
|
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 |
+
],
|
112 |
+
"torch_dtype": "float32",
|
113 |
+
"transformers_version": "4.41.1",
|
114 |
+
"use_swiglu_ffn": false
|
115 |
+
}
|
logs/events.out.tfevents.1725353105.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4736f04e9a74c50ed40b1a8292ba9330377537f95d85243ea0176de9dc9c5ba
|
3 |
+
size 7049
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19d3d309a418ebae8d71c8c90a2b541772344bf207727efab7cc0ffec5164687
|
3 |
+
size 352317916
|
preprocessor_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"resample",
|
7 |
+
"do_center_crop",
|
8 |
+
"crop_size",
|
9 |
+
"do_rescale",
|
10 |
+
"rescale_factor",
|
11 |
+
"do_normalize",
|
12 |
+
"image_mean",
|
13 |
+
"image_std",
|
14 |
+
"do_convert_rgb",
|
15 |
+
"return_tensors",
|
16 |
+
"data_format",
|
17 |
+
"input_data_format"
|
18 |
+
],
|
19 |
+
"crop_size": {
|
20 |
+
"height": 224,
|
21 |
+
"width": 224
|
22 |
+
},
|
23 |
+
"do_center_crop": false,
|
24 |
+
"do_convert_rgb": true,
|
25 |
+
"do_normalize": true,
|
26 |
+
"do_rescale": true,
|
27 |
+
"do_resize": true,
|
28 |
+
"image_mean": [
|
29 |
+
0.485,
|
30 |
+
0.456,
|
31 |
+
0.406
|
32 |
+
],
|
33 |
+
"image_processor_type": "BitImageProcessor",
|
34 |
+
"image_std": [
|
35 |
+
0.229,
|
36 |
+
0.224,
|
37 |
+
0.225
|
38 |
+
],
|
39 |
+
"resample": 3,
|
40 |
+
"rescale_factor": 0.00392156862745098,
|
41 |
+
"size": {
|
42 |
+
"height": 518,
|
43 |
+
"width": 518
|
44 |
+
}
|
45 |
+
}
|
runs/events.out.tfevents.1725353078.datavisu2
ADDED
File without changes
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f9b2b85fb2d0095fb7945bd940c38f120e904d3f011ad49ccb74fa489c4a3bb
|
3 |
+
size 5304
|
transforms.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train_transforms": [
|
3 |
+
{
|
4 |
+
"operation": "PreProcess"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"operation": "Resize",
|
8 |
+
"probability": 1.0
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"operation": "RandomHorizontalFlip",
|
12 |
+
"probability": 0.25
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"operation": "RandomVerticalFlip",
|
16 |
+
"probability": 0.25
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"operation": "ColorJiggle",
|
20 |
+
"probability": 0.25
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"operation": "RandomPerspective",
|
24 |
+
"probability": 0.25
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"operation": "Normalize",
|
28 |
+
"probability": 1.0
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"val_transforms": [
|
32 |
+
{
|
33 |
+
"operation": "PreProcess"
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"operation": "Resize",
|
37 |
+
"probability": 1.0
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"operation": "Normalize",
|
41 |
+
"probability": 1.0
|
42 |
+
}
|
43 |
+
]
|
44 |
+
}
|