Amine commited on
Commit
8e0e6ec
1 Parent(s): 4645714

MT-proud-rain-95

Browse files
Files changed (2) hide show
  1. README.md +79 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: toobiza/MT-ancient-spaceship-83
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: MT-proud-rain-95
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # MT-proud-rain-95
14
+
15
+ This model is a fine-tuned version of [toobiza/MT-ancient-spaceship-83](https://huggingface.co/toobiza/MT-ancient-spaceship-83) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1562
18
+ - Loss Ce: 0.0000
19
+ - Loss Bbox: 0.0213
20
+ - Cardinality Error: 1.0
21
+ - Giou: 97.5230
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Loss Ce | Loss Bbox | Cardinality Error | Giou |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:-----------------:|:-------:|
52
+ | 0.1665 | 0.48 | 200 | 0.2101 | 0.0000 | 0.0293 | 1.0 | 96.8141 |
53
+ | 0.1967 | 0.97 | 400 | 0.1844 | 0.0000 | 0.0255 | 1.0 | 97.1659 |
54
+ | 0.1624 | 1.45 | 600 | 0.1833 | 0.0000 | 0.0253 | 1.0 | 97.1706 |
55
+ | 0.1594 | 1.93 | 800 | 0.1720 | 0.0000 | 0.0237 | 1.0 | 97.3363 |
56
+ | 0.1598 | 2.42 | 1000 | 0.1729 | 0.0000 | 0.0238 | 1.0 | 97.3105 |
57
+ | 0.1941 | 2.9 | 1200 | 0.1494 | 0.0000 | 0.0203 | 1.0 | 97.6099 |
58
+ | 0.1223 | 3.38 | 1400 | 0.1525 | 0.0000 | 0.0209 | 1.0 | 97.6036 |
59
+ | 0.1514 | 3.86 | 1600 | 0.1512 | 0.0000 | 0.0207 | 1.0 | 97.6045 |
60
+ | 0.1585 | 4.35 | 1800 | 0.1569 | 0.0000 | 0.0215 | 1.0 | 97.5391 |
61
+ | 0.128 | 4.83 | 2000 | 0.1535 | 0.0000 | 0.0210 | 1.0 | 97.5658 |
62
+ | 0.1089 | 5.31 | 2200 | 0.1594 | 0.0000 | 0.0220 | 1.0 | 97.5180 |
63
+ | 0.1624 | 5.8 | 2400 | 0.1650 | 0.0000 | 0.0228 | 1.0 | 97.4441 |
64
+ | 0.1074 | 6.28 | 2600 | 0.1648 | 0.0000 | 0.0227 | 1.0 | 97.4209 |
65
+ | 0.1693 | 6.76 | 2800 | 0.1554 | 0.0000 | 0.0212 | 1.0 | 97.5341 |
66
+ | 0.1075 | 7.25 | 3000 | 0.1595 | 0.0000 | 0.0218 | 1.0 | 97.4777 |
67
+ | 0.1271 | 7.73 | 3200 | 0.1570 | 0.0000 | 0.0215 | 1.0 | 97.5156 |
68
+ | 0.1293 | 8.21 | 3400 | 0.1549 | 0.0000 | 0.0211 | 1.0 | 97.5331 |
69
+ | 0.1143 | 8.7 | 3600 | 0.1564 | 0.0000 | 0.0214 | 1.0 | 97.5335 |
70
+ | 0.0966 | 9.18 | 3800 | 0.1555 | 0.0000 | 0.0213 | 1.0 | 97.5400 |
71
+ | 0.104 | 9.66 | 4000 | 0.1562 | 0.0000 | 0.0213 | 1.0 | 97.5230 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.33.2
77
+ - Pytorch 2.1.0+cu118
78
+ - Datasets 2.14.6
79
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc76ddaca9bf0e54fdfb4cfecfa3a3ba845d9c6349675d7fbb184ce38a63754f
3
  size 115385222
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f314801e4d40f63fec7d4d4f6205497da8273956ac6bd64a86b8d3b83759b08a
3
  size 115385222