Jacques2207
commited on
Commit
•
5395451
1
Parent(s):
2dae610
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +66 -0
- logs/1679419032.6160336/events.out.tfevents.1679419032.138-2-233-57.675798.1 +3 -0
- logs/1679482900.2370055/events.out.tfevents.1679482900.138-2-233-57.706458.1 +3 -0
- logs/1679563486.4605656/events.out.tfevents.1679563486.138-2-233-57.2360.1 +3 -0
- logs/events.out.tfevents.1679419032.138-2-233-57.675798.0 +3 -0
- logs/events.out.tfevents.1679482900.138-2-233-57.706458.0 +3 -0
- logs/events.out.tfevents.1679563486.138-2-233-57.2360.0 +3 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.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/1679419032.6160336/events.out.tfevents.1679419032.138-2-233-57.675798.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f6f1a6368ea1264428263c39e0053d1c872158d49d39ce9930f98703ec07716
|
3 |
+
size 5709
|
logs/1679482900.2370055/events.out.tfevents.1679482900.138-2-233-57.706458.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10c82e6bd2e319c7c78cb1d982625ab5af3406e10c9facf545a76f6acdf52045
|
3 |
+
size 5709
|
logs/1679563486.4605656/events.out.tfevents.1679563486.138-2-233-57.2360.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baea2a876f535d44d632b053b5ec390a8612054f6348cf4441ce57ba960e9294
|
3 |
+
size 5709
|
logs/events.out.tfevents.1679419032.138-2-233-57.675798.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57c68cff8d7e65786d12b9428fa284573f439ed1ef61e4f963f9b5158eae048f
|
3 |
+
size 4655
|
logs/events.out.tfevents.1679482900.138-2-233-57.706458.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6e5d7a952a1f4b566f7bede02f1750c0b388a16e3efe45f81bb672f89410251
|
3 |
+
size 4655
|
logs/events.out.tfevents.1679563486.138-2-233-57.2360.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:170b13627a6f681d42c9170ba8f5101a7b0d8ad1c61aa6ccb6287f5176554b3e
|
3 |
+
size 5316
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d33f90e9419b44530890867a4b9e0b92eda95e9a39b39fa4717f6332e1e7d93
|
3 |
+
size 503781199
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f068b7006baac5b56f5e99adbae46fa4fd684f57520c67fa3c49b243ef0afaf8
|
3 |
+
size 3503
|