lombardata commited on
Commit
bc4c149
1 Parent(s): cead59d

Training in progress, epoch 1

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