Bigheadjoshy commited on
Commit
f316d62
·
verified ·
1 Parent(s): 81f1ad3

End of training

Browse files
Files changed (4) hide show
  1. README.md +13 -27
  2. config.json +5 -4
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -4,9 +4,6 @@ license: cc-by-nc-sa-4.0
4
  base_model: microsoft/layoutlmv3-base
5
  tags:
6
  - generated_from_trainer
7
- metrics:
8
- - accuracy
9
- - f1
10
  model-index:
11
  - name: layoutlmv3_document_classification
12
  results: []
@@ -19,9 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6825
23
- - Accuracy: 0.8626
24
- - F1: 0.8556
 
 
 
 
 
25
 
26
  ## Model description
27
 
@@ -47,28 +49,12 @@ The following hyperparameters were used during training:
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.06
50
- - num_epochs: 5
51
  - mixed_precision_training: Native AMP
52
 
53
- ### Training results
54
-
55
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
56
- |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
57
- | 0.6422 | 0.4983 | 150 | 0.8329 | 0.8127 | 0.7921 |
58
- | 0.6726 | 0.9967 | 300 | 0.7887 | 0.8310 | 0.8159 |
59
- | 0.5329 | 1.4950 | 450 | 0.7981 | 0.8183 | 0.8055 |
60
- | 0.5147 | 1.9934 | 600 | 0.7746 | 0.8360 | 0.8273 |
61
- | 0.4119 | 2.4917 | 750 | 0.7384 | 0.8438 | 0.8329 |
62
- | 0.4011 | 2.9900 | 900 | 0.7318 | 0.8465 | 0.8392 |
63
- | 0.3469 | 3.4884 | 1050 | 0.7317 | 0.8488 | 0.8412 |
64
- | 0.3148 | 3.9867 | 1200 | 0.7218 | 0.8548 | 0.8472 |
65
- | 0.2974 | 4.4850 | 1350 | 0.6903 | 0.8620 | 0.8559 |
66
- | 0.297 | 4.9834 | 1500 | 0.6825 | 0.8626 | 0.8556 |
67
-
68
-
69
  ### Framework versions
70
 
71
- - Transformers 4.48.3
72
- - Pytorch 2.5.1+cu124
73
- - Datasets 3.3.2
74
- - Tokenizers 0.21.0
 
4
  base_model: microsoft/layoutlmv3-base
5
  tags:
6
  - generated_from_trainer
 
 
 
7
  model-index:
8
  - name: layoutlmv3_document_classification
9
  results: []
 
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: 0.6162
20
+ - eval_accuracy: 0.8695
21
+ - eval_f1: 0.8611
22
+ - eval_runtime: 88.0775
23
+ - eval_samples_per_second: 24.887
24
+ - eval_steps_per_second: 1.045
25
+ - epoch: 4.5
26
+ - step: 1647
27
 
28
  ## Model description
29
 
 
49
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_ratio: 0.06
52
+ - num_epochs: 7
53
  - mixed_precision_training: Native AMP
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.50.0
58
+ - Pytorch 2.6.0+cu124
59
+ - Datasets 3.4.1
60
+ - Tokenizers 0.21.1
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "microsoft/layoutlmv3-base",
3
  "architectures": [
4
  "LayoutLMv3ForSequenceClassification"
5
  ],
@@ -107,7 +106,8 @@
107
  "90": "LABEL_90",
108
  "91": "LABEL_91",
109
  "92": "LABEL_92",
110
- "93": "LABEL_93"
 
111
  },
112
  "initializer_range": 0.02,
113
  "input_size": 224,
@@ -206,7 +206,8 @@
206
  "LABEL_90": 90,
207
  "LABEL_91": 91,
208
  "LABEL_92": 92,
209
- "LABEL_93": 93
 
210
  },
211
  "layer_norm_eps": 1e-05,
212
  "max_2d_position_embeddings": 1024,
@@ -226,7 +227,7 @@
226
  "shape_size": 128,
227
  "text_embed": true,
228
  "torch_dtype": "float32",
229
- "transformers_version": "4.48.3",
230
  "type_vocab_size": 1,
231
  "visual_embed": true,
232
  "vocab_size": 50265
 
1
  {
 
2
  "architectures": [
3
  "LayoutLMv3ForSequenceClassification"
4
  ],
 
106
  "90": "LABEL_90",
107
  "91": "LABEL_91",
108
  "92": "LABEL_92",
109
+ "93": "LABEL_93",
110
+ "94": "LABEL_94"
111
  },
112
  "initializer_range": 0.02,
113
  "input_size": 224,
 
206
  "LABEL_90": 90,
207
  "LABEL_91": 91,
208
  "LABEL_92": 92,
209
+ "LABEL_93": 93,
210
+ "LABEL_94": 94
211
  },
212
  "layer_norm_eps": 1e-05,
213
  "max_2d_position_embeddings": 1024,
 
227
  "shape_size": 128,
228
  "text_embed": true,
229
  "torch_dtype": "float32",
230
+ "transformers_version": "4.50.0",
231
  "type_vocab_size": 1,
232
  "visual_embed": true,
233
  "vocab_size": 50265
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a4884c45d251ad8167c8e5668fa85ae0090a4783c4477809da974de2d648cc8
3
- size 503985744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435c95787207851dc0ff9ca9f148d2d428faad807771a749dd53d1b589e77c73
3
+ size 503988820
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2f5911b50ef133334301d90d0075ec8a0b5e0d573f61bc6d5b27a2f9810b8b4
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd6d1c975bcde75131e6c62d7200732732c08b5e15525d854c9234bf277d6d7
3
  size 5304