Jacques2207
commited on
Commit
•
36b7759
1
Parent(s):
2a18f1e
Training in progress, epoch 1
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/layoutlmv3-base",
|
3 |
+
"architectures": [
|
4 |
+
"LayoutLMv3ForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"coordinate_size": 128,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"has_relative_attention_bias": true,
|
12 |
+
"has_spatial_attention_bias": true,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0.1,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "Caption",
|
18 |
+
"1": "Footnote",
|
19 |
+
"2": "Formula",
|
20 |
+
"3": "List-Item",
|
21 |
+
"4": "Page-Footer",
|
22 |
+
"5": "Page-Header",
|
23 |
+
"6": "Picture",
|
24 |
+
"7": "Section-Header",
|
25 |
+
"8": "Table",
|
26 |
+
"9": "Text",
|
27 |
+
"10": "Title"
|
28 |
+
},
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"input_size": 224,
|
31 |
+
"intermediate_size": 3072,
|
32 |
+
"label2id": {
|
33 |
+
"Caption": 0,
|
34 |
+
"Footnote": 1,
|
35 |
+
"Formula": 2,
|
36 |
+
"List-Item": 3,
|
37 |
+
"Page-Footer": 4,
|
38 |
+
"Page-Header": 5,
|
39 |
+
"Picture": 6,
|
40 |
+
"Section-Header": 7,
|
41 |
+
"Table": 8,
|
42 |
+
"Text": 9,
|
43 |
+
"Title": 10
|
44 |
+
},
|
45 |
+
"layer_norm_eps": 1e-05,
|
46 |
+
"max_2d_position_embeddings": 1024,
|
47 |
+
"max_position_embeddings": 514,
|
48 |
+
"max_rel_2d_pos": 256,
|
49 |
+
"max_rel_pos": 128,
|
50 |
+
"model_type": "layoutlmv3",
|
51 |
+
"num_attention_heads": 12,
|
52 |
+
"num_channels": 3,
|
53 |
+
"num_hidden_layers": 12,
|
54 |
+
"pad_token_id": 1,
|
55 |
+
"patch_size": 16,
|
56 |
+
"rel_2d_pos_bins": 64,
|
57 |
+
"rel_pos_bins": 32,
|
58 |
+
"second_input_size": 112,
|
59 |
+
"shape_size": 128,
|
60 |
+
"text_embed": true,
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.26.0",
|
63 |
+
"type_vocab_size": 1,
|
64 |
+
"visual_embed": true,
|
65 |
+
"vocab_size": 50265
|
66 |
+
}
|
logs/1679991505.6452963/events.out.tfevents.1679991505.138-2-233-57.101000.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc498f9c5c749801174fe6ccf98967812a1292343a4fb5c37560eba4ecb31e22
|
3 |
+
size 5685
|
logs/events.out.tfevents.1679991505.138-2-233-57.101000.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e407b70b15bca45a690676eaa72169ad9187bbfc9ac1e851f62bd290f497e03
|
3 |
+
size 5292
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3002f344e262ee18fa984a382516a72dce6ec7500155531f968ccf6d8c8224f2
|
3 |
+
size 503781199
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b6a163f8f034bc23af987abe12a9942c70d0f8fd5923d72eb7dadfce003bc43
|
3 |
+
size 3503
|