Bigheadjoshy commited on
Commit
2818904
·
verified ·
1 Parent(s): f2d2723

End of training

Browse files
Files changed (4) hide show
  1. README.md +11 -20
  2. config.json +2 -8
  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: 1.4757
23
- - Accuracy: 0.6974
24
- - F1: 0.6729
 
 
 
 
 
25
 
26
  ## Model description
27
 
@@ -40,25 +42,14 @@ More information needed
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
- - learning_rate: 2e-05
44
  - train_batch_size: 16
45
  - eval_batch_size: 16
46
  - seed: 42
47
- - optimizer: Use 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_steps: 500
50
- - num_epochs: 5
51
-
52
- ### Training results
53
-
54
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
- |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
56
- | 0.9109 | 0.8547 | 100 | 1.5426 | 0.6953 | 0.6715 |
57
- | 0.8307 | 1.7094 | 200 | 1.5141 | 0.7017 | 0.6739 |
58
- | 0.7717 | 2.5641 | 300 | 1.4971 | 0.6931 | 0.6663 |
59
- | 0.669 | 3.4188 | 400 | 1.4728 | 0.6974 | 0.6824 |
60
- | 0.7127 | 4.2735 | 500 | 1.4757 | 0.6974 | 0.6729 |
61
-
62
 
63
  ### Framework versions
64
 
 
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: 1.5337
20
+ - eval_accuracy: 0.7178
21
+ - eval_f1: 0.6969
22
+ - eval_runtime: 21.1856
23
+ - eval_samples_per_second: 21.241
24
+ - eval_steps_per_second: 1.369
25
+ - epoch: 4.4248
26
+ - step: 500
27
 
28
  ## Model description
29
 
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
+ - learning_rate: 1e-06
46
  - train_batch_size: 16
47
  - eval_batch_size: 16
48
  - seed: 42
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_steps: 500
52
+ - num_epochs: 10
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ### Framework versions
55
 
config.json CHANGED
@@ -104,10 +104,7 @@
104
  "87": "LABEL_87",
105
  "88": "LABEL_88",
106
  "89": "LABEL_89",
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,
@@ -203,10 +200,7 @@
203
  "LABEL_88": 88,
204
  "LABEL_89": 89,
205
  "LABEL_9": 9,
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,
 
104
  "87": "LABEL_87",
105
  "88": "LABEL_88",
106
  "89": "LABEL_89",
107
+ "90": "LABEL_90"
 
 
 
108
  },
109
  "initializer_range": 0.02,
110
  "input_size": 224,
 
200
  "LABEL_88": 88,
201
  "LABEL_89": 89,
202
  "LABEL_9": 9,
203
+ "LABEL_90": 90
 
 
 
204
  },
205
  "layer_norm_eps": 1e-05,
206
  "max_2d_position_embeddings": 1024,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fea0b97c2d3bd6445ee8853dd3d11a9548211dc3c4ddfc366f0371adb8ca8eab
3
- size 503985744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40f0b0606f28a95a014d31ad6a35117072892e6a52bca5ab23f3eb91cd705825
3
+ size 503976516
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dc5b5107320c533bb2ae2ccabdef06cc4117e309a8ec79999d5ea3d1187d138
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b877a9308b5450e74e3387740bde0d48454fb509989f65c36fbaaa799d153832
3
  size 5304