End of training
Browse files
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: facebook/detr-resnet-50
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: chickens
|
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 |
+
# chickens
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2712
|
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: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: cosine
|
44 |
+
- num_epochs: 30
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 13 | 1.0797 |
|
51 |
+
| No log | 2.0 | 26 | 0.9240 |
|
52 |
+
| 1.2171 | 3.0 | 39 | 0.8968 |
|
53 |
+
| 1.2171 | 4.0 | 52 | 0.8259 |
|
54 |
+
| 1.0024 | 5.0 | 65 | 0.6886 |
|
55 |
+
| 1.0024 | 6.0 | 78 | 0.8093 |
|
56 |
+
| 0.8207 | 7.0 | 91 | 0.6914 |
|
57 |
+
| 0.8207 | 8.0 | 104 | 0.7140 |
|
58 |
+
| 0.8207 | 9.0 | 117 | 0.7924 |
|
59 |
+
| 0.7683 | 10.0 | 130 | 0.6283 |
|
60 |
+
| 0.7683 | 11.0 | 143 | 0.5530 |
|
61 |
+
| 0.6573 | 12.0 | 156 | 0.5314 |
|
62 |
+
| 0.6573 | 13.0 | 169 | 0.4645 |
|
63 |
+
| 0.5735 | 14.0 | 182 | 0.4223 |
|
64 |
+
| 0.5735 | 15.0 | 195 | 0.4106 |
|
65 |
+
| 0.5735 | 16.0 | 208 | 0.3628 |
|
66 |
+
| 0.5034 | 17.0 | 221 | 0.3549 |
|
67 |
+
| 0.5034 | 18.0 | 234 | 0.3140 |
|
68 |
+
| 0.4543 | 19.0 | 247 | 0.3428 |
|
69 |
+
| 0.4543 | 20.0 | 260 | 0.3007 |
|
70 |
+
| 0.4191 | 21.0 | 273 | 0.3141 |
|
71 |
+
| 0.4191 | 22.0 | 286 | 0.3033 |
|
72 |
+
| 0.4191 | 23.0 | 299 | 0.3005 |
|
73 |
+
| 0.3863 | 24.0 | 312 | 0.2847 |
|
74 |
+
| 0.3863 | 25.0 | 325 | 0.2779 |
|
75 |
+
| 0.3804 | 26.0 | 338 | 0.2726 |
|
76 |
+
| 0.3804 | 27.0 | 351 | 0.2716 |
|
77 |
+
| 0.3628 | 28.0 | 364 | 0.2739 |
|
78 |
+
| 0.3628 | 29.0 | 377 | 0.2719 |
|
79 |
+
| 0.3613 | 30.0 | 390 | 0.2712 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.44.2
|
85 |
+
- Pytorch 2.4.1+cu121
|
86 |
+
- Datasets 2.14.4
|
87 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166494824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a97a5628098dc79129b88626633fe40a22bfcfd72e47bb1ba35a43b2d7ae1bf
|
3 |
size 166494824
|
runs/Sep20_20-03-33_a24ff83ea297/events.out.tfevents.1726862614.a24ff83ea297.4851.13
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:7deed7bdfb7442566cb0bafe627c3e951dc9c2d891e84ed9796bdac979860165
|
3 |
+
size 16738
|