TomasFAV commited on
Commit
423e652
·
verified ·
1 Parent(s): 46840a3

Model save

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: TomasFAV/BERTInvoiceCzechV012
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: BERTInvoiceCzechV0123Test
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # BERTInvoiceCzechV0123Test
21
+
22
+ This model is a fine-tuned version of [TomasFAV/BERTInvoiceCzechV012](https://huggingface.co/TomasFAV/BERTInvoiceCzechV012) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0612
25
+ - Precision: 0.8944
26
+ - Recall: 0.9177
27
+ - F1: 0.9059
28
+ - Accuracy: 0.9856
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 1e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 2
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 0.1
54
+ - num_epochs: 20
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
+ | No log | 1.0 | 20 | 0.1056 | 0.7803 | 0.84 | 0.8091 | 0.9716 |
62
+ | No log | 2.0 | 40 | 0.0831 | 0.8105 | 0.8901 | 0.8484 | 0.9764 |
63
+ | No log | 3.0 | 60 | 0.0704 | 0.8410 | 0.8994 | 0.8692 | 0.9804 |
64
+ | No log | 4.0 | 80 | 0.0675 | 0.8403 | 0.9095 | 0.8736 | 0.9808 |
65
+ | No log | 5.0 | 100 | 0.0632 | 0.8630 | 0.8932 | 0.8779 | 0.9821 |
66
+ | No log | 6.0 | 120 | 0.0706 | 0.8319 | 0.9111 | 0.8697 | 0.9800 |
67
+ | No log | 7.0 | 140 | 0.0611 | 0.8729 | 0.8932 | 0.8829 | 0.9834 |
68
+ | No log | 8.0 | 160 | 0.0608 | 0.8754 | 0.9056 | 0.8902 | 0.9835 |
69
+ | No log | 9.0 | 180 | 0.0595 | 0.8769 | 0.9243 | 0.9000 | 0.9848 |
70
+ | No log | 10.0 | 200 | 0.0606 | 0.8759 | 0.9153 | 0.8952 | 0.9842 |
71
+ | No log | 11.0 | 220 | 0.0610 | 0.8855 | 0.9192 | 0.9021 | 0.9850 |
72
+ | No log | 12.0 | 240 | 0.0632 | 0.8720 | 0.9258 | 0.8981 | 0.9844 |
73
+ | No log | 13.0 | 260 | 0.0608 | 0.8961 | 0.9115 | 0.9037 | 0.9853 |
74
+ | No log | 14.0 | 280 | 0.0610 | 0.8953 | 0.9165 | 0.9058 | 0.9855 |
75
+ | No log | 15.0 | 300 | 0.0615 | 0.8874 | 0.9181 | 0.9025 | 0.9853 |
76
+ | No log | 16.0 | 320 | 0.0627 | 0.8841 | 0.9216 | 0.9025 | 0.9851 |
77
+ | No log | 17.0 | 340 | 0.0625 | 0.8807 | 0.92 | 0.8999 | 0.9847 |
78
+ | No log | 18.0 | 360 | 0.0612 | 0.8944 | 0.9177 | 0.9059 | 0.9856 |
79
+ | No log | 19.0 | 380 | 0.0619 | 0.8893 | 0.92 | 0.9044 | 0.9854 |
80
+ | No log | 20.0 | 400 | 0.0618 | 0.8901 | 0.9212 | 0.9053 | 0.9856 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 5.0.0
86
+ - Pytorch 2.10.0+cu128
87
+ - Datasets 4.0.0
88
+ - Tokenizers 0.22.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:faaa851461548ebbcf7786a077d2c3786d88d4bd7d47f5491b5d38e81f5ac18a
3
  size 709170084
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:872ab7501418c0be03beaaee49a987421f47218b2f99f1e1bcdb0a0d8cb33d46
3
  size 709170084
runs/Mar21_23-06-44_6cbca4e74c43/events.out.tfevents.1774134659.6cbca4e74c43.33660.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7cb464aeee20558d0544bde4db3d4b6ec122a37222f3240b317550e22f7dc6
3
+ size 560