Training in progress, epoch 0
Browse files- config.json +4 -46
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -9,57 +9,15 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"10": "mirror",
|
| 15 |
-
"11": "other",
|
| 16 |
-
"12": "painted",
|
| 17 |
-
"13": "paper",
|
| 18 |
-
"14": "plastic",
|
| 19 |
-
"15": "polishedstone",
|
| 20 |
-
"16": "skin",
|
| 21 |
-
"17": "sky",
|
| 22 |
-
"18": "stone",
|
| 23 |
-
"19": "tile",
|
| 24 |
-
"2": "ceramic",
|
| 25 |
-
"20": "wallpaper",
|
| 26 |
-
"21": "water",
|
| 27 |
-
"22": "wood",
|
| 28 |
-
"3": "fabric",
|
| 29 |
-
"4": "foliage",
|
| 30 |
-
"5": "food",
|
| 31 |
-
"6": "glass",
|
| 32 |
-
"7": "hair",
|
| 33 |
-
"8": "leather",
|
| 34 |
-
"9": "metal"
|
| 35 |
},
|
| 36 |
"image_size": 224,
|
| 37 |
"initializer_range": 0.02,
|
| 38 |
"intermediate_size": 3072,
|
| 39 |
"label2id": {
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"ceramic": "2",
|
| 43 |
-
"fabric": "3",
|
| 44 |
-
"foliage": "4",
|
| 45 |
-
"food": "5",
|
| 46 |
-
"glass": "6",
|
| 47 |
-
"hair": "7",
|
| 48 |
-
"leather": "8",
|
| 49 |
-
"metal": "9",
|
| 50 |
-
"mirror": "10",
|
| 51 |
-
"other": "11",
|
| 52 |
-
"painted": "12",
|
| 53 |
-
"paper": "13",
|
| 54 |
-
"plastic": "14",
|
| 55 |
-
"polishedstone": "15",
|
| 56 |
-
"skin": "16",
|
| 57 |
-
"sky": "17",
|
| 58 |
-
"stone": "18",
|
| 59 |
-
"tile": "19",
|
| 60 |
-
"wallpaper": "20",
|
| 61 |
-
"water": "21",
|
| 62 |
-
"wood": "22"
|
| 63 |
},
|
| 64 |
"layer_norm_eps": 1e-12,
|
| 65 |
"model_type": "vit",
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "metal",
|
| 13 |
+
"1": "wood"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
},
|
| 15 |
"image_size": 224,
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
+
"metal": "0",
|
| 20 |
+
"wood": "1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"model_type": "vit",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f48198a6d9147dbfcec27c99be040beac65faf7b5c56916262038dfa23e2587f
|
| 3 |
+
size 343269162
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e11533c84789a80eed05ee7f33ceebc3f0a06e97434cfa72b4bda98f4659699
|
| 3 |
size 4536
|