esuny commited on
Commit
43c1f58
·
1 Parent(s): 0ebfcad

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +4 -46
  2. pytorch_model.bin +2 -2
  3. 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": "brick",
13
- "1": "carpet",
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
- "brick": "0",
41
- "carpet": "1",
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:cafee6604ac4a2e12c637047cbb9c9f6f82aed0779407ba4e947c44cc6e72080
3
- size 343333738
 
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:93adce7e2154704e155026f0f4390b534bde1fff0bd21cd7464d97a73f9240bb
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e11533c84789a80eed05ee7f33ceebc3f0a06e97434cfa72b4bda98f4659699
3
  size 4536