HorcruxNo13
commited on
Commit
•
58c4649
1
Parent(s):
a2313e7
Training in progress, epoch 1
Browse files- config.json +4 -32
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -13,43 +13,15 @@
|
|
13 |
"hidden_dropout_prob": 0.0,
|
14 |
"hidden_size": 768,
|
15 |
"id2label": {
|
16 |
-
"0": "
|
17 |
-
"1": "
|
18 |
-
"2": "email",
|
19 |
-
"3": "handwritten",
|
20 |
-
"4": "advertisement",
|
21 |
-
"5": "scientific report",
|
22 |
-
"6": "scientific publication",
|
23 |
-
"7": "specification",
|
24 |
-
"8": "file folder",
|
25 |
-
"9": "news article",
|
26 |
-
"10": "budget",
|
27 |
-
"11": "invoice",
|
28 |
-
"12": "presentation",
|
29 |
-
"13": "questionnaire",
|
30 |
-
"14": "resume",
|
31 |
-
"15": "memo"
|
32 |
},
|
33 |
"image_size": 224,
|
34 |
"initializer_range": 0.02,
|
35 |
"intermediate_size": 3072,
|
36 |
"label2id": {
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"email": 2,
|
40 |
-
"file folder": 8,
|
41 |
-
"form": 1,
|
42 |
-
"handwritten": 3,
|
43 |
-
"invoice": 11,
|
44 |
-
"letter": 0,
|
45 |
-
"memo": 15,
|
46 |
-
"news article": 9,
|
47 |
-
"presentation": 12,
|
48 |
-
"questionnaire": 13,
|
49 |
-
"resume": 14,
|
50 |
-
"scientific publication": 6,
|
51 |
-
"scientific report": 5,
|
52 |
-
"specification": 7
|
53 |
},
|
54 |
"layer_norm_eps": 1e-12,
|
55 |
"layer_scale_init_value": 0.1,
|
|
|
13 |
"hidden_dropout_prob": 0.0,
|
14 |
"hidden_size": 768,
|
15 |
"id2label": {
|
16 |
+
"0": "Normal",
|
17 |
+
"1": "Abnormal"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
},
|
19 |
"image_size": 224,
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"Abnormal": 1,
|
24 |
+
"Normal": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"layer_scale_init_value": 0.1,
|
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:692b4c3a8e923ee0c20b64f88e385e3a667a50a48f359cc2ed772f4d9e54ea3f
|
3 |
+
size 343309405
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2be1212d4f90493f8a21f5b25a7b7e97bee081fc9cab89e2994755ea55841ba6
|
3 |
size 4091
|