End of training
Browse files- README.md +9 -9
- model.safetensors +1 -1
- tokenizer.json +2 -16
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,14 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- eval_loss: 1.
|
20 |
-
- eval_accuracy: 0.
|
21 |
-
- eval_f1: 0.
|
22 |
-
- eval_runtime:
|
23 |
-
- eval_samples_per_second: 21.
|
24 |
-
- eval_steps_per_second: 1.
|
25 |
-
- epoch:
|
26 |
-
- step:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -42,7 +42,7 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- learning_rate:
|
46 |
- train_batch_size: 16
|
47 |
- eval_batch_size: 16
|
48 |
- seed: 42
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 1.0959
|
20 |
+
- eval_accuracy: 0.7912
|
21 |
+
- eval_f1: 0.7730
|
22 |
+
- eval_runtime: 33.1715
|
23 |
+
- eval_samples_per_second: 21.947
|
24 |
+
- eval_steps_per_second: 1.387
|
25 |
+
- epoch: 3.8462
|
26 |
+
- step: 700
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 5e-06
|
46 |
- train_batch_size: 16
|
47 |
- eval_batch_size: 16
|
48 |
- seed: 42
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 503976516
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e174a8c84e27066e0e157d4f1c6c23a21c611699d1f7b4888ceacffd22160f25
|
3 |
size 503976516
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
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": 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,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:872a8d95121f8e341b2629e414cab49f85f1651725bfc0ab305c1003158ce573
|
3 |
size 5304
|