Commit
•
42c883b
1
Parent(s):
ea6fd3e
Training in progress, epoch 1
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/layoutlm-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"LayoutLMForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "O",
|
13 |
+
"1": "B-HEADER",
|
14 |
+
"2": "I-HEADER",
|
15 |
+
"3": "B-QUESTION",
|
16 |
+
"4": "I-QUESTION",
|
17 |
+
"5": "B-ANSWER",
|
18 |
+
"6": "I-ANSWER"
|
19 |
+
},
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 3072,
|
22 |
+
"label2id": {
|
23 |
+
"B-ANSWER": 5,
|
24 |
+
"B-HEADER": 1,
|
25 |
+
"B-QUESTION": 3,
|
26 |
+
"I-ANSWER": 6,
|
27 |
+
"I-HEADER": 2,
|
28 |
+
"I-QUESTION": 4,
|
29 |
+
"O": 0
|
30 |
+
},
|
31 |
+
"layer_norm_eps": 1e-12,
|
32 |
+
"max_2d_position_embeddings": 1024,
|
33 |
+
"max_position_embeddings": 512,
|
34 |
+
"model_type": "layoutlm",
|
35 |
+
"num_attention_heads": 12,
|
36 |
+
"num_hidden_layers": 12,
|
37 |
+
"output_past": true,
|
38 |
+
"pad_token_id": 0,
|
39 |
+
"position_embedding_type": "absolute",
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.21.2",
|
42 |
+
"type_vocab_size": 2,
|
43 |
+
"use_cache": true,
|
44 |
+
"vocab_size": 30522
|
45 |
+
}
|
logs/1664886361.0345275/events.out.tfevents.1664886361.ip-172-31-95-43.2313.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f8d2c2916d6a141979516045deb5c596f1bd0f9eaece9d7b12f8a49ab58bcce
|
3 |
+
size 5395
|
logs/events.out.tfevents.1664886361.ip-172-31-95-43.2313.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e123689d8c3b4260aaa554b6dfc2fd354ecb6a0f942a6b45ba8347eef8c71517
|
3 |
+
size 4584
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da91088f054c636dd23a2944ddcc0516e3cc10ce30a9e444a81669e5595fcfee
|
3 |
+
size 450606565
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a6669b39658030b72f1f10cc52f49a2aac9e24bdec385857830a859f56fa2af
|
3 |
+
size 3375
|