Commit
·
bb3433f
1
Parent(s):
c92e349
Training in progress, step 10
Browse files- config.json +11 -11
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
@@ -11,14 +11,6 @@
|
|
11 |
"id2label": {
|
12 |
"0": "01turquoise",
|
13 |
"1": "02bluethick",
|
14 |
-
"10": "11blackcircle",
|
15 |
-
"11": "12green",
|
16 |
-
"12": "13whitethick",
|
17 |
-
"13": "14defblack",
|
18 |
-
"14": "15defwhitethin",
|
19 |
-
"15": "16defgreen",
|
20 |
-
"16": "17defred",
|
21 |
-
"17": "18defbluethin",
|
22 |
"2": "03whitethin",
|
23 |
"3": "04yellow",
|
24 |
"4": "05brown",
|
@@ -26,7 +18,15 @@
|
|
26 |
"6": "07black",
|
27 |
"7": "08darkbrown",
|
28 |
"8": "09bluecircle",
|
29 |
-
"9": "10bluethin"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
},
|
31 |
"image_size": 224,
|
32 |
"initializer_range": 0.02,
|
@@ -60,5 +60,5 @@
|
|
60 |
"problem_type": "single_label_classification",
|
61 |
"qkv_bias": true,
|
62 |
"torch_dtype": "float32",
|
63 |
-
"transformers_version": "4.
|
64 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "jimjakdiend/centadv1test",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
11 |
"id2label": {
|
12 |
"0": "01turquoise",
|
13 |
"1": "02bluethick",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"2": "03whitethin",
|
15 |
"3": "04yellow",
|
16 |
"4": "05brown",
|
|
|
18 |
"6": "07black",
|
19 |
"7": "08darkbrown",
|
20 |
"8": "09bluecircle",
|
21 |
+
"9": "10bluethin",
|
22 |
+
"10": "11blackcircle",
|
23 |
+
"11": "12green",
|
24 |
+
"12": "13whitethick",
|
25 |
+
"13": "14defblack",
|
26 |
+
"14": "15defwhitethin",
|
27 |
+
"15": "16defgreen",
|
28 |
+
"16": "17defred",
|
29 |
+
"17": "18defbluethin"
|
30 |
},
|
31 |
"image_size": 224,
|
32 |
"initializer_range": 0.02,
|
|
|
60 |
"problem_type": "single_label_classification",
|
61 |
"qkv_bias": true,
|
62 |
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.34.1"
|
64 |
}
|
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:905c17e1ba8ed354cea03ec1db4cb9c0650cecd052db1ab1490758a6aaa80c41
|
3 |
+
size 343318378
|
training_args.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:172a3b830b3b1830ea243f762955c9bb7e111384fe2fc7f5bd2e66cd6780dfb5
|
3 |
+
size 4472
|