nickmuchi commited on
Commit
3082731
1 Parent(s): c47aee2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -17,7 +17,8 @@
17
  "id2label": {
18
  "0": "name",
19
  "1": "license_plates",
20
- "2": "vehicle},
 
21
  "image_size": [
22
  512,
23
  864
@@ -27,7 +28,8 @@
27
  "label2id": {
28
  "name": 0,
29
  "license_plates": 1,
30
- "vehicle": 2},
 
31
  "layer_norm_eps": 1e-12,
32
  "model_type": "yolos",
33
  "num_attention_heads": 6,
 
17
  "id2label": {
18
  "0": "name",
19
  "1": "license_plates",
20
+ "2": "vehicle
21
+ },
22
  "image_size": [
23
  512,
24
  864
 
28
  "label2id": {
29
  "name": 0,
30
  "license_plates": 1,
31
+ "vehicle": 2
32
+ },
33
  "layer_norm_eps": 1e-12,
34
  "model_type": "yolos",
35
  "num_attention_heads": 6,