Training in progress, epoch 1
Browse files- config.json +57 -0
- logs/events.out.tfevents.1720186061.ip-10-192-10-117.6088.0 +3 -0
- logs/events.out.tfevents.1720186373.ip-10-192-10-117.37480.0 +3 -0
- logs/events.out.tfevents.1720186563.ip-10-192-10-139.5005.0 +3 -0
- logs/events.out.tfevents.1720186652.ip-10-192-10-139.5005.1 +3 -0
- logs/events.out.tfevents.1720186834.ip-10-192-10-139.8665.0 +3 -0
- logs/events.out.tfevents.1720186976.ip-10-192-10-139.8665.1 +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/layoutlmv3-base",
|
3 |
+
"architectures": [
|
4 |
+
"LayoutLMForTokenClassification"
|
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": "O",
|
18 |
+
"1": "B-HEADER",
|
19 |
+
"2": "I-HEADER",
|
20 |
+
"3": "B-QUESTION",
|
21 |
+
"4": "I-QUESTION",
|
22 |
+
"5": "B-ANSWER",
|
23 |
+
"6": "I-ANSWER"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"input_size": 224,
|
27 |
+
"intermediate_size": 3072,
|
28 |
+
"label2id": {
|
29 |
+
"B-ANSWER": 5,
|
30 |
+
"B-HEADER": 1,
|
31 |
+
"B-QUESTION": 3,
|
32 |
+
"I-ANSWER": 6,
|
33 |
+
"I-HEADER": 2,
|
34 |
+
"I-QUESTION": 4,
|
35 |
+
"O": 0
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-05,
|
38 |
+
"max_2d_position_embeddings": 1024,
|
39 |
+
"max_position_embeddings": 514,
|
40 |
+
"max_rel_2d_pos": 256,
|
41 |
+
"max_rel_pos": 128,
|
42 |
+
"model_type": "layoutlm",
|
43 |
+
"num_attention_heads": 12,
|
44 |
+
"num_hidden_layers": 12,
|
45 |
+
"pad_token_id": 1,
|
46 |
+
"position_embedding_type": "absolute",
|
47 |
+
"rel_2d_pos_bins": 64,
|
48 |
+
"rel_pos_bins": 32,
|
49 |
+
"second_input_size": 112,
|
50 |
+
"shape_size": 128,
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.42.3",
|
53 |
+
"type_vocab_size": 1,
|
54 |
+
"use_cache": true,
|
55 |
+
"visual_embed": true,
|
56 |
+
"vocab_size": 50265
|
57 |
+
}
|
logs/events.out.tfevents.1720186061.ip-10-192-10-117.6088.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58c39aa58cc813d98af9a106e45a9eaa4fc71ac626ab3d7ddfd6d4fd7b327b79
|
3 |
+
size 5458
|
logs/events.out.tfevents.1720186373.ip-10-192-10-117.37480.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d270873816c091a7d79c63fc46357bdd608da2936ad353221d01c4e43a6d6ac8
|
3 |
+
size 5458
|
logs/events.out.tfevents.1720186563.ip-10-192-10-139.5005.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3204dd5bee03e667857d0022eee240d859cb4691a461882a266910ff6704d1f
|
3 |
+
size 5664
|
logs/events.out.tfevents.1720186652.ip-10-192-10-139.5005.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e3feefdc3625c606a8a59be435a17dde9d9d331b0a93307351305cc5f50599
|
3 |
+
size 5664
|
logs/events.out.tfevents.1720186834.ip-10-192-10-139.8665.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a595eaefa3486b4391b975e6454bdcae428ff20045cfc70c45083c2857c9eb9
|
3 |
+
size 6127
|
logs/events.out.tfevents.1720186976.ip-10-192-10-139.8665.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7072c6fff8994fa2fce36a3a2c33288c89a86a4923f458bdd1fbdf8d2e6f302
|
3 |
+
size 6187
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:696ece2d0bd95bcb65a233bb8efbdf96e449d6d7031f36a7853dbd2c772301ca
|
3 |
+
size 511211780
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a420c815002ce1b421f7eee91bf48f0a92e66707db8365555c4cf65eb6d9643
|
3 |
+
size 5112
|