alitavanaali
commited on
Commit
·
bf54cb7
1
Parent(s):
06b068e
Training in progress, step 500
Browse files- config.json +1 -1
- preprocessor_config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Feb05_18-09-53_fb7817c2ebf0/events.out.tfevents.1675621267.fb7817c2ebf0.1179.5 +3 -0
- runs/Feb05_18-24-06_fb7817c2ebf0/1675621462.6850922/events.out.tfevents.1675621462.fb7817c2ebf0.1179.7 +3 -0
- runs/Feb05_18-24-06_fb7817c2ebf0/events.out.tfevents.1675621462.fb7817c2ebf0.1179.6 +3 -0
- runs/Feb05_18-26-15_fb7817c2ebf0/1675621592.3846526/events.out.tfevents.1675621592.fb7817c2ebf0.1179.9 +3 -0
- runs/Feb05_18-26-15_fb7817c2ebf0/events.out.tfevents.1675621592.fb7817c2ebf0.1179.8 +3 -0
- tokenizer.json +2 -16
- tokenizer_config.json +1 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LayoutLMv3ForTokenClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/layoutlmv3-base",
|
3 |
"architectures": [
|
4 |
"LayoutLMv3ForTokenClassification"
|
5 |
],
|
preprocessor_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"apply_ocr":
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
|
|
1 |
{
|
2 |
+
"apply_ocr": false,
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 501410857
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4c0d5b4cf89c59a04e6370c23e33ac420434c32c17d6c255863fcb8a9929940
|
3 |
size 501410857
|
runs/Feb05_18-09-53_fb7817c2ebf0/events.out.tfevents.1675621267.fb7817c2ebf0.1179.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:083a4e29cbd2eea65e9338640e423e94aa98ad054422cdaed34feb356666406d
|
3 |
+
size 512
|
runs/Feb05_18-24-06_fb7817c2ebf0/1675621462.6850922/events.out.tfevents.1675621462.fb7817c2ebf0.1179.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:759640f7504627549e9b0d4de6f182230440d42613be9074e0364e9171a83dc0
|
3 |
+
size 5745
|
runs/Feb05_18-24-06_fb7817c2ebf0/events.out.tfevents.1675621462.fb7817c2ebf0.1179.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac3bc5e1c63b7f508623aae24fdebe3e3a652c9c45d9d6e4e3ce75460ba790aa
|
3 |
+
size 5556
|
runs/Feb05_18-26-15_fb7817c2ebf0/1675621592.3846526/events.out.tfevents.1675621592.fb7817c2ebf0.1179.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6c72ebe4aa28e91c2696ea254961faf969098558159b5ae3ba49dc9b8b58ec7
|
3 |
+
size 5745
|
runs/Feb05_18-26-15_fb7817c2ebf0/events.out.tfevents.1675621592.fb7817c2ebf0.1179.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8459d7b5cc985dc125974306819276a0ba85f5b9519fd046c414ad1e19b06c80
|
3 |
+
size 7054
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 128
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 512
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 1,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<pad>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"add_prefix_space": true,
|
3 |
-
"apply_ocr":
|
4 |
"bos_token": {
|
5 |
"__type": "AddedToken",
|
6 |
"content": "<s>",
|
@@ -32,7 +32,6 @@
|
|
32 |
"single_word": false
|
33 |
},
|
34 |
"errors": "replace",
|
35 |
-
"lang": "eng",
|
36 |
"mask_token": {
|
37 |
"__type": "AddedToken",
|
38 |
"content": "<mask>",
|
|
|
1 |
{
|
2 |
"add_prefix_space": true,
|
3 |
+
"apply_ocr": false,
|
4 |
"bos_token": {
|
5 |
"__type": "AddedToken",
|
6 |
"content": "<s>",
|
|
|
32 |
"single_word": false
|
33 |
},
|
34 |
"errors": "replace",
|
|
|
35 |
"mask_token": {
|
36 |
"__type": "AddedToken",
|
37 |
"content": "<mask>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c6e096d9061920490bbc08004cdf2893c53d573f9aae9bf18a31ecf87225dd4
|
3 |
size 3579
|