ssamperr commited on
Commit
d546ea0
1 Parent(s): 5b641fa

Training in progress, step 500

Browse files
Files changed (30) hide show
  1. model.safetensors +3 -0
  2. preprocessor_config.json +25 -0
  3. runs/Apr29_10-14-11_ES5CG3325NMM/events.out.tfevents.1714378454.ES5CG3325NMM.9880.0 +3 -0
  4. runs/Apr29_10-14-11_ES5CG3325NMM/events.out.tfevents.1714378681.ES5CG3325NMM.9880.1 +3 -0
  5. runs/Apr29_10-21-20_ES5CG3325NMM/events.out.tfevents.1714378884.ES5CG3325NMM.9880.2 +3 -0
  6. runs/Apr29_10-21-20_ES5CG3325NMM/events.out.tfevents.1714378922.ES5CG3325NMM.9880.3 +3 -0
  7. runs/Apr29_10-23-19_ES5CG3325NMM/events.out.tfevents.1714379001.ES5CG3325NMM.9880.4 +3 -0
  8. runs/Apr29_10-24-10_ES5CG3325NMM/events.out.tfevents.1714379100.ES5CG3325NMM.9880.5 +3 -0
  9. runs/Apr29_10-30-04_ES5CG3325NMM/events.out.tfevents.1714379408.ES5CG3325NMM.9880.6 +3 -0
  10. runs/Apr29_10-31-58_ES5CG3325NMM/events.out.tfevents.1714379519.ES5CG3325NMM.9880.7 +3 -0
  11. runs/Apr29_10-33-43_ES5CG3325NMM/events.out.tfevents.1714379625.ES5CG3325NMM.9880.8 +3 -0
  12. runs/Apr29_10-33-43_ES5CG3325NMM/events.out.tfevents.1714379663.ES5CG3325NMM.9880.9 +3 -0
  13. runs/Apr29_10-33-43_ES5CG3325NMM/events.out.tfevents.1714379757.ES5CG3325NMM.9880.10 +3 -0
  14. runs/Apr29_10-36-18_ES5CG3325NMM/events.out.tfevents.1714379781.ES5CG3325NMM.9880.11 +3 -0
  15. runs/Apr29_10-44-18_ES5CG3325NMM/events.out.tfevents.1714380260.ES5CG3325NMM.9880.12 +3 -0
  16. runs/Apr29_10-44-35_ES5CG3325NMM/events.out.tfevents.1714380277.ES5CG3325NMM.9880.13 +3 -0
  17. runs/Apr29_10-46-06_ES5CG3325NMM/events.out.tfevents.1714380368.ES5CG3325NMM.9880.14 +3 -0
  18. runs/Apr29_10-49-49_ES5CG3325NMM/events.out.tfevents.1714380594.ES5CG3325NMM.9880.15 +3 -0
  19. runs/Apr29_10-50-18_ES5CG3325NMM/events.out.tfevents.1714380620.ES5CG3325NMM.9880.16 +3 -0
  20. runs/Apr29_10-51-09_ES5CG3325NMM/events.out.tfevents.1714380670.ES5CG3325NMM.9880.17 +3 -0
  21. runs/Apr29_10-51-47_ES5CG3325NMM/events.out.tfevents.1714380709.ES5CG3325NMM.9880.18 +3 -0
  22. runs/Apr29_10-54-49_ES5CG3325NMM/events.out.tfevents.1714380892.ES5CG3325NMM.9880.19 +3 -0
  23. runs/Apr29_11-41-53_ES5CG3325NMM/events.out.tfevents.1714383768.ES5CG3325NMM.9880.20 +3 -0
  24. runs/Apr29_11-45-20_ES5CG3325NMM/events.out.tfevents.1714383921.ES5CG3325NMM.9880.21 +3 -0
  25. runs/Apr29_11-45-20_ES5CG3325NMM/events.out.tfevents.1714384073.ES5CG3325NMM.9880.22 +3 -0
  26. runs/Apr29_12-05-54_ES5CG3325NMM/events.out.tfevents.1714385205.ES5CG3325NMM.9880.23 +3 -0
  27. runs/Apr29_12-05-54_ES5CG3325NMM/events.out.tfevents.1714385575.ES5CG3325NMM.9880.24 +3 -0
  28. runs/Apr29_12-13-30_ES5CG3325NMM/events.out.tfevents.1714385613.ES5CG3325NMM.9880.25 +3 -0
  29. runs/Apr29_12-13-30_ES5CG3325NMM/events.out.tfevents.1714385993.ES5CG3325NMM.9880.26 +3 -0
  30. training_args.bin +3 -0
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7addbc8a0e1deb0a632fc8b45f250e10c524c2a5296a1c301fd0224bcfe2019b
3
+ size 172900396
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "DetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
+ }
25
+ }
runs/Apr29_10-14-11_ES5CG3325NMM/events.out.tfevents.1714378454.ES5CG3325NMM.9880.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc00922d20a1a190bd370b1dede09b47c0f9cb92e8b3f632216d6127954e11da
3
+ size 4025
runs/Apr29_10-14-11_ES5CG3325NMM/events.out.tfevents.1714378681.ES5CG3325NMM.9880.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7726423392f3a8dfeff98478caecb0d4ab9d3d4641f037aeb67a5693e77162c
3
+ size 4025
runs/Apr29_10-21-20_ES5CG3325NMM/events.out.tfevents.1714378884.ES5CG3325NMM.9880.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e052b4c4b8c551716356370f091dc3b5f175d6433085e6dbead07a05ceb07a3a
3
+ size 4025
runs/Apr29_10-21-20_ES5CG3325NMM/events.out.tfevents.1714378922.ES5CG3325NMM.9880.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99642e3d0df1284cae120ca97a2cedbf9d0c1041080aaff3087b47a9daca3285
3
+ size 4025
runs/Apr29_10-23-19_ES5CG3325NMM/events.out.tfevents.1714379001.ES5CG3325NMM.9880.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b809d0fced24d90aac825cac07e801ce4c9877dc8a055ec8d961e902c9a9463a
3
+ size 4025
runs/Apr29_10-24-10_ES5CG3325NMM/events.out.tfevents.1714379100.ES5CG3325NMM.9880.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76c4b3d2b90fa85dd243220524e7431d67ea8f67302757b432e2e059beb078d
3
+ size 4025
runs/Apr29_10-30-04_ES5CG3325NMM/events.out.tfevents.1714379408.ES5CG3325NMM.9880.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5af00d0d6670d8ea5af36aea671871f11b5a9ca2e4304bfb6e7c9cbeb1c98a8
3
+ size 4025
runs/Apr29_10-31-58_ES5CG3325NMM/events.out.tfevents.1714379519.ES5CG3325NMM.9880.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925883fd8d181e68f65d1db9c78dfecbc5900822c456db57e7499384b9a9ee20
3
+ size 4025
runs/Apr29_10-33-43_ES5CG3325NMM/events.out.tfevents.1714379625.ES5CG3325NMM.9880.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae48944664df0982afe707aaed5b6d774b43ccb68ea5cedd74c32bbea7012df6
3
+ size 4025
runs/Apr29_10-33-43_ES5CG3325NMM/events.out.tfevents.1714379663.ES5CG3325NMM.9880.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee97aba8496b7a49f8e9bb469440b5f9fe8b5cb859e098ec0c19b45435315ee
3
+ size 4025
runs/Apr29_10-33-43_ES5CG3325NMM/events.out.tfevents.1714379757.ES5CG3325NMM.9880.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa47456b0878a9536814852f1a203c502a14697c24fffa6322e95595c9d81a0
3
+ size 4025
runs/Apr29_10-36-18_ES5CG3325NMM/events.out.tfevents.1714379781.ES5CG3325NMM.9880.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892adb5f9f8aa61521de9f676cbcb9057d496c43ef97538b633f70209619f100
3
+ size 4025
runs/Apr29_10-44-18_ES5CG3325NMM/events.out.tfevents.1714380260.ES5CG3325NMM.9880.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4acc1fad4170939f0341826a0be766921c6c408c03c5c98ada9afc855007b7d9
3
+ size 4025
runs/Apr29_10-44-35_ES5CG3325NMM/events.out.tfevents.1714380277.ES5CG3325NMM.9880.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d62c139f4349f87f2d801c7b85e1993e59a8d114ba265f5df92f8d621525e72
3
+ size 4025
runs/Apr29_10-46-06_ES5CG3325NMM/events.out.tfevents.1714380368.ES5CG3325NMM.9880.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57bc33b22bcf5400f8b5358e573e9752e4016ac0111d92257375d6be1bfb039d
3
+ size 4025
runs/Apr29_10-49-49_ES5CG3325NMM/events.out.tfevents.1714380594.ES5CG3325NMM.9880.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9972debb45c8969ee95045e14d0cfb1906d689aabab5d20eae1d4172cc594f
3
+ size 4025
runs/Apr29_10-50-18_ES5CG3325NMM/events.out.tfevents.1714380620.ES5CG3325NMM.9880.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b6adef30b0c04805571040aecf4bf2571ec64a5fd70717ce593f25d029b3a6
3
+ size 4025
runs/Apr29_10-51-09_ES5CG3325NMM/events.out.tfevents.1714380670.ES5CG3325NMM.9880.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84df5c787b33f12cc77321ba596bee29a1ab0afb0df9eaa5031e6cb885969960
3
+ size 4025
runs/Apr29_10-51-47_ES5CG3325NMM/events.out.tfevents.1714380709.ES5CG3325NMM.9880.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d6cf2ab569fceb0f48893d93695b2d5b56b6a3660f3b5050b6a0b37a38210fd
3
+ size 4025
runs/Apr29_10-54-49_ES5CG3325NMM/events.out.tfevents.1714380892.ES5CG3325NMM.9880.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdc127422a363cc135ca47a721b9ebcabf4617adbe042272c107e80c595e95fe
3
+ size 4025
runs/Apr29_11-41-53_ES5CG3325NMM/events.out.tfevents.1714383768.ES5CG3325NMM.9880.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2741748706795b6da5106bad5816182f033b3aecb59536303bff99f326e51171
3
+ size 4025
runs/Apr29_11-45-20_ES5CG3325NMM/events.out.tfevents.1714383921.ES5CG3325NMM.9880.21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f94a7034fb5a48b0f66d6a17ccc274f6ec7d5a8d18cf966b88b2872b305235
3
+ size 4025
runs/Apr29_11-45-20_ES5CG3325NMM/events.out.tfevents.1714384073.ES5CG3325NMM.9880.22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e2a41b30644c95aa665fbfd3913d054ba030631cc2a90153d6520d90f1af84
3
+ size 4025
runs/Apr29_12-05-54_ES5CG3325NMM/events.out.tfevents.1714385205.ES5CG3325NMM.9880.23 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934bc12e56c4adb8e0e9565f2320842a954a4bed461f39993eccee7ead446c08
3
+ size 4025
runs/Apr29_12-05-54_ES5CG3325NMM/events.out.tfevents.1714385575.ES5CG3325NMM.9880.24 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70bf8b89ecb130d1f6483b8a09531d4d6cceb1ed472b1834cb1e94f9514e92fd
3
+ size 4025
runs/Apr29_12-13-30_ES5CG3325NMM/events.out.tfevents.1714385613.ES5CG3325NMM.9880.25 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9243ecc117270a2443773b62066a905bcfb0425f74cdc68f6d823e60783a74
3
+ size 4646
runs/Apr29_12-13-30_ES5CG3325NMM/events.out.tfevents.1714385993.ES5CG3325NMM.9880.26 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db78154b08ded3eea3c7d23b0105906c82d7f09b4caa540c35dce6114527fab2
3
+ size 25025
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869d7dfc5f63fbe7d0b3a88b1881509a58da7b4b12f078a6904d7a4c6fdebf91
3
+ size 4984