End of training
Browse files
README.md
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-60
|
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-60
|
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.2445
|
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: 1e-05
|
39 |
+
- train_batch_size: 2
|
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: 60
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 1.1031 | 1.0 | 497 | 0.9868 |
|
51 |
+
| 0.7476 | 2.0 | 994 | 0.6725 |
|
52 |
+
| 0.6123 | 3.0 | 1491 | 0.7112 |
|
53 |
+
| 0.576 | 4.0 | 1988 | 0.4941 |
|
54 |
+
| 0.4914 | 5.0 | 2485 | 0.4320 |
|
55 |
+
| 0.4722 | 6.0 | 2982 | 0.3852 |
|
56 |
+
| 0.4893 | 7.0 | 3479 | 0.4150 |
|
57 |
+
| 0.4411 | 8.0 | 3976 | 0.4270 |
|
58 |
+
| 0.4039 | 9.0 | 4473 | 0.3440 |
|
59 |
+
| 0.4182 | 10.0 | 4970 | 0.3521 |
|
60 |
+
| 0.4056 | 11.0 | 5467 | 0.3263 |
|
61 |
+
| 0.3723 | 12.0 | 5964 | 0.3328 |
|
62 |
+
| 0.3584 | 13.0 | 6461 | 0.3265 |
|
63 |
+
| 0.3497 | 14.0 | 6958 | 0.3627 |
|
64 |
+
| 0.3521 | 15.0 | 7455 | 0.3201 |
|
65 |
+
| 0.3515 | 16.0 | 7952 | 0.3582 |
|
66 |
+
| 0.3424 | 17.0 | 8449 | 0.3191 |
|
67 |
+
| 0.3754 | 18.0 | 8946 | 0.3132 |
|
68 |
+
| 0.3278 | 19.0 | 9443 | 0.3085 |
|
69 |
+
| 0.3105 | 20.0 | 9940 | 0.2860 |
|
70 |
+
| 0.3048 | 21.0 | 10437 | 0.3004 |
|
71 |
+
| 0.3078 | 22.0 | 10934 | 0.2912 |
|
72 |
+
| 0.3105 | 23.0 | 11431 | 0.2940 |
|
73 |
+
| 0.3099 | 24.0 | 11928 | 0.2946 |
|
74 |
+
| 0.3005 | 25.0 | 12425 | 0.2868 |
|
75 |
+
| 0.2984 | 26.0 | 12922 | 0.2739 |
|
76 |
+
| 0.3072 | 27.0 | 13419 | 0.2866 |
|
77 |
+
| 0.2872 | 28.0 | 13916 | 0.2832 |
|
78 |
+
| 0.2921 | 29.0 | 14413 | 0.2720 |
|
79 |
+
| 0.2939 | 30.0 | 14910 | 0.2894 |
|
80 |
+
| 0.2957 | 31.0 | 15407 | 0.2549 |
|
81 |
+
| 0.2792 | 32.0 | 15904 | 0.2662 |
|
82 |
+
| 0.2846 | 33.0 | 16401 | 0.2723 |
|
83 |
+
| 0.2917 | 34.0 | 16898 | 0.2717 |
|
84 |
+
| 0.2711 | 35.0 | 17395 | 0.2655 |
|
85 |
+
| 0.2591 | 36.0 | 17892 | 0.2641 |
|
86 |
+
| 0.2618 | 37.0 | 18389 | 0.2558 |
|
87 |
+
| 0.2833 | 38.0 | 18886 | 0.2574 |
|
88 |
+
| 0.2525 | 39.0 | 19383 | 0.2682 |
|
89 |
+
| 0.2618 | 40.0 | 19880 | 0.2649 |
|
90 |
+
| 0.2561 | 41.0 | 20377 | 0.2513 |
|
91 |
+
| 0.2623 | 42.0 | 20874 | 0.2578 |
|
92 |
+
| 0.2518 | 43.0 | 21371 | 0.2602 |
|
93 |
+
| 0.2478 | 44.0 | 21868 | 0.2506 |
|
94 |
+
| 0.2495 | 45.0 | 22365 | 0.2576 |
|
95 |
+
| 0.2324 | 46.0 | 22862 | 0.2407 |
|
96 |
+
| 0.2343 | 47.0 | 23359 | 0.2570 |
|
97 |
+
| 0.2545 | 48.0 | 23856 | 0.2497 |
|
98 |
+
| 0.2243 | 49.0 | 24353 | 0.2468 |
|
99 |
+
| 0.2478 | 50.0 | 24850 | 0.2524 |
|
100 |
+
| 0.2296 | 51.0 | 25347 | 0.2477 |
|
101 |
+
| 0.2462 | 52.0 | 25844 | 0.2540 |
|
102 |
+
| 0.2504 | 53.0 | 26341 | 0.2513 |
|
103 |
+
| 0.2493 | 54.0 | 26838 | 0.2509 |
|
104 |
+
| 0.2258 | 55.0 | 27335 | 0.2451 |
|
105 |
+
| 0.2545 | 56.0 | 27832 | 0.2433 |
|
106 |
+
| 0.2463 | 57.0 | 28329 | 0.2444 |
|
107 |
+
| 0.236 | 58.0 | 28826 | 0.2444 |
|
108 |
+
| 0.2444 | 59.0 | 29323 | 0.2445 |
|
109 |
+
| 0.231 | 60.0 | 29820 | 0.2445 |
|
110 |
+
|
111 |
+
|
112 |
+
### Framework versions
|
113 |
+
|
114 |
+
- Transformers 4.45.2
|
115 |
+
- Pytorch 2.4.1+cu121
|
116 |
+
- Datasets 2.19.2
|
117 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166496880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1465b81f0b275aad1a0754784e6618a51c41636b0de08bcca69ea4b3b589a9ca
|
3 |
size 166496880
|
runs/Oct08_06-03-09_c1ec6288a16a/events.out.tfevents.1728367392.c1ec6288a16a.1844.0
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:6f0446f59ac55bb0401a34a6da24e86220d3d5eaa357e67550ac47338ec81caa
|
3 |
+
size 233946
|