Daniel Bogdoll
commited on
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: facebook/deformable-detr-detic
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- generator
|
9 |
+
model-index:
|
10 |
+
- name: fisheye8k_facebook_deformable-detr-detic
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# fisheye8k_facebook_deformable-detr-detic
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/deformable-detr-detic](https://huggingface.co/facebook/deformable-detr-detic) on the generator dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 3.1187
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 0
|
44 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
+
- lr_scheduler_type: cosine
|
46 |
+
- num_epochs: 30
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
53 |
+
| 2.8068 | 1.0 | 5288 | 3.0866 |
|
54 |
+
| 2.5985 | 2.0 | 10576 | 2.7970 |
|
55 |
+
| 2.368 | 3.0 | 15864 | 2.5671 |
|
56 |
+
| 2.531 | 4.0 | 21152 | 3.0914 |
|
57 |
+
| 2.2468 | 5.0 | 26440 | 2.8550 |
|
58 |
+
| 2.3968 | 6.0 | 31728 | 3.0002 |
|
59 |
+
| 2.2204 | 7.0 | 37016 | 2.4807 |
|
60 |
+
| 2.0661 | 8.0 | 42304 | 2.4539 |
|
61 |
+
| 2.2947 | 9.0 | 47592 | 2.7481 |
|
62 |
+
| 2.3046 | 10.0 | 52880 | 2.9592 |
|
63 |
+
| 2.5026 | 11.0 | 58168 | 2.9560 |
|
64 |
+
| 2.4076 | 12.0 | 63456 | 2.9273 |
|
65 |
+
| 2.4247 | 13.0 | 68744 | 3.1187 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.48.3
|
71 |
+
- Pytorch 2.5.1+cu124
|
72 |
+
- Datasets 3.2.0
|
73 |
+
- Tokenizers 0.21.0
|
runs/Feb07_21-28-21_mcity-rtx-4090/events.out.tfevents.1738981702.mcity-rtx-4090.153757.9
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:248bddfd3fb82a09f1b669b38da03761ac207bec103bad834781549ea103506a
|
3 |
+
size 83268
|