polejowska commited on
Commit
e11dc45
1 Parent(s): 9492956

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -19
README.md CHANGED
@@ -15,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
15
  # detr-r101-cd45rb-8ah-12l
16
 
17
  This model is a fine-tuned version of [facebook/detr-resnet-101](https://huggingface.co/facebook/detr-resnet-101) on the cd45rb_nan_xywh dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 1.7243
20
 
21
  ## Model description
22
 
@@ -41,25 +39,9 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 10
45
  - mixed_precision_training: Native AMP
46
 
47
- ### Training results
48
-
49
- | Training Loss | Epoch | Step | Validation Loss |
50
- |:-------------:|:-----:|:-----:|:---------------:|
51
- | 3.0401 | 1.0 | 4606 | 2.1637 |
52
- | 2.7151 | 2.0 | 9212 | 2.0666 |
53
- | 2.6021 | 3.0 | 13818 | 1.9868 |
54
- | 2.5221 | 4.0 | 18424 | 1.8958 |
55
- | 2.4541 | 5.0 | 23030 | 1.8810 |
56
- | 2.4155 | 6.0 | 27636 | 1.8369 |
57
- | 2.3531 | 7.0 | 32242 | 1.8040 |
58
- | 2.31 | 8.0 | 36848 | 1.7979 |
59
- | 2.2841 | 9.0 | 41454 | 1.7521 |
60
- | 2.2555 | 10.0 | 46060 | 1.7243 |
61
-
62
-
63
  ### Framework versions
64
 
65
  - Transformers 4.28.0
 
15
  # detr-r101-cd45rb-8ah-12l
16
 
17
  This model is a fine-tuned version of [facebook/detr-resnet-101](https://huggingface.co/facebook/detr-resnet-101) on the cd45rb_nan_xywh dataset.
 
 
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 25
43
  - mixed_precision_training: Native AMP
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ### Framework versions
46
 
47
  - Transformers 4.28.0