Factral commited on
Commit
75f5f46
·
verified ·
1 Parent(s): 05b9e10

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -13
config.json CHANGED
@@ -1,21 +1,22 @@
1
  {
2
-
3
- "num_labels": 5,
4
  "id2label": {
5
- "0": "Brick",
6
- "1": "Metal",
7
- "2": "Paper",
8
- "3": "Plastic",
9
- "4": "Wood"
 
10
  },
11
  "label2id": {
12
- "Brick": 0,
13
- "Metal": 1,
14
- "Paper": 2,
15
- "Plastic": 3,
16
- "Wood": 4
 
17
  },
18
  "model_type": "resnet",
19
  "num_channels": 3,
20
  "transformers_version": "4.42.4"
21
- }
 
1
  {
2
+ "num_labels": 6,
 
3
  "id2label": {
4
+ "0": "fermentado",
5
+ "1": "hongo",
6
+ "2": "insecto",
7
+ "3": "insufi_fermen",
8
+ "4": "pizarroso",
9
+ "5": "violeta"
10
  },
11
  "label2id": {
12
+ "fermentado": 0,
13
+ "hongo": 1,
14
+ "insecto": 2,
15
+ "insufi_fermen": 3,
16
+ "pizarroso": 4,
17
+ "violeta": 5
18
  },
19
  "model_type": "resnet",
20
  "num_channels": 3,
21
  "transformers_version": "4.42.4"
22
+ }