Rodr16020 commited on
Commit
9c08c34
·
verified ·
1 Parent(s): cca4046

V1 - Tayzzyronth. Finetuning with 53 images. Text, Images and Latex Classes

Browse files
Files changed (1) hide show
  1. 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": "LABEL_0",
80
- "1": "LABEL_1",
81
- "2": "LABEL_2",
82
- "3": "LABEL_3"
83
  },
84
  "initializer_bias_prior_prob": null,
85
  "initializer_range": 0.01,
86
  "is_encoder_decoder": true,
87
  "label2id": {
88
- "LABEL_0": 0,
89
- "LABEL_1": 1,
90
- "LABEL_2": 2,
91
- "LABEL_3": 3
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,