groderg commited on
Commit
2dd73cc
1 Parent(s): d08c2f8

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ALGAE",
14
+ "1": "Acr",
15
+ "2": "Acr_Br",
16
+ "3": "Anem",
17
+ "4": "CCA",
18
+ "5": "Ech",
19
+ "6": "Fts",
20
+ "7": "Gal",
21
+ "8": "Gon",
22
+ "9": "Mtp",
23
+ "10": "P",
24
+ "11": "Poc",
25
+ "12": "Por",
26
+ "13": "R",
27
+ "14": "RDC",
28
+ "15": "S",
29
+ "16": "SG",
30
+ "17": "Sarg",
31
+ "18": "Ser",
32
+ "19": "Slt",
33
+ "20": "Sp",
34
+ "21": "Turf",
35
+ "22": "UNK"
36
+ },
37
+ "image_size": 128,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "ALGAE": 0,
41
+ "Acr": 1,
42
+ "Acr_Br": 2,
43
+ "Anem": 3,
44
+ "CCA": 4,
45
+ "Ech": 5,
46
+ "Fts": 6,
47
+ "Gal": 7,
48
+ "Gon": 8,
49
+ "Mtp": 9,
50
+ "P": 10,
51
+ "Poc": 11,
52
+ "Por": 12,
53
+ "R": 13,
54
+ "RDC": 14,
55
+ "S": 15,
56
+ "SG": 16,
57
+ "Sarg": 17,
58
+ "Ser": 18,
59
+ "Slt": 19,
60
+ "Sp": 20,
61
+ "Turf": 21,
62
+ "UNK": 22
63
+ },
64
+ "layer_norm_eps": 1e-06,
65
+ "layerscale_value": 1.0,
66
+ "mlp_ratio": 4,
67
+ "model_type": "dinov2",
68
+ "num_attention_heads": 16,
69
+ "num_channels": 3,
70
+ "num_hidden_layers": 24,
71
+ "out_features": [
72
+ "stage24"
73
+ ],
74
+ "out_indices": [
75
+ 24
76
+ ],
77
+ "patch_size": 14,
78
+ "problem_type": "single_label_classification",
79
+ "qkv_bias": true,
80
+ "reshape_hidden_states": true,
81
+ "stage_names": [
82
+ "stem",
83
+ "stage1",
84
+ "stage2",
85
+ "stage3",
86
+ "stage4",
87
+ "stage5",
88
+ "stage6",
89
+ "stage7",
90
+ "stage8",
91
+ "stage9",
92
+ "stage10",
93
+ "stage11",
94
+ "stage12",
95
+ "stage13",
96
+ "stage14",
97
+ "stage15",
98
+ "stage16",
99
+ "stage17",
100
+ "stage18",
101
+ "stage19",
102
+ "stage20",
103
+ "stage21",
104
+ "stage22",
105
+ "stage23",
106
+ "stage24"
107
+ ],
108
+ "torch_dtype": "float32",
109
+ "transformers_version": "4.44.2",
110
+ "use_swiglu_ffn": false
111
+ }
logs/events.out.tfevents.1730355228.datavisu4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e38f0fe9d2fb4be4e762875cf6506642b27b38b4a14eb427077ef2c068c3342b
3
+ size 7430
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b92ba202c9fd044138783966d032ad5fedc8bc9c56ae1d39038bb35ffbc4eb65
3
+ size 1222815436
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": 128,
26
+ "width": 128
27
+ }
28
+ }
runs/events.out.tfevents.1730355217.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:8ad15f96db150d8396204b6625e2af6b4e385fffb6c732d793c9b377f69ee09f
3
+ size 5368
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
+ }