lombardata commited on
Commit
499e8b2
1 Parent(s): d81d9c5

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-large",
3
+ "apply_layernorm": true,
4
+ "architectures": [
5
+ "Dinov2ForImageClassification"
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",
17
+ "4": "Dead_coral",
18
+ "5": "Fish",
19
+ "6": "Millepore",
20
+ "7": "No_acropore_encrusting",
21
+ "8": "No_acropore_massive",
22
+ "9": "No_acropore_sub_massive",
23
+ "10": "Rock",
24
+ "11": "Rubble",
25
+ "12": "Sand"
26
+ },
27
+ "image_size": 164,
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "Acropore_branched": 0,
31
+ "Acropore_digitised": 1,
32
+ "Acropore_tabular": 2,
33
+ "Algae": 3,
34
+ "Dead_coral": 4,
35
+ "Fish": 5,
36
+ "Millepore": 6,
37
+ "No_acropore_encrusting": 7,
38
+ "No_acropore_massive": 8,
39
+ "No_acropore_sub_massive": 9,
40
+ "Rock": 10,
41
+ "Rubble": 11,
42
+ "Sand": 12
43
+ },
44
+ "layer_norm_eps": 1e-06,
45
+ "layerscale_value": 1.0,
46
+ "mlp_ratio": 4,
47
+ "model_type": "dinov2",
48
+ "num_attention_heads": 16,
49
+ "num_channels": 3,
50
+ "num_hidden_layers": 24,
51
+ "out_features": [
52
+ "stage24"
53
+ ],
54
+ "out_indices": [
55
+ 24
56
+ ],
57
+ "patch_size": 14,
58
+ "problem_type": "multi_label_classification",
59
+ "qkv_bias": true,
60
+ "reshape_hidden_states": true,
61
+ "stage_names": [
62
+ "stem",
63
+ "stage1",
64
+ "stage2",
65
+ "stage3",
66
+ "stage4",
67
+ "stage5",
68
+ "stage6",
69
+ "stage7",
70
+ "stage8",
71
+ "stage9",
72
+ "stage10",
73
+ "stage11",
74
+ "stage12",
75
+ "stage13",
76
+ "stage14",
77
+ "stage15",
78
+ "stage16",
79
+ "stage17",
80
+ "stage18",
81
+ "stage19",
82
+ "stage20",
83
+ "stage21",
84
+ "stage22",
85
+ "stage23",
86
+ "stage24"
87
+ ],
88
+ "torch_dtype": "float32",
89
+ "transformers_version": "4.41.0",
90
+ "use_swiglu_ffn": false
91
+ }
logs/events.out.tfevents.1730737303.datavisu2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:094afda8fa696c4ab2f34f39e881414832d7896bced0062920a5029406d70099
3
+ size 6290
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37a185b9d7b8ba99aa1ef781440ebb34ee77253dd582526ed7d0e548ac853d37
3
+ size 1222958756
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": 164,
43
+ "width": 164
44
+ }
45
+ }
runs/events.out.tfevents.1730737289.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:7ab295da5fdfb5f4da4f89f03f67222e0af06cf984aee7d990369ed9160f4f0f
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
+ }