mp-02 commited on
Commit
7151a92
·
verified ·
1 Parent(s): 0f92c36

End of training

Browse files
README.md CHANGED
@@ -4,7 +4,7 @@ base_model: layoutlmv3
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
- - not-lain/sroie
8
  metrics:
9
  - precision
10
  - recall
@@ -17,21 +17,21 @@ model-index:
17
  name: Token Classification
18
  type: token-classification
19
  dataset:
20
- name: not-lain/sroie
21
- type: not-lain/sroie
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9515865227347072
26
  - name: Recall
27
  type: recall
28
- value: 0.9645225464190982
29
  - name: F1
30
  type: f1
31
- value: 0.9580108677753993
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9870755974971792
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -39,13 +39,13 @@ should probably proofread and complete it, then remove this comment. -->
39
 
40
  # layoutlmv3-finetuned-sroie
41
 
42
- This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the not-lain/sroie dataset.
43
  It achieves the following results on the evaluation set:
44
- - Loss: 0.0596
45
- - Precision: 0.9516
46
- - Recall: 0.9645
47
- - F1: 0.9580
48
- - Accuracy: 0.9871
49
 
50
  ## Model description
51
 
@@ -64,28 +64,24 @@ More information needed
64
  ### Training hyperparameters
65
 
66
  The following hyperparameters were used during training:
67
- - learning_rate: 5e-05
68
- - train_batch_size: 10
69
- - eval_batch_size: 10
70
  - seed: 42
71
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
72
  - lr_scheduler_type: linear
73
- - training_steps: 1000
74
 
75
  ### Training results
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
- | No log | 1.5873 | 100 | 0.0548 | 0.9415 | 0.9453 | 0.9434 | 0.9830 |
80
- | No log | 3.1746 | 200 | 0.0531 | 0.9377 | 0.9625 | 0.9499 | 0.9847 |
81
- | No log | 4.7619 | 300 | 0.0550 | 0.9414 | 0.9595 | 0.9504 | 0.9851 |
82
- | No log | 6.3492 | 400 | 0.0560 | 0.9500 | 0.9645 | 0.9572 | 0.9868 |
83
- | 0.0464 | 7.9365 | 500 | 0.0596 | 0.9516 | 0.9645 | 0.9580 | 0.9871 |
84
- | 0.0464 | 9.5238 | 600 | 0.0630 | 0.9502 | 0.9622 | 0.9562 | 0.9865 |
85
- | 0.0464 | 11.1111 | 700 | 0.0707 | 0.9489 | 0.9658 | 0.9573 | 0.9868 |
86
- | 0.0464 | 12.6984 | 800 | 0.0726 | 0.9515 | 0.9629 | 0.9572 | 0.9868 |
87
- | 0.0464 | 14.2857 | 900 | 0.0765 | 0.9510 | 0.9652 | 0.9580 | 0.9871 |
88
- | 0.0048 | 15.8730 | 1000 | 0.0773 | 0.9500 | 0.9645 | 0.9572 | 0.9868 |
89
 
90
 
91
  ### Framework versions
 
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
+ - mp-02/sroie
8
  metrics:
9
  - precision
10
  - recall
 
17
  name: Token Classification
18
  type: token-classification
19
  dataset:
20
+ name: mp-02/sroie
21
+ type: mp-02/sroie
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9265995453069178
26
  - name: Recall
27
  type: recall
28
+ value: 0.9459549071618037
29
  - name: F1
30
  type: f1
31
+ value: 0.936177194421657
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9808185454918453
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
39
 
40
  # layoutlmv3-finetuned-sroie
41
 
42
+ This model is a fine-tuned version of [layoutlmv3](https://huggingface.co/layoutlmv3) on the mp-02/sroie dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.0717
45
+ - Precision: 0.9266
46
+ - Recall: 0.9460
47
+ - F1: 0.9362
48
+ - Accuracy: 0.9808
49
 
50
  ## Model description
51
 
 
64
  ### Training hyperparameters
65
 
66
  The following hyperparameters were used during training:
67
+ - learning_rate: 1e-06
68
+ - train_batch_size: 6
69
+ - eval_batch_size: 6
70
  - seed: 42
71
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
72
  - lr_scheduler_type: linear
73
+ - training_steps: 1500
74
 
75
  ### Training results
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | No log | 2.3810 | 250 | 0.1477 | 0.8827 | 0.8654 | 0.8739 | 0.9628 |
80
+ | 0.3014 | 4.7619 | 500 | 0.0899 | 0.9138 | 0.9274 | 0.9205 | 0.9759 |
81
+ | 0.3014 | 7.1429 | 750 | 0.0765 | 0.9257 | 0.9377 | 0.9316 | 0.9795 |
82
+ | 0.0669 | 9.5238 | 1000 | 0.0717 | 0.9266 | 0.9460 | 0.9362 | 0.9808 |
83
+ | 0.0669 | 11.9048 | 1250 | 0.0713 | 0.9216 | 0.9476 | 0.9344 | 0.9803 |
84
+ | 0.0562 | 14.2857 | 1500 | 0.0712 | 0.9203 | 0.9493 | 0.9346 | 0.9803 |
 
 
 
 
85
 
86
 
87
  ### Framework versions
all_results.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "predict_accuracy": 0.9890338907358706,
3
- "predict_f1": 0.9620923688131104,
4
- "predict_loss": 0.06438335031270981,
5
- "predict_precision": 0.9600264288074001,
6
- "predict_recall": 0.9641672196416722,
7
- "predict_runtime": 15.9404,
8
- "predict_samples_per_second": 10.916,
9
- "predict_steps_per_second": 1.129
10
  }
 
1
  {
2
+ "predict_accuracy": 0.9826824790353793,
3
+ "predict_f1": 0.9401396740937812,
4
+ "predict_loss": 0.06455250084400177,
5
+ "predict_precision": 0.9423333333333334,
6
+ "predict_recall": 0.9379562043795621,
7
+ "predict_runtime": 17.0658,
8
+ "predict_samples_per_second": 10.196,
9
+ "predict_steps_per_second": 1.699
10
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ccb1092b8b90b5de4b6c2a410c733997cbefcd6c1399ab37edfb8aadf5fa4a1
3
  size 501349380
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bbeb4c53165eb39e3cb2824f100e5f0a60f33a6b04c8dacbc2358d116ea3cee
3
  size 501349380
predict_results.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "predict_accuracy": 0.9890338907358706,
3
- "predict_f1": 0.9620923688131104,
4
- "predict_loss": 0.06438335031270981,
5
- "predict_precision": 0.9600264288074001,
6
- "predict_recall": 0.9641672196416722,
7
- "predict_runtime": 15.9404,
8
- "predict_samples_per_second": 10.916,
9
- "predict_steps_per_second": 1.129
10
  }
 
1
  {
2
+ "predict_accuracy": 0.9826824790353793,
3
+ "predict_f1": 0.9401396740937812,
4
+ "predict_loss": 0.06455250084400177,
5
+ "predict_precision": 0.9423333333333334,
6
+ "predict_recall": 0.9379562043795621,
7
+ "predict_runtime": 17.0658,
8
+ "predict_samples_per_second": 10.196,
9
+ "predict_steps_per_second": 1.699
10
  }
predictions.txt CHANGED
The diff for this file is too large to render. See raw diff
 
runs/Aug26_23-55-04_bernini/events.out.tfevents.1724710668.bernini.28246.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e07ab4a3dfbf3f0fa571abf178897f82d0248ec6fddae930ec44be95f5857d3
3
+ size 560