TomasFAV commited on
Commit
9dfc6a0
·
verified ·
1 Parent(s): c66445d

Model save

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: TomasFAV/LiLTInvoiceCzechV01
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: LiLTInvoiceCzechV013
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
+ # LiLTInvoiceCzechV013
21
+
22
+ This model is a fine-tuned version of [TomasFAV/LiLTInvoiceCzechV01](https://huggingface.co/TomasFAV/LiLTInvoiceCzechV01) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0467
25
+ - Precision: 0.8824
26
+ - Recall: 0.8959
27
+ - F1: 0.8891
28
+ - Accuracy: 0.9907
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: 3e-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 | 12 | 0.0851 | 0.7551 | 0.7577 | 0.7564 | 0.9790 |
62
+ | No log | 2.0 | 24 | 0.0668 | 0.7643 | 0.7526 | 0.7584 | 0.9801 |
63
+ | No log | 3.0 | 36 | 0.0664 | 0.8217 | 0.7867 | 0.8038 | 0.9833 |
64
+ | No log | 4.0 | 48 | 0.0564 | 0.7759 | 0.8567 | 0.8143 | 0.9842 |
65
+ | No log | 5.0 | 60 | 0.0501 | 0.8368 | 0.8140 | 0.8253 | 0.9866 |
66
+ | No log | 6.0 | 72 | 0.0444 | 0.8571 | 0.8601 | 0.8586 | 0.9886 |
67
+ | No log | 7.0 | 84 | 0.0435 | 0.8503 | 0.9113 | 0.8797 | 0.9896 |
68
+ | No log | 8.0 | 96 | 0.0444 | 0.8610 | 0.8771 | 0.8690 | 0.9893 |
69
+ | No log | 9.0 | 108 | 0.0431 | 0.8756 | 0.8891 | 0.8823 | 0.9904 |
70
+ | No log | 10.0 | 120 | 0.0441 | 0.8669 | 0.9113 | 0.8885 | 0.9906 |
71
+ | No log | 11.0 | 132 | 0.0450 | 0.8501 | 0.9096 | 0.8788 | 0.9897 |
72
+ | No log | 12.0 | 144 | 0.0436 | 0.8588 | 0.9027 | 0.8802 | 0.9902 |
73
+ | No log | 13.0 | 156 | 0.0434 | 0.8733 | 0.8942 | 0.8836 | 0.9905 |
74
+ | No log | 14.0 | 168 | 0.0456 | 0.8564 | 0.8959 | 0.8757 | 0.9900 |
75
+ | No log | 15.0 | 180 | 0.0451 | 0.8725 | 0.8993 | 0.8857 | 0.9907 |
76
+ | No log | 16.0 | 192 | 0.0444 | 0.8842 | 0.8857 | 0.8849 | 0.9908 |
77
+ | No log | 17.0 | 204 | 0.0451 | 0.8807 | 0.8942 | 0.8874 | 0.9908 |
78
+ | No log | 18.0 | 216 | 0.0466 | 0.87 | 0.8908 | 0.8803 | 0.9904 |
79
+ | No log | 19.0 | 228 | 0.0468 | 0.8807 | 0.8942 | 0.8874 | 0.9906 |
80
+ | No log | 20.0 | 240 | 0.0467 | 0.8824 | 0.8959 | 0.8891 | 0.9907 |
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
runs/Mar22_00-02-29_4d0a4ab29265/events.out.tfevents.1774138312.4d0a4ab29265.10515.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26fe0ef3a76088209eba24e5ce35d413cefc2c19daf0b02bdabb5bd41c01f558
3
+ size 560