sreejith8100
commited on
Commit
•
5ade54c
1
Parent(s):
a2e72eb
End of training
Browse files- README.md +3 -3
- pytorch_model.bin +1 -1
- special_tokens_map.json +0 -7
- tokenizer.json +16 -2
- tokenizer_config.json +1 -14
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/layoutlmv2-base-uncased](https://huggingface.co/microsoft/layoutlmv2-base-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
- Nswer Precision: 1.0
|
20 |
- Nswer Recall: 1.0
|
21 |
- Nswer F1: 1.0
|
@@ -58,8 +58,8 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Nswer Precision | Nswer Recall | Nswer F1 | Nswer Number | Uestion Precision | Uestion Recall | Uestion F1 | Uestion Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------:|:--------:|:------------:|:-----------------:|:--------------:|:----------:|:--------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/layoutlmv2-base-uncased](https://huggingface.co/microsoft/layoutlmv2-base-uncased) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0875
|
19 |
- Nswer Precision: 1.0
|
20 |
- Nswer Recall: 1.0
|
21 |
- Nswer F1: 1.0
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Nswer Precision | Nswer Recall | Nswer F1 | Nswer Number | Uestion Precision | Uestion Recall | Uestion F1 | Uestion Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------:|:--------:|:------------:|:-----------------:|:--------------:|:----------:|:--------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
61 |
+
| 0.256 | 1.0 | 41 | 0.0998 | 1.0 | 1.0 | 1.0 | 82 | 1.0 | 1.0 | 1.0 | 82 | 1.0 | 1.0 | 1.0 | 1.0 |
|
62 |
+
| 0.1026 | 2.0 | 82 | 0.0875 | 1.0 | 1.0 | 1.0 | 82 | 1.0 | 1.0 | 1.0 | 82 | 1.0 | 1.0 | 1.0 | 1.0 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 802210605
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40d4ad621b2e8aecbf890b2fb32b62f21561b996100e0f914844176cb1dbe80f
|
3 |
size 802210605
|
special_tokens_map.json
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
{
|
2 |
-
"additional_special_tokens": [
|
3 |
-
"[PAD]",
|
4 |
-
"[UNK]",
|
5 |
-
"[CLS]",
|
6 |
-
"[SEP]",
|
7 |
-
"[MASK]"
|
8 |
-
],
|
9 |
"cls_token": "[CLS]",
|
10 |
"mask_token": "[MASK]",
|
11 |
"pad_token": "[PAD]",
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"cls_token": "[CLS]",
|
3 |
"mask_token": "[MASK]",
|
4 |
"pad_token": "[PAD]",
|
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 512
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "[PAD]"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -41,13 +41,7 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"additional_special_tokens": [
|
45 |
-
"[PAD]",
|
46 |
-
"[UNK]",
|
47 |
-
"[CLS]",
|
48 |
-
"[SEP]",
|
49 |
-
"[MASK]"
|
50 |
-
],
|
51 |
"clean_up_tokenization_spaces": true,
|
52 |
"cls_token": "[CLS]",
|
53 |
"cls_token_box": [
|
@@ -59,11 +53,9 @@
|
|
59 |
"do_basic_tokenize": true,
|
60 |
"do_lower_case": true,
|
61 |
"mask_token": "[MASK]",
|
62 |
-
"max_length": 512,
|
63 |
"model_max_length": 512,
|
64 |
"never_split": null,
|
65 |
"only_label_first_subword": true,
|
66 |
-
"pad_to_multiple_of": null,
|
67 |
"pad_token": "[PAD]",
|
68 |
"pad_token_box": [
|
69 |
0,
|
@@ -72,8 +64,6 @@
|
|
72 |
0
|
73 |
],
|
74 |
"pad_token_label": -100,
|
75 |
-
"pad_token_type_id": 0,
|
76 |
-
"padding_side": "right",
|
77 |
"processor_class": "LayoutLMv2Processor",
|
78 |
"sep_token": "[SEP]",
|
79 |
"sep_token_box": [
|
@@ -82,11 +72,8 @@
|
|
82 |
1000,
|
83 |
1000
|
84 |
],
|
85 |
-
"stride": 0,
|
86 |
"strip_accents": null,
|
87 |
"tokenize_chinese_chars": true,
|
88 |
"tokenizer_class": "LayoutLMv2Tokenizer",
|
89 |
-
"truncation_side": "right",
|
90 |
-
"truncation_strategy": "longest_first",
|
91 |
"unk_token": "[UNK]"
|
92 |
}
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
+
"additional_special_tokens": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
"cls_token_box": [
|
|
|
53 |
"do_basic_tokenize": true,
|
54 |
"do_lower_case": true,
|
55 |
"mask_token": "[MASK]",
|
|
|
56 |
"model_max_length": 512,
|
57 |
"never_split": null,
|
58 |
"only_label_first_subword": true,
|
|
|
59 |
"pad_token": "[PAD]",
|
60 |
"pad_token_box": [
|
61 |
0,
|
|
|
64 |
0
|
65 |
],
|
66 |
"pad_token_label": -100,
|
|
|
|
|
67 |
"processor_class": "LayoutLMv2Processor",
|
68 |
"sep_token": "[SEP]",
|
69 |
"sep_token_box": [
|
|
|
72 |
1000,
|
73 |
1000
|
74 |
],
|
|
|
75 |
"strip_accents": null,
|
76 |
"tokenize_chinese_chars": true,
|
77 |
"tokenizer_class": "LayoutLMv2Tokenizer",
|
|
|
|
|
78 |
"unk_token": "[UNK]"
|
79 |
}
|