Clemylia commited on
Commit
c70c848
·
verified ·
1 Parent(s): 4048331

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Clemylia/Mee-Hyma",
3
+ "architectures": ["ResNetScratch"],
4
+ "num_channels": 3,
5
+ "num_labels": 4,
6
+ "image_size": 224,
7
+ "id2label": {
8
+ "0": "abeille",
9
+ "1": "bourdon",
10
+ "2": "frelon",
11
+ "3": "guêpe"
12
+ },
13
+ "label2id": {
14
+ "abeille": 0,
15
+ "bourdon": 1,
16
+ "frelon": 2,
17
+ "guêpe": 3
18
+ }
19
+ }