lombardata
commited on
Commit
•
9b2d0c8
1
Parent(s):
2d2d00e
Training in progress, epoch 1
Browse files- config.json +89 -0
- logs/events.out.tfevents.1732684261.datavisu2 +3 -0
- logs/events.out.tfevents.1732686936.datavisu2 +3 -0
- logs/events.out.tfevents.1732687627.datavisu2 +3 -0
- logs/events.out.tfevents.1732687817.datavisu2 +3 -0
- model.safetensors +3 -0
- preprocessor_config.json +45 -0
- runs/events.out.tfevents.1732684248.datavisu2 +3 -0
- runs/events.out.tfevents.1732686924.datavisu2 +3 -0
- runs/events.out.tfevents.1732687614.datavisu2 +3 -0
- runs/events.out.tfevents.1732687805.datavisu2 +0 -0
- training_args.bin +3 -0
- transforms.json +44 -0
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": 140,
|
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.1732684261.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ff9066cf46a821d0b3b43aa74c7343f8453c35a40632cc3b3940989a60b910a
|
3 |
+
size 6207
|
logs/events.out.tfevents.1732686936.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0353204668d1a5f40356be0d118ea352779b6a1aa0060b9ac743025b72862752
|
3 |
+
size 6207
|
logs/events.out.tfevents.1732687627.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a58bc94d45c071d89e02a6ac17629f7b03e6d86535f3a85870cf69eedddf85e
|
3 |
+
size 6207
|
logs/events.out.tfevents.1732687817.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d98087ab2115a43d0b8f127577e4892082dd6deae61de87ab13b23a274ace829
|
3 |
+
size 6208
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c48115f817436a00212a5b99e6c1ad7bf813b68d255d219db6a3675fe318a5a5
|
3 |
+
size 1222870688
|
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": 140,
|
43 |
+
"width": 140
|
44 |
+
}
|
45 |
+
}
|
runs/events.out.tfevents.1732684248.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd76c583cdb56af03b7f0eb80394f09695664d7a25ea754a52d61594b198fb14
|
3 |
+
size 40
|
runs/events.out.tfevents.1732686924.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6d4a36d3aee846a723fe391e406d28995d6b5e02e8d1cc1eb00add607a5fc5e
|
3 |
+
size 40
|
runs/events.out.tfevents.1732687614.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58038ae3ea4b17c0f481fd12acc326373486b12b596a2c2b325df39267b82d93
|
3 |
+
size 40
|
runs/events.out.tfevents.1732687805.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:cf7fb5c4779872cf192a4ea109c4497d96fe4169c0877f1fb8a1a55829f5c51f
|
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 |
+
}
|