polejowska commited on
Commit
e6234e2
1 Parent(s): 93dd10b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -16,12 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [facebook/detr-resnet-101](https://huggingface.co/facebook/detr-resnet-101) on the cd45rb dataset.
18
  It achieves the following results on the evaluation set:
19
- - eval_loss: 1.6854
20
- - eval_runtime: 742.3303
21
- - eval_samples_per_second: 2.399
22
- - eval_steps_per_second: 0.3
23
- - epoch: 4.0
24
- - step: 9212
25
 
26
  ## Model description
27
 
@@ -49,6 +44,22 @@ The following hyperparameters were used during training:
49
  - num_epochs: 10
50
  - mixed_precision_training: Native AMP
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ### Framework versions
53
 
54
  - Transformers 4.28.0
 
16
 
17
  This model is a fine-tuned version of [facebook/detr-resnet-101](https://huggingface.co/facebook/detr-resnet-101) on the cd45rb dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.6264
 
 
 
 
 
20
 
21
  ## Model description
22
 
 
44
  - num_epochs: 10
45
  - mixed_precision_training: Native AMP
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:-----:|:---------------:|
51
+ | 2.3757 | 1.0 | 2303 | 1.8222 |
52
+ | 2.1779 | 2.0 | 4606 | 1.8000 |
53
+ | 2.1259 | 3.0 | 6909 | 1.7306 |
54
+ | 2.0969 | 4.0 | 9212 | 1.6854 |
55
+ | 2.0699 | 5.0 | 11515 | 1.6934 |
56
+ | 2.0398 | 6.0 | 13818 | 1.6655 |
57
+ | 2.0203 | 7.0 | 16121 | 1.6576 |
58
+ | 2.009 | 8.0 | 18424 | 1.6401 |
59
+ | 1.9923 | 9.0 | 20727 | 1.6319 |
60
+ | 1.9802 | 10.0 | 23030 | 1.6264 |
61
+
62
+
63
  ### Framework versions
64
 
65
  - Transformers 4.28.0