Update model name
Browse files
config.json
CHANGED
@@ -18,13 +18,11 @@
|
|
18 |
"id2label": {
|
19 |
"0": "tench",
|
20 |
"1": "goldfish",
|
21 |
-
// ... add all 1000 ImageNet class labels
|
22 |
"999": "toilet_tissue"
|
23 |
},
|
24 |
"label2id": {
|
25 |
"tench": 0,
|
26 |
"goldfish": 1,
|
27 |
-
// ... add all 1000 ImageNet class labels
|
28 |
"toilet_tissue": 999
|
29 |
}
|
30 |
}
|
|
|
18 |
"id2label": {
|
19 |
"0": "tench",
|
20 |
"1": "goldfish",
|
|
|
21 |
"999": "toilet_tissue"
|
22 |
},
|
23 |
"label2id": {
|
24 |
"tench": 0,
|
25 |
"goldfish": 1,
|
|
|
26 |
"toilet_tissue": 999
|
27 |
}
|
28 |
}
|
checkpoint_epoch_15.pth → pytorch_model.bin
RENAMED
File without changes
|