lombardata commited on
Commit
c20562f
1 Parent(s): 70131e8

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-base",
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": 768,
12
+ "id2label": {
13
+ "0": "Acropore_branched",
14
+ "1": "Acropore_digitised",
15
+ "2": "Acropore_tabular",
16
+ "3": "Algae_assembly",
17
+ "4": "Algae_limestone",
18
+ "5": "Algae_sodding",
19
+ "6": "Dead_coral",
20
+ "7": "Fish",
21
+ "8": "Human_object",
22
+ "9": "Living_coral",
23
+ "10": "Millepore",
24
+ "11": "No_acropore_encrusting",
25
+ "12": "No_acropore_massive",
26
+ "13": "No_acropore_sub_massive",
27
+ "14": "Rock",
28
+ "15": "Sand",
29
+ "16": "Scrap",
30
+ "17": "Sea_cucumber",
31
+ "18": "Syringodium_isoetifolium",
32
+ "19": "Thalassodendron_ciliatum",
33
+ "20": "Useless"
34
+ },
35
+ "image_size": 518,
36
+ "initializer_range": 0.02,
37
+ "label2id": {
38
+ "Acropore_branched": 0,
39
+ "Acropore_digitised": 1,
40
+ "Acropore_tabular": 2,
41
+ "Algae_assembly": 3,
42
+ "Algae_limestone": 4,
43
+ "Algae_sodding": 5,
44
+ "Dead_coral": 6,
45
+ "Fish": 7,
46
+ "Human_object": 8,
47
+ "Living_coral": 9,
48
+ "Millepore": 10,
49
+ "No_acropore_encrusting": 11,
50
+ "No_acropore_massive": 12,
51
+ "No_acropore_sub_massive": 13,
52
+ "Rock": 14,
53
+ "Sand": 15,
54
+ "Scrap": 16,
55
+ "Sea_cucumber": 17,
56
+ "Syringodium_isoetifolium": 18,
57
+ "Thalassodendron_ciliatum": 19,
58
+ "Useless": 20
59
+ },
60
+ "layer_norm_eps": 1e-06,
61
+ "layerscale_value": 1.0,
62
+ "mlp_ratio": 4,
63
+ "model_type": "dinov2",
64
+ "num_attention_heads": 12,
65
+ "num_channels": 3,
66
+ "num_hidden_layers": 12,
67
+ "out_features": [
68
+ "stage12"
69
+ ],
70
+ "out_indices": [
71
+ 12
72
+ ],
73
+ "patch_size": 14,
74
+ "problem_type": "multi_label_classification",
75
+ "qkv_bias": true,
76
+ "reshape_hidden_states": true,
77
+ "stage_names": [
78
+ "stem",
79
+ "stage1",
80
+ "stage2",
81
+ "stage3",
82
+ "stage4",
83
+ "stage5",
84
+ "stage6",
85
+ "stage7",
86
+ "stage8",
87
+ "stage9",
88
+ "stage10",
89
+ "stage11",
90
+ "stage12"
91
+ ],
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.34.1",
94
+ "use_swiglu_ffn": false
95
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
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
+ "shortest_edge": 256
26
+ }
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e857bba5b54a67827ad6bbfaa67c520b7cf355e9e42669b0be63e7cd2e40cd54
3
+ size 346527566
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77f5d6bbb5abc0f3e75c18053e525dd4a4351759a0f9b3b0b7f727057135755
3
+ size 4536