End of training
Browse files- README.md +73 -0
- tf_model.h5 +1 -1
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
base_model: nvidia/segformer-b0-finetuned-ade-512-512
|
4 |
+
tags:
|
5 |
+
- generated_from_keras_callback
|
6 |
+
model-index:
|
7 |
+
- name: Omar280X/passport_line_segmentation
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
+
probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# Omar280X/passport_line_segmentation
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [nvidia/segformer-b0-finetuned-ade-512-512](https://huggingface.co/nvidia/segformer-b0-finetuned-ade-512-512) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0672
|
19 |
+
- Validation Loss: 0.0692
|
20 |
+
- Epoch: 19
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 6e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
40 |
+
- training_precision: float32
|
41 |
+
|
42 |
+
### Training results
|
43 |
+
|
44 |
+
| Train Loss | Validation Loss | Epoch |
|
45 |
+
|:----------:|:---------------:|:-----:|
|
46 |
+
| 0.2073 | 0.1095 | 0 |
|
47 |
+
| 0.1047 | 0.0942 | 1 |
|
48 |
+
| 0.0941 | 0.0874 | 2 |
|
49 |
+
| 0.0884 | 0.0843 | 3 |
|
50 |
+
| 0.0846 | 0.0809 | 4 |
|
51 |
+
| 0.0818 | 0.0787 | 5 |
|
52 |
+
| 0.0795 | 0.0764 | 6 |
|
53 |
+
| 0.0775 | 0.0751 | 7 |
|
54 |
+
| 0.0760 | 0.0744 | 8 |
|
55 |
+
| 0.0747 | 0.0732 | 9 |
|
56 |
+
| 0.0736 | 0.0724 | 10 |
|
57 |
+
| 0.0726 | 0.0719 | 11 |
|
58 |
+
| 0.0718 | 0.0711 | 12 |
|
59 |
+
| 0.0711 | 0.0712 | 13 |
|
60 |
+
| 0.0706 | 0.0706 | 14 |
|
61 |
+
| 0.0697 | 0.0700 | 15 |
|
62 |
+
| 0.0690 | 0.0697 | 16 |
|
63 |
+
| 0.0684 | 0.0696 | 17 |
|
64 |
+
| 0.0679 | 0.0692 | 18 |
|
65 |
+
| 0.0672 | 0.0692 | 19 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.37.2
|
71 |
+
- TensorFlow 2.10.0
|
72 |
+
- Datasets 3.1.0
|
73 |
+
- Tokenizers 0.15.2
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 15133552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dc1b8b0c61a0c78eb3c470f3d40c50cc05cde7e30fbb82d6184f2260c24c722
|
3 |
size 15133552
|