File size: 3,257 Bytes
9072a4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
810d958
9072a4c
 
 
895ac3d
9072a4c
 
 
 
 
 
 
895ac3d
9072a4c
 
 
 
 
 
 
 
 
 
 
 
810d958
9072a4c
 
 
 
 
d2bd0b4
 
9f928c6
 
 
a8171b2
 
 
 
 
895ac3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129e95f
 
 
 
 
81b9303
 
 
 
 
810d958
 
 
 
 
9072a4c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: detr-resnet50-leuk
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# detr-resnet50-leuk

This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 1.6961

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 40

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 3.1222        | 1.0   | 121  | 2.3225          |
| 2.7011        | 2.0   | 242  | 2.0470          |
| 2.7217        | 3.0   | 363  | 2.1209          |
| 2.5204        | 4.0   | 484  | 2.0189          |
| 2.4531        | 5.0   | 605  | 1.9293          |
| 2.5448        | 6.0   | 726  | 2.1573          |
| 2.5266        | 7.0   | 847  | 1.9387          |
| 2.385         | 8.0   | 968  | 1.9430          |
| 2.3655        | 9.0   | 1089 | 1.9070          |
| 2.384         | 10.0  | 1210 | 1.8772          |
| 2.4173        | 11.0  | 1331 | 1.9408          |
| 2.4512        | 12.0  | 1452 | 1.9038          |
| 2.4599        | 13.0  | 1573 | 2.0496          |
| 2.382         | 14.0  | 1694 | 1.9044          |
| 2.3739        | 15.0  | 1815 | 1.8649          |
| 2.3066        | 16.0  | 1936 | 1.8339          |
| 2.2597        | 17.0  | 2057 | 1.7873          |
| 2.2254        | 18.0  | 2178 | 1.8041          |
| 2.2674        | 19.0  | 2299 | 1.7946          |
| 2.2109        | 20.0  | 2420 | 1.7831          |
| 2.2812        | 21.0  | 2541 | 1.8024          |
| 2.2648        | 22.0  | 2662 | 1.7854          |
| 2.2161        | 23.0  | 2783 | 1.7622          |
| 2.209         | 24.0  | 2904 | 1.7544          |
| 2.1905        | 25.0  | 3025 | 1.7473          |
| 2.2166        | 26.0  | 3146 | 1.7674          |
| 2.2108        | 27.0  | 3267 | 1.7445          |
| 2.1813        | 28.0  | 3388 | 1.7329          |
| 2.1679        | 29.0  | 3509 | 1.7286          |
| 2.1481        | 30.0  | 3630 | 1.7254          |
| 2.1713        | 31.0  | 3751 | 1.7368          |
| 2.1471        | 32.0  | 3872 | 1.7362          |
| 2.1537        | 33.0  | 3993 | 1.7281          |
| 2.1347        | 34.0  | 4114 | 1.7205          |
| 2.129         | 35.0  | 4235 | 1.7109          |
| 2.1215        | 36.0  | 4356 | 1.7227          |
| 2.1425        | 37.0  | 4477 | 1.7109          |
| 2.1106        | 38.0  | 4598 | 1.6993          |
| 2.0987        | 39.0  | 4719 | 1.6982          |
| 2.1259        | 40.0  | 4840 | 1.6961          |


### Framework versions

- Transformers 4.28.1
- Pytorch 2.0.0+cu118
- Datasets 2.12.0
- Tokenizers 0.13.3