Qifa commited on
Commit
7b96ee2
1 Parent(s): cdbea40

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -6
config.json CHANGED
@@ -15,9 +15,8 @@
15
  "hidden_dropout_prob": 0.0,
16
  "hidden_size": 384,
17
  "id2label": {
18
- "0": "LABEL_0",
19
- "1": "Normal",
20
- "2": "Rusak"
21
  },
22
  "image_size": [
23
  512,
@@ -26,9 +25,8 @@
26
  "initializer_range": 0.02,
27
  "intermediate_size": 1536,
28
  "label2id": {
29
- "LABEL_0": 0,
30
- "Normal": 1,
31
- "Rusak": 2
32
  },
33
  "layer_norm_eps": 1e-12,
34
  "model_type": "yolos",
 
15
  "hidden_dropout_prob": 0.0,
16
  "hidden_size": 384,
17
  "id2label": {
18
+ "0": "Normal",
19
+ "1": "Rusak"
 
20
  },
21
  "image_size": [
22
  512,
 
25
  "initializer_range": 0.02,
26
  "intermediate_size": 1536,
27
  "label2id": {
28
+ "Normal": 0,
29
+ "Rusak": 1
 
30
  },
31
  "layer_norm_eps": 1e-12,
32
  "model_type": "yolos",