groderg commited on
Commit
a88c31b
1 Parent(s): 52e23c4

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +129 -106
config.json CHANGED
@@ -1,107 +1,130 @@
1
  {
2
- "_name_or_path": "microsoft/resnet-50",
3
- "architectures": [
4
- "ResNetForImageClassification"
5
- ],
6
- "depths": [
7
- 3,
8
- 4,
9
- 6,
10
- 3
11
- ],
12
- "downsample_in_bottleneck": false,
13
- "downsample_in_first_stage": false,
14
- "embedding_size": 64,
15
- "hidden_act": "relu",
16
- "hidden_sizes": [
17
- 256,
18
- 512,
19
- 1024,
20
- 2048
21
- ],
22
- "id2label": {
23
- "0": "Acropore_branched",
24
- "1": "Acropore_digitised",
25
- "2": "Acropore_sub_massive",
26
- "3": "Acropore_tabular",
27
- "4": "Algae_assembly",
28
- "5": "Algae_drawn_up",
29
- "6": "Algae_limestone",
30
- "7": "Algae_sodding",
31
- "8": "Atra/Leucospilota",
32
- "9": "Bleached_coral",
33
- "10": "Blurred",
34
- "11": "Dead_coral",
35
- "12": "Fish",
36
- "13": "Homo_sapiens",
37
- "14": "Human_object",
38
- "15": "Living_coral",
39
- "16": "Millepore",
40
- "17": "No_acropore_encrusting",
41
- "18": "No_acropore_foliaceous",
42
- "19": "No_acropore_massive",
43
- "20": "No_acropore_solitary",
44
- "21": "No_acropore_sub_massive",
45
- "22": "Rock",
46
- "23": "Rubble",
47
- "24": "Sand",
48
- "25": "Sea_cucumber",
49
- "26": "Sea_urchins",
50
- "27": "Sponge",
51
- "28": "Syringodium_isoetifolium",
52
- "29": "Thalassodendron_ciliatum",
53
- "30": "Useless"
54
- },
55
- "label2id": {
56
- "Acropore_branched": 0,
57
- "Acropore_digitised": 1,
58
- "Acropore_sub_massive": 2,
59
- "Acropore_tabular": 3,
60
- "Algae_assembly": 4,
61
- "Algae_drawn_up": 5,
62
- "Algae_limestone": 6,
63
- "Algae_sodding": 7,
64
- "Atra/Leucospilota": 8,
65
- "Bleached_coral": 9,
66
- "Blurred": 10,
67
- "Dead_coral": 11,
68
- "Fish": 12,
69
- "Homo_sapiens": 13,
70
- "Human_object": 14,
71
- "Living_coral": 15,
72
- "Millepore": 16,
73
- "No_acropore_encrusting": 17,
74
- "No_acropore_foliaceous": 18,
75
- "No_acropore_massive": 19,
76
- "No_acropore_solitary": 20,
77
- "No_acropore_sub_massive": 21,
78
- "Rock": 22,
79
- "Rubble": 23,
80
- "Sand": 24,
81
- "Sea_cucumber": 25,
82
- "Sea_urchins": 26,
83
- "Sponge": 27,
84
- "Syringodium_isoetifolium": 28,
85
- "Thalassodendron_ciliatum": 29,
86
- "Useless": 30
87
- },
88
- "layer_type": "bottleneck",
89
- "model_type": "resnet",
90
- "num_channels": 3,
91
- "out_features": [
92
- "stage4"
93
- ],
94
- "out_indices": [
95
- 4
96
- ],
97
- "problem_type": "multi_label_classification",
98
- "stage_names": [
99
- "stem",
100
- "stage1",
101
- "stage2",
102
- "stage3",
103
- "stage4"
104
- ],
105
- "torch_dtype": "float32",
106
- "transformers_version": "4.44.2"
107
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "Acropore_branched",
24
+ "1": "Acropore_digitised",
25
+ "2": "Acropore_sub_massive",
26
+ "3": "Acropore_tabular",
27
+ "4": "Algae_assembly",
28
+ "5": "Algae_drawn_up",
29
+ "6": "Algae_limestone",
30
+ "7": "Algae_sodding",
31
+ "8": "Atra/Leucospilota",
32
+ "9": "Bleached_coral",
33
+ "10": "Blurred",
34
+ "11": "Dead_coral",
35
+ "12": "Fish",
36
+ "13": "Homo_sapiens",
37
+ "14": "Human_object",
38
+ "15": "Living_coral",
39
+ "16": "Millepore",
40
+ "17": "No_acropore_encrusting",
41
+ "18": "No_acropore_foliaceous",
42
+ "19": "No_acropore_massive",
43
+ "20": "No_acropore_solitary",
44
+ "21": "No_acropore_sub_massive",
45
+ "22": "Rock",
46
+ "23": "Rubble",
47
+ "24": "Sand",
48
+ "25": "Sea_cucumber",
49
+ "26": "Sea_urchins",
50
+ "27": "Sponge",
51
+ "28": "Syringodium_isoetifolium",
52
+ "29": "Thalassodendron_ciliatum",
53
+ "30": "Useless"
54
+ },
55
+ "label2id": {
56
+ "Acropore_branched": 0,
57
+ "Acropore_digitised": 1,
58
+ "Acropore_sub_massive": 2,
59
+ "Acropore_tabular": 3,
60
+ "Algae_assembly": 4,
61
+ "Algae_drawn_up": 5,
62
+ "Algae_limestone": 6,
63
+ "Algae_sodding": 7,
64
+ "Atra/Leucospilota": 8,
65
+ "Bleached_coral": 9,
66
+ "Blurred": 10,
67
+ "Dead_coral": 11,
68
+ "Fish": 12,
69
+ "Homo_sapiens": 13,
70
+ "Human_object": 14,
71
+ "Living_coral": 15,
72
+ "Millepore": 16,
73
+ "No_acropore_encrusting": 17,
74
+ "No_acropore_foliaceous": 18,
75
+ "No_acropore_massive": 19,
76
+ "No_acropore_solitary": 20,
77
+ "No_acropore_sub_massive": 21,
78
+ "Rock": 22,
79
+ "Rubble": 23,
80
+ "Sand": 24,
81
+ "Sea_cucumber": 25,
82
+ "Sea_urchins": 26,
83
+ "Sponge": 27,
84
+ "Syringodium_isoetifolium": 28,
85
+ "Thalassodendron_ciliatum": 29,
86
+ "Useless": 30
87
+ },
88
+ "layer_type": "bottleneck",
89
+ "model_type": "resnet",
90
+ "num_channels": 3,
91
+ "out_features": [
92
+ "stage4"
93
+ ],
94
+ "out_indices": [
95
+ 4
96
+ ],
97
+ "problem_type": "multi_label_classification",
98
+ "stage_names": [
99
+ "stem",
100
+ "stage1",
101
+ "stage2",
102
+ "stage3",
103
+ "stage4"
104
+ ],
105
+ "torch_dtype": "float32",
106
+ "transformers_version": "4.44.2",
107
+ "initial_learning_rate": 0.001,
108
+ "train_batch_size": 32,
109
+ "eval_batch_size": 32,
110
+ "optimizer": {
111
+ "type": "Adam"
112
+ },
113
+ "lr_scheduler_type": {
114
+ "type": "ReduceLROnPlateau"
115
+ },
116
+ "patience_lr_scheduler": 5,
117
+ "factor_lr_scheduler": 0.1,
118
+ "weight_decay": 0.0001,
119
+ "early_stopping_patience": 10,
120
+ "freeze_encoder": true,
121
+ "data_augmentation": true,
122
+ "num_epochs": 400,
123
+ "emissions_data": {
124
+ "emissions": 0.1871415951855612,
125
+ "source": "Code Carbon",
126
+ "training_type": "fine-tuning",
127
+ "geographical_location": "Brest, France",
128
+ "hardware_used": "NVIDIA Tesla V100 PCIe 32 Go"
129
+ }
130
+ }