priyankloco
commited on
Commit
·
77b0cf9
1
Parent(s):
7162385
Training in progress, epoch 0
Browse files- config.json +26 -34
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -22,23 +22,19 @@
|
|
22 |
"2": "Cards",
|
23 |
"3": "Checkbox",
|
24 |
"4": "Date-time",
|
25 |
-
"5": "
|
26 |
-
"6": "
|
27 |
-
"7": "
|
28 |
-
"8": "
|
29 |
-
"9": "
|
30 |
-
"10": "
|
31 |
-
"11": "
|
32 |
-
"12": "
|
33 |
-
"13": "
|
34 |
-
"14": "
|
35 |
-
"15": "
|
36 |
-
"16": "
|
37 |
-
"17": "
|
38 |
-
"18": "Sections",
|
39 |
-
"19": "Slider",
|
40 |
-
"20": "Switch",
|
41 |
-
"21": "Text-area"
|
42 |
},
|
43 |
"image_size": 224,
|
44 |
"initializer_range": 0.02,
|
@@ -48,23 +44,19 @@
|
|
48 |
"Cards": 2,
|
49 |
"Checkbox": 3,
|
50 |
"Date-time": 4,
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"Sections": 18,
|
65 |
-
"Slider": 19,
|
66 |
-
"Switch": 20,
|
67 |
-
"Text-area": 21
|
68 |
},
|
69 |
"layer_norm_eps": 1e-05,
|
70 |
"mlp_ratio": 4.0,
|
|
|
22 |
"2": "Cards",
|
23 |
"3": "Checkbox",
|
24 |
"4": "Date-time",
|
25 |
+
"5": "Dropdown_closed",
|
26 |
+
"6": "Form",
|
27 |
+
"7": "Input",
|
28 |
+
"8": "Multi-Node_horizontal",
|
29 |
+
"9": "Multi-Node_vertical",
|
30 |
+
"10": "Progress_circular",
|
31 |
+
"11": "Progress_linear",
|
32 |
+
"12": "Progress_stepper",
|
33 |
+
"13": "Radio",
|
34 |
+
"14": "Sections",
|
35 |
+
"15": "Slider",
|
36 |
+
"16": "Switch",
|
37 |
+
"17": "Text-area"
|
|
|
|
|
|
|
|
|
38 |
},
|
39 |
"image_size": 224,
|
40 |
"initializer_range": 0.02,
|
|
|
44 |
"Cards": 2,
|
45 |
"Checkbox": 3,
|
46 |
"Date-time": 4,
|
47 |
+
"Dropdown_closed": 5,
|
48 |
+
"Form": 6,
|
49 |
+
"Input": 7,
|
50 |
+
"Multi-Node_horizontal": 8,
|
51 |
+
"Multi-Node_vertical": 9,
|
52 |
+
"Progress_circular": 10,
|
53 |
+
"Progress_linear": 11,
|
54 |
+
"Progress_stepper": 12,
|
55 |
+
"Radio": 13,
|
56 |
+
"Sections": 14,
|
57 |
+
"Slider": 15,
|
58 |
+
"Switch": 16,
|
59 |
+
"Text-area": 17
|
|
|
|
|
|
|
|
|
60 |
},
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"mlp_ratio": 4.0,
|
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:4418c6f335a59cf083f98d2c344d1cf17b5eafb9d58084a60001adfeeaef1e84
|
3 |
+
size 347665361
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:082117c01c88dabac50c97afc5f55dd1ac33d2fb2870e15a3954f4d7793fad9b
|
3 |
size 3579
|