Commit ·
58cd681
1
Parent(s): 433bc6a
Training in progress, step 500
Browse files
config.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMv3ForTokenClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
"classifier_dropout": null,
|
| 9 |
-
"coordinate_size":
|
| 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":
|
| 16 |
"id2label": {
|
| 17 |
"0": "O",
|
| 18 |
"1": "Ref",
|
|
@@ -30,7 +30,7 @@
|
|
| 30 |
},
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"input_size": 224,
|
| 33 |
-
"intermediate_size":
|
| 34 |
"label2id": {
|
| 35 |
"DateFa": 4,
|
| 36 |
"DateLim": 5,
|
|
@@ -52,15 +52,15 @@
|
|
| 52 |
"max_rel_2d_pos": 256,
|
| 53 |
"max_rel_pos": 128,
|
| 54 |
"model_type": "layoutlmv3",
|
| 55 |
-
"num_attention_heads":
|
| 56 |
"num_channels": 3,
|
| 57 |
-
"num_hidden_layers":
|
| 58 |
"pad_token_id": 1,
|
| 59 |
"patch_size": 16,
|
| 60 |
"rel_2d_pos_bins": 64,
|
| 61 |
"rel_pos_bins": 32,
|
| 62 |
"second_input_size": 112,
|
| 63 |
-
"shape_size":
|
| 64 |
"text_embed": true,
|
| 65 |
"torch_dtype": "float32",
|
| 66 |
"transformers_version": "4.29.2",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "oussama/layoutlmv3-finetuned-invoice",
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMv3ForTokenClassification"
|
| 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": "Ref",
|
|
|
|
| 30 |
},
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"input_size": 224,
|
| 33 |
+
"intermediate_size": 3072,
|
| 34 |
"label2id": {
|
| 35 |
"DateFa": 4,
|
| 36 |
"DateLim": 5,
|
|
|
|
| 52 |
"max_rel_2d_pos": 256,
|
| 53 |
"max_rel_pos": 128,
|
| 54 |
"model_type": "layoutlmv3",
|
| 55 |
+
"num_attention_heads": 12,
|
| 56 |
"num_channels": 3,
|
| 57 |
+
"num_hidden_layers": 12,
|
| 58 |
"pad_token_id": 1,
|
| 59 |
"patch_size": 16,
|
| 60 |
"rel_2d_pos_bins": 64,
|
| 61 |
"rel_pos_bins": 32,
|
| 62 |
"second_input_size": 112,
|
| 63 |
+
"shape_size": 128,
|
| 64 |
"text_embed": true,
|
| 65 |
"torch_dtype": "float32",
|
| 66 |
"transformers_version": "4.29.2",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97d97421458daa43c3e28d532511dcd4dc648f248a89d0d362cb940b9037d94
|
| 3 |
+
size 503789233
|
runs/Aug28_10-36-56_1f1941e7fb50/1693219623.817643/events.out.tfevents.1693219623.1f1941e7fb50.3814.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f008ea620d5f07f5d34dd025e4aabe6600b00a941dbdceb3865f804b8b062e1
|
| 3 |
+
size 5899
|
runs/Aug28_10-36-56_1f1941e7fb50/events.out.tfevents.1693219623.1f1941e7fb50.3814.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33cfd59364837fdf97ddb43809c41a7d5d0404be22474a384a4420714a6ece62
|
| 3 |
+
size 7395
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf06ea5b33b6077b50adfbf16e772b80619dea32059baf97cdb2f4dd0559434d
|
| 3 |
size 3963
|