Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +1 -1
- runs/Mar14_06-21-22_1bc8b9c17103/events.out.tfevents.1710397283.1bc8b9c17103.709.2 +3 -0
- runs/Mar14_06-23-34_1bc8b9c17103/events.out.tfevents.1710397415.1bc8b9c17103.709.3 +3 -0
- runs/Mar14_06-24-04_1bc8b9c17103/events.out.tfevents.1710397445.1bc8b9c17103.709.4 +3 -0
- tokenizer.json +16 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LayoutLMForTokenClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "adityaprakhar/LayoutLMv1_March_14_2024_v2_cased",
|
3 |
"architectures": [
|
4 |
"LayoutLMForTokenClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 511239464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ad1113227b45d008bd5a7f105a835da8769d90e45389ce978f22286ffbfa3ae
|
3 |
size 511239464
|
preprocessor_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"data_format",
|
12 |
"input_data_format"
|
13 |
],
|
14 |
-
"apply_ocr":
|
15 |
"do_resize": true,
|
16 |
"image_processor_type": "LayoutLMv2ImageProcessor",
|
17 |
"ocr_lang": null,
|
|
|
11 |
"data_format",
|
12 |
"input_data_format"
|
13 |
],
|
14 |
+
"apply_ocr": true,
|
15 |
"do_resize": true,
|
16 |
"image_processor_type": "LayoutLMv2ImageProcessor",
|
17 |
"ocr_lang": null,
|
runs/Mar14_06-21-22_1bc8b9c17103/events.out.tfevents.1710397283.1bc8b9c17103.709.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8021733fd119fd66c00e5d3342fd8fa654ded339343a8656ce8dfabb57b11c0
|
3 |
+
size 10551
|
runs/Mar14_06-23-34_1bc8b9c17103/events.out.tfevents.1710397415.1bc8b9c17103.709.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efb7ce5f19ea8974b7bdba99be09560b4d5315a81055907496165487afdc498b
|
3 |
+
size 6101
|
runs/Mar14_06-24-04_1bc8b9c17103/events.out.tfevents.1710397445.1bc8b9c17103.709.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7df3553e7cbc657c8bd4e7012fa5518d80bc73912fe7dae7617b8d9097e2879
|
3 |
+
size 10549
|
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,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc769721a93832f90c7153308f5e9614e79dc43d8cb54dc09c556d59619fd649
|
3 |
size 4856
|