amyeroberts HF staff commited on
Commit
54e2f14
1 Parent(s): a8074fc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -16
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  base_model: facebook/detr-resnet-50
4
  tags:
5
- - object-detection
6
- - vision
7
  - generated_from_trainer
8
  model-index:
9
  - name: detr-resnet-50-base-coco
@@ -15,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # detr-resnet-50-base-coco
17
 
18
- This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the detection-datasets/coco dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 6395.8599
21
 
22
  ## Model description
23
 
@@ -36,28 +34,38 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 2e-05
40
  - train_batch_size: 8
41
  - eval_batch_size: 8
42
  - seed: 1337
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 10.0
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 4 | 6398.5435 |
52
- | No log | 2.0 | 8 | 6397.9766 |
53
- | 6175.8828 | 3.0 | 12 | 6397.4253 |
54
- | 6175.8828 | 4.0 | 16 | 6396.9629 |
55
- | 6292.3258 | 5.0 | 20 | 6396.5718 |
56
- | 6292.3258 | 6.0 | 24 | 6396.2788 |
57
- | 6292.3258 | 7.0 | 28 | 6396.0767 |
58
- | 6230.4844 | 8.0 | 32 | 6395.9600 |
59
- | 6230.4844 | 9.0 | 36 | 6395.8672 |
60
- | 6089.8695 | 10.0 | 40 | 6395.8599 |
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: facebook/detr-resnet-50
4
  tags:
 
 
5
  - generated_from_trainer
6
  model-index:
7
  - name: detr-resnet-50-base-coco
 
13
 
14
  # detr-resnet-50-base-coco
15
 
16
+ This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 6387.9546
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 0.0002
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 1337
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 20.0
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 4 | 6394.3193 |
50
+ | No log | 2.0 | 8 | 6393.3564 |
51
+ | 6173.6062 | 3.0 | 12 | 6390.9482 |
52
+ | 6173.6062 | 4.0 | 16 | 6389.5869 |
53
+ | 6287.2859 | 5.0 | 20 | 6388.7280 |
54
+ | 6287.2859 | 6.0 | 24 | 6388.6221 |
55
+ | 6287.2859 | 7.0 | 28 | 6388.4399 |
56
+ | 6224.3344 | 8.0 | 32 | 6388.2119 |
57
+ | 6224.3344 | 9.0 | 36 | 6388.5449 |
58
+ | 6083.1363 | 10.0 | 40 | 6388.3262 |
59
+ | 6083.1363 | 11.0 | 44 | 6390.2056 |
60
+ | 6083.1363 | 12.0 | 48 | 6388.6606 |
61
+ | 6260.7426 | 13.0 | 52 | 6388.1484 |
62
+ | 6260.7426 | 14.0 | 56 | 6388.0479 |
63
+ | 6377.543 | 15.0 | 60 | 6388.0303 |
64
+ | 6377.543 | 16.0 | 64 | 6388.1338 |
65
+ | 6377.543 | 17.0 | 68 | 6388.0596 |
66
+ | 6318.3168 | 18.0 | 72 | 6388.0195 |
67
+ | 6318.3168 | 19.0 | 76 | 6387.9639 |
68
+ | 6258.2133 | 20.0 | 80 | 6387.9546 |
69
 
70
 
71
  ### Framework versions