lombardata commited on
Commit
5b89f88
1 Parent(s): 9fc71e1

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +131 -108
config.json CHANGED
@@ -1,109 +1,132 @@
1
  {
2
- "_name_or_path": "facebook/dinov2-large",
3
- "apply_layernorm": true,
4
- "architectures": [
5
- "NewheadDinov2ForImageClassification"
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_assembly",
17
- "4": "Algae_limestone",
18
- "5": "Algae_sodding",
19
- "6": "Dead_coral",
20
- "7": "Living_coral",
21
- "8": "Millepore",
22
- "9": "No_acropore_encrusting",
23
- "10": "No_acropore_massive",
24
- "11": "No_acropore_sub_massive",
25
- "12": "Rock",
26
- "13": "Sand",
27
- "14": "Rubble",
28
- "15": "Sea_urchins",
29
- "16": "Sponge",
30
- "17": "Thalassodendron_ciliatum",
31
- "18": "Useless",
32
- "19": "Acropore_sub_massive",
33
- "20": "Algae_drawn_up",
34
- "21": "Bleached_coral"
35
- },
36
- "image_size": 160,
37
- "initializer_range": 0.02,
38
- "label2id": {
39
- "Acropore_branched": 0,
40
- "Acropore_digitised": 1,
41
- "Acropore_sub_massive": 19,
42
- "Acropore_tabular": 2,
43
- "Algae_assembly": 3,
44
- "Algae_drawn_up": 20,
45
- "Algae_limestone": 4,
46
- "Algae_sodding": 5,
47
- "Bleached_coral": 21,
48
- "Dead_coral": 6,
49
- "Living_coral": 7,
50
- "Millepore": 8,
51
- "No_acropore_encrusting": 9,
52
- "No_acropore_massive": 10,
53
- "No_acropore_sub_massive": 11,
54
- "Rock": 12,
55
- "Rubble": 14,
56
- "Sand": 13,
57
- "Sea_urchins": 15,
58
- "Sponge": 16,
59
- "Thalassodendron_ciliatum": 17,
60
- "Useless": 18
61
- },
62
- "layer_norm_eps": 1e-06,
63
- "layerscale_value": 1.0,
64
- "mlp_ratio": 4,
65
- "model_type": "dinov2",
66
- "num_attention_heads": 16,
67
- "num_channels": 3,
68
- "num_hidden_layers": 24,
69
- "out_features": [
70
- "stage24"
71
- ],
72
- "out_indices": [
73
- 24
74
- ],
75
- "patch_size": 14,
76
- "problem_type": "multi_label_classification",
77
- "qkv_bias": true,
78
- "reshape_hidden_states": true,
79
- "stage_names": [
80
- "stem",
81
- "stage1",
82
- "stage2",
83
- "stage3",
84
- "stage4",
85
- "stage5",
86
- "stage6",
87
- "stage7",
88
- "stage8",
89
- "stage9",
90
- "stage10",
91
- "stage11",
92
- "stage12",
93
- "stage13",
94
- "stage14",
95
- "stage15",
96
- "stage16",
97
- "stage17",
98
- "stage18",
99
- "stage19",
100
- "stage20",
101
- "stage21",
102
- "stage22",
103
- "stage23",
104
- "stage24"
105
- ],
106
- "torch_dtype": "float32",
107
- "transformers_version": "4.41.0",
108
- "use_swiglu_ffn": false
109
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "_name_or_path": "facebook/dinov2-large",
3
+ "apply_layernorm": true,
4
+ "architectures": [
5
+ "NewheadDinov2ForImageClassification"
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_assembly",
17
+ "4": "Algae_limestone",
18
+ "5": "Algae_sodding",
19
+ "6": "Dead_coral",
20
+ "7": "Living_coral",
21
+ "8": "Millepore",
22
+ "9": "No_acropore_encrusting",
23
+ "10": "No_acropore_massive",
24
+ "11": "No_acropore_sub_massive",
25
+ "12": "Rock",
26
+ "13": "Sand",
27
+ "14": "Rubble",
28
+ "15": "Sea_urchins",
29
+ "16": "Sponge",
30
+ "17": "Thalassodendron_ciliatum",
31
+ "18": "Useless",
32
+ "19": "Acropore_sub_massive",
33
+ "20": "Algae_drawn_up",
34
+ "21": "Bleached_coral"
35
+ },
36
+ "image_size": 160,
37
+ "initializer_range": 0.02,
38
+ "label2id": {
39
+ "Acropore_branched": 0,
40
+ "Acropore_digitised": 1,
41
+ "Acropore_sub_massive": 19,
42
+ "Acropore_tabular": 2,
43
+ "Algae_assembly": 3,
44
+ "Algae_drawn_up": 20,
45
+ "Algae_limestone": 4,
46
+ "Algae_sodding": 5,
47
+ "Bleached_coral": 21,
48
+ "Dead_coral": 6,
49
+ "Living_coral": 7,
50
+ "Millepore": 8,
51
+ "No_acropore_encrusting": 9,
52
+ "No_acropore_massive": 10,
53
+ "No_acropore_sub_massive": 11,
54
+ "Rock": 12,
55
+ "Rubble": 14,
56
+ "Sand": 13,
57
+ "Sea_urchins": 15,
58
+ "Sponge": 16,
59
+ "Thalassodendron_ciliatum": 17,
60
+ "Useless": 18
61
+ },
62
+ "layer_norm_eps": 1e-06,
63
+ "layerscale_value": 1.0,
64
+ "mlp_ratio": 4,
65
+ "model_type": "dinov2",
66
+ "num_attention_heads": 16,
67
+ "num_channels": 3,
68
+ "num_hidden_layers": 24,
69
+ "out_features": [
70
+ "stage24"
71
+ ],
72
+ "out_indices": [
73
+ 24
74
+ ],
75
+ "patch_size": 14,
76
+ "problem_type": "multi_label_classification",
77
+ "qkv_bias": true,
78
+ "reshape_hidden_states": true,
79
+ "stage_names": [
80
+ "stem",
81
+ "stage1",
82
+ "stage2",
83
+ "stage3",
84
+ "stage4",
85
+ "stage5",
86
+ "stage6",
87
+ "stage7",
88
+ "stage8",
89
+ "stage9",
90
+ "stage10",
91
+ "stage11",
92
+ "stage12",
93
+ "stage13",
94
+ "stage14",
95
+ "stage15",
96
+ "stage16",
97
+ "stage17",
98
+ "stage18",
99
+ "stage19",
100
+ "stage20",
101
+ "stage21",
102
+ "stage22",
103
+ "stage23",
104
+ "stage24"
105
+ ],
106
+ "torch_dtype": "float32",
107
+ "transformers_version": "4.41.0",
108
+ "use_swiglu_ffn": false,
109
+ "initial_learning_rate": 0.001,
110
+ "train_batch_size": 512,
111
+ "eval_batch_size": 512,
112
+ "optimizer": {
113
+ "type": "Adam"
114
+ },
115
+ "lr_scheduler_type": {
116
+ "type": "ReduceLROnPlateau"
117
+ },
118
+ "patience_lr_scheduler": 5,
119
+ "factor_lr_scheduler": 0.1,
120
+ "weight_decay": 0.0001,
121
+ "early_stopping_patience": 10,
122
+ "freeze_encoder": true,
123
+ "data_augmentation": true,
124
+ "num_epochs": 50,
125
+ "emissions_data": {
126
+ "emissions": 0.02562211166966913,
127
+ "source": "Code Carbon",
128
+ "training_type": "fine-tuning",
129
+ "geographical_location": "Brest, France",
130
+ "hardware_used": "NVIDIA Tesla V100 PCIe 32 Go"
131
+ }
132
+ }