V1 - Tayzzyronth. Finetuning with 53 images. Text, Images and Latex Classes
Browse files- config.json +8 -8
config.json
CHANGED
@@ -76,19 +76,19 @@
|
|
76 |
"freeze_backbone_batch_norms": true,
|
77 |
"hidden_expansion": 0.5,
|
78 |
"id2label": {
|
79 |
-
"0": "
|
80 |
-
"1": "
|
81 |
-
"2": "
|
82 |
-
"3": "
|
83 |
},
|
84 |
"initializer_bias_prior_prob": null,
|
85 |
"initializer_range": 0.01,
|
86 |
"is_encoder_decoder": true,
|
87 |
"label2id": {
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
},
|
93 |
"label_noise_ratio": 0.5,
|
94 |
"layer_norm_eps": 1e-05,
|
|
|
76 |
"freeze_backbone_batch_norms": true,
|
77 |
"hidden_expansion": 0.5,
|
78 |
"id2label": {
|
79 |
+
"0": "word",
|
80 |
+
"1": "text",
|
81 |
+
"2": "latex",
|
82 |
+
"3": "image"
|
83 |
},
|
84 |
"initializer_bias_prior_prob": null,
|
85 |
"initializer_range": 0.01,
|
86 |
"is_encoder_decoder": true,
|
87 |
"label2id": {
|
88 |
+
"image": 3,
|
89 |
+
"latex": 2,
|
90 |
+
"text": 1,
|
91 |
+
"word": 0
|
92 |
},
|
93 |
"label_noise_ratio": 0.5,
|
94 |
"layer_norm_eps": 1e-05,
|