davanstrien HF staff commited on
Commit
0c3e185
1 Parent(s): 3bde416

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - beyond_words_23
7
+ model-index:
8
+ - name: detr-resnet-50_find_tuned_beyond_words
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
+ # detr-resnet-50_find_tuned_beyond_words
16
+
17
+ This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the beyond_words_23 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.9310
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: 0.0001
39
+ - train_batch_size: 16
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: linear
44
+ - num_epochs: 200
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 2.7439 | 0.56 | 100 | 2.2690 |
52
+ | 1.7644 | 1.12 | 200 | 1.5053 |
53
+ | 1.557 | 1.69 | 300 | 1.3136 |
54
+ | 1.3207 | 2.25 | 400 | 1.2063 |
55
+ | 1.3705 | 2.81 | 500 | 1.2007 |
56
+ | 1.1924 | 3.37 | 600 | 1.2704 |
57
+ | 1.2604 | 3.93 | 700 | 1.1784 |
58
+ | 1.1982 | 4.49 | 800 | 1.1167 |
59
+ | 1.1912 | 5.06 | 900 | 1.1562 |
60
+ | 1.1206 | 5.62 | 1000 | 1.2124 |
61
+ | 1.1344 | 6.18 | 1100 | 1.0622 |
62
+ | 1.1388 | 6.74 | 1200 | 1.0425 |
63
+ | 1.0124 | 7.3 | 1300 | 0.9908 |
64
+ | 1.0776 | 7.87 | 1400 | 1.1182 |
65
+ | 0.9614 | 8.43 | 1500 | 0.9967 |
66
+ | 1.0136 | 8.99 | 1600 | 0.8933 |
67
+ | 1.0206 | 9.55 | 1700 | 0.9354 |
68
+ | 0.9529 | 10.11 | 1800 | 0.9751 |
69
+ | 1.0126 | 10.67 | 1900 | 0.9310 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.26.1
75
+ - Pytorch 1.13.1+cu116
76
+ - Datasets 2.10.0
77
+ - Tokenizers 0.13.2