Jesse020202 commited on
Commit
867d5bb
·
verified ·
1 Parent(s): 5287c73

End of training

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Jesse020202/cppe5_setup_on_roadsign_test
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: detr_finetuned_cppe5_comparison
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # detr_finetuned_cppe5_comparison
16
+
17
+ This model is a fine-tuned version of [Jesse020202/cppe5_setup_on_roadsign_test](https://huggingface.co/Jesse020202/cppe5_setup_on_roadsign_test) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.3939
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: cosine
44
+ - num_epochs: 20
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 107 | 1.6000 |
51
+ | No log | 2.0 | 214 | 1.5764 |
52
+ | No log | 3.0 | 321 | 1.5325 |
53
+ | No log | 4.0 | 428 | 1.5211 |
54
+ | 1.3796 | 5.0 | 535 | 1.5157 |
55
+ | 1.3796 | 6.0 | 642 | 1.5043 |
56
+ | 1.3796 | 7.0 | 749 | 1.4820 |
57
+ | 1.3796 | 8.0 | 856 | 1.4862 |
58
+ | 1.3796 | 9.0 | 963 | 1.4591 |
59
+ | 1.2857 | 10.0 | 1070 | 1.4494 |
60
+ | 1.2857 | 11.0 | 1177 | 1.4363 |
61
+ | 1.2857 | 12.0 | 1284 | 1.4385 |
62
+ | 1.2857 | 13.0 | 1391 | 1.4152 |
63
+ | 1.2857 | 14.0 | 1498 | 1.4067 |
64
+ | 1.1868 | 15.0 | 1605 | 1.4171 |
65
+ | 1.1868 | 16.0 | 1712 | 1.3954 |
66
+ | 1.1868 | 17.0 | 1819 | 1.3961 |
67
+ | 1.1868 | 18.0 | 1926 | 1.3974 |
68
+ | 1.1187 | 19.0 | 2033 | 1.3943 |
69
+ | 1.1187 | 20.0 | 2140 | 1.3939 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.56.2
75
+ - Pytorch 2.8.0
76
+ - Datasets 4.1.1
77
+ - Tokenizers 0.22.1