Plana-Archive commited on
Commit
5f8392e
·
verified ·
1 Parent(s): e8a3e2e

Migrasi batch otomatis

Browse files
Files changed (45) hide show
  1. README.md +27 -0
  2. mlp_layer1_seed1/events.out.tfevents.1741272460.77cc9058c7a7b07cddf3cf65aa1202cb5e26bda5001d182067e0d90f.661707.0 +3 -0
  3. mlp_layer1_seed1/meta.json +30 -0
  4. mlp_layer1_seed1/metrics.json +6 -0
  5. mlp_layer1_seed1/model.onnx +3 -0
  6. mlp_layer1_seed1/model.safetensors +3 -0
  7. mlp_layer1_seed1/plot_confusion.png +0 -0
  8. mlp_layer1_seed1/plot_f1_curve.png +0 -0
  9. mlp_layer1_seed1/plot_p_curve.png +0 -0
  10. mlp_layer1_seed1/plot_pr_curve.png +0 -0
  11. mlp_layer1_seed1/plot_r_curve.png +0 -0
  12. mlp_layer1_seed1/plot_roc_curve.png +0 -0
  13. mlp_layer1_seed114514_dist8/events.out.tfevents.1742473121.197caa7ba88141226195c99eeafb8490b47d74629daea96443dcc28f.263082.0 +3 -0
  14. mlp_layer1_seed114514_dist8/meta.json +30 -0
  15. mlp_layer1_seed114514_dist8/metrics.json +6 -0
  16. mlp_layer1_seed114514_dist8/model.onnx +3 -0
  17. mlp_layer1_seed114514_dist8/model.safetensors +3 -0
  18. mlp_layer1_seed114514_dist8/plot_confusion.png +0 -0
  19. mlp_layer1_seed114514_dist8/plot_f1_curve.png +0 -0
  20. mlp_layer1_seed114514_dist8/plot_p_curve.png +0 -0
  21. mlp_layer1_seed114514_dist8/plot_pr_curve.png +0 -0
  22. mlp_layer1_seed114514_dist8/plot_r_curve.png +0 -0
  23. mlp_layer1_seed114514_dist8/plot_roc_curve.png +0 -0
  24. mlp_layer1_seed3_dist8/events.out.tfevents.1742459370.197caa7ba88141226195c99eeafb8490b47d74629daea96443dcc28f.35842.0 +3 -0
  25. mlp_layer1_seed3_dist8/meta.json +30 -0
  26. mlp_layer1_seed3_dist8/metrics.json +6 -0
  27. mlp_layer1_seed3_dist8/model.onnx +3 -0
  28. mlp_layer1_seed3_dist8/model.safetensors +3 -0
  29. mlp_layer1_seed3_dist8/plot_confusion.png +0 -0
  30. mlp_layer1_seed3_dist8/plot_f1_curve.png +0 -0
  31. mlp_layer1_seed3_dist8/plot_p_curve.png +0 -0
  32. mlp_layer1_seed3_dist8/plot_pr_curve.png +0 -0
  33. mlp_layer1_seed3_dist8/plot_r_curve.png +0 -0
  34. mlp_layer1_seed3_dist8/plot_roc_curve.png +0 -0
  35. mlp_layer1_seedx_dist8/events.out.tfevents.1742461859.197caa7ba88141226195c99eeafb8490b47d74629daea96443dcc28f.120820.0 +3 -0
  36. mlp_layer1_seedx_dist8/meta.json +30 -0
  37. mlp_layer1_seedx_dist8/metrics.json +6 -0
  38. mlp_layer1_seedx_dist8/model.onnx +3 -0
  39. mlp_layer1_seedx_dist8/model.safetensors +3 -0
  40. mlp_layer1_seedx_dist8/plot_confusion.png +0 -0
  41. mlp_layer1_seedx_dist8/plot_f1_curve.png +0 -0
  42. mlp_layer1_seedx_dist8/plot_p_curve.png +0 -0
  43. mlp_layer1_seedx_dist8/plot_pr_curve.png +0 -0
  44. mlp_layer1_seedx_dist8/plot_r_curve.png +0 -0
  45. mlp_layer1_seedx_dist8/plot_roc_curve.png +0 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - deepghs/monochrome_danbooru
5
+ pipeline_tag: image-classification
6
+ library_name: dghs-imgutils
7
+ tags:
8
+ - art
9
+ - onnx
10
+ - safetensors
11
+ - emb_attachments
12
+ - wdtaggers
13
+ ---
14
+
15
+ This is an experiment on DeepGHS's new tagger attachment training framework [deepghs/emb_attachments](https://github.com/deepghs/emb_attachments).
16
+
17
+ Just some technical validation, not recommended for use in production.
18
+
19
+ (2025.3.7: This feature is still WIP, you can take a look at [this PR](https://github.com/deepghs/imgutils/pull/152) and [this documentation](https://dghs-imgutils.deepghs.org/dev/attachments/api_doc/tagging/wd14.html#get-wd14-tags), you will like it.)
20
+
21
+ | Name | Encoder | Problem | FLOPS | Params | AUC | accuracy | loss | mAP | Labels |
22
+ |:---------------------------:|:----------------------------------------:|:--------------:|:-------:|:--------:|:------:|:----------:|:-------:|:------:|:------------------:|
23
+ | mlp_layer1_seed114514_dist8 | wdtagger:SmilingWolf/wd-swinv2-tagger-v3 | classification | 525.3K | 525.8K | 0.9937 | 0.9743 | 0.04483 | 0.9937 | monochrome, normal |
24
+ | mlp_layer1_seedx_dist8 | wdtagger:SmilingWolf/wd-swinv2-tagger-v3 | classification | 525.3K | 525.8K | 0.9946 | 0.9732 | 0.04058 | 0.9947 | monochrome, normal |
25
+ | mlp_layer1_seed3_dist8 | wdtagger:SmilingWolf/wd-swinv2-tagger-v3 | classification | 525.3K | 525.8K | 0.9956 | 0.9699 | 0.05301 | 0.9957 | monochrome, normal |
26
+ | mlp_layer1_seed1 | wdtagger:SmilingWolf/wd-swinv2-tagger-v3 | classification | 525.3K | 525.8K | 0.9948 | 0.9652 | 0.06904 | 0.995 | monochrome, normal |
27
+
mlp_layer1_seed1/events.out.tfevents.1741272460.77cc9058c7a7b07cddf3cf65aa1202cb5e26bda5001d182067e0d90f.661707.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dca4416fbbdc4ad21332513e931835f7d4630d85b33696fc97ab1b3f43c5094
3
+ size 16120657
mlp_layer1_seed1/meta.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_model": "wdtagger:SmilingWolf/wd-swinv2-tagger-v3",
3
+ "flops": 525312.0,
4
+ "init_params": {
5
+ "in_dims": 1024,
6
+ "layers": [
7
+ 0.5
8
+ ],
9
+ "out_dims": 2
10
+ },
11
+ "model_type": "mlp",
12
+ "params": 525826.0,
13
+ "problem": {
14
+ "labels": [
15
+ "monochrome",
16
+ "normal"
17
+ ],
18
+ "type": "classification"
19
+ },
20
+ "train": {
21
+ "batch_size": 16,
22
+ "key_metric": "AUC",
23
+ "learning_rate": 0.001,
24
+ "loss": "focal",
25
+ "max_epochs": 100,
26
+ "processes": 1,
27
+ "seed": 1,
28
+ "weight_decay": 0.001
29
+ }
30
+ }
mlp_layer1_seed1/metrics.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "AUC": 0.9948011725015209,
3
+ "accuracy": 0.9652466367713004,
4
+ "loss": 0.06903827775926219,
5
+ "mAP": 0.9949569298089084
6
+ }
mlp_layer1_seed1/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0642f4516b855908e45965c0c09c4b2bae0b9e6f7db83d05e95e7bcefdb4e47
3
+ size 2104918
mlp_layer1_seed1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4180517676c53e318c28517a69043d18efa982f917eb7deea0ad9fa13148d5f2
3
+ size 2104360
mlp_layer1_seed1/plot_confusion.png ADDED
mlp_layer1_seed1/plot_f1_curve.png ADDED
mlp_layer1_seed1/plot_p_curve.png ADDED
mlp_layer1_seed1/plot_pr_curve.png ADDED
mlp_layer1_seed1/plot_r_curve.png ADDED
mlp_layer1_seed1/plot_roc_curve.png ADDED
mlp_layer1_seed114514_dist8/events.out.tfevents.1742473121.197caa7ba88141226195c99eeafb8490b47d74629daea96443dcc28f.263082.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1955024626e4992ed8d5266938497d96bac138cc2456a17ad55ac6dce0503f
3
+ size 16703792
mlp_layer1_seed114514_dist8/meta.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_model": "wdtagger:SmilingWolf/wd-swinv2-tagger-v3",
3
+ "flops": 525312.0,
4
+ "init_params": {
5
+ "in_dims": 1024,
6
+ "layers": [
7
+ 0.5
8
+ ],
9
+ "out_dims": 2
10
+ },
11
+ "model_type": "mlp",
12
+ "params": 525826.0,
13
+ "problem": {
14
+ "labels": [
15
+ "monochrome",
16
+ "normal"
17
+ ],
18
+ "type": "classification"
19
+ },
20
+ "train": {
21
+ "batch_size": 16,
22
+ "key_metric": "AUC",
23
+ "learning_rate": 0.001,
24
+ "loss": "focal",
25
+ "max_epochs": 100,
26
+ "processes": 8,
27
+ "seed": 114514,
28
+ "weight_decay": 0.001
29
+ }
30
+ }
mlp_layer1_seed114514_dist8/metrics.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "AUC": 0.9937066491270031,
3
+ "accuracy": 0.9743303571428571,
4
+ "loss": 0.04483043490576425,
5
+ "mAP": 0.9937499079664445
6
+ }
mlp_layer1_seed114514_dist8/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcc2add0f393e1349807b579922cc04166b8491315bbd9458be0ae095cc936e
3
+ size 2104923
mlp_layer1_seed114514_dist8/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adf69f24605a49f1845296e7959e9d8a4ccbacfe6c61f55901bedd2580abfd8c
3
+ size 2104368
mlp_layer1_seed114514_dist8/plot_confusion.png ADDED
mlp_layer1_seed114514_dist8/plot_f1_curve.png ADDED
mlp_layer1_seed114514_dist8/plot_p_curve.png ADDED
mlp_layer1_seed114514_dist8/plot_pr_curve.png ADDED
mlp_layer1_seed114514_dist8/plot_r_curve.png ADDED
mlp_layer1_seed114514_dist8/plot_roc_curve.png ADDED
mlp_layer1_seed3_dist8/events.out.tfevents.1742459370.197caa7ba88141226195c99eeafb8490b47d74629daea96443dcc28f.35842.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3adb713930b1c6bf1e59bdb10ca580ffadfa67a44975995b973a813a7f28850
3
+ size 17335579
mlp_layer1_seed3_dist8/meta.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_model": "wdtagger:SmilingWolf/wd-swinv2-tagger-v3",
3
+ "flops": 525312.0,
4
+ "init_params": {
5
+ "in_dims": 1024,
6
+ "layers": [
7
+ 0.5
8
+ ],
9
+ "out_dims": 2
10
+ },
11
+ "model_type": "mlp",
12
+ "params": 525826.0,
13
+ "problem": {
14
+ "labels": [
15
+ "monochrome",
16
+ "normal"
17
+ ],
18
+ "type": "classification"
19
+ },
20
+ "train": {
21
+ "batch_size": 16,
22
+ "key_metric": "AUC",
23
+ "learning_rate": 0.001,
24
+ "loss": "focal",
25
+ "max_epochs": 100,
26
+ "processes": 8,
27
+ "seed": 3,
28
+ "weight_decay": 0.001
29
+ }
30
+ }
mlp_layer1_seed3_dist8/metrics.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "AUC": 0.9956101012516942,
3
+ "accuracy": 0.9698660714285714,
4
+ "loss": 0.05300576690310014,
5
+ "mAP": 0.9957305722508567
6
+ }
mlp_layer1_seed3_dist8/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a001ba2994f01b0f33bdec193271b027eadd032d5e225117fd61cdb36edbcd6
3
+ size 2104918
mlp_layer1_seed3_dist8/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99af158d62d949e1717b7d3d233ee2f7dca529f31d2b1f7d0acc6fa3f51d4338
3
+ size 2104360
mlp_layer1_seed3_dist8/plot_confusion.png ADDED
mlp_layer1_seed3_dist8/plot_f1_curve.png ADDED
mlp_layer1_seed3_dist8/plot_p_curve.png ADDED
mlp_layer1_seed3_dist8/plot_pr_curve.png ADDED
mlp_layer1_seed3_dist8/plot_r_curve.png ADDED
mlp_layer1_seed3_dist8/plot_roc_curve.png ADDED
mlp_layer1_seedx_dist8/events.out.tfevents.1742461859.197caa7ba88141226195c99eeafb8490b47d74629daea96443dcc28f.120820.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:064932ce7c36001b0d3439b5c75e4be13541d8271ad56bfb6c2b78ee2463f088
3
+ size 17423397
mlp_layer1_seedx_dist8/meta.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_model": "wdtagger:SmilingWolf/wd-swinv2-tagger-v3",
3
+ "flops": 525312.0,
4
+ "init_params": {
5
+ "in_dims": 1024,
6
+ "layers": [
7
+ 0.5
8
+ ],
9
+ "out_dims": 2
10
+ },
11
+ "model_type": "mlp",
12
+ "params": 525826.0,
13
+ "problem": {
14
+ "labels": [
15
+ "monochrome",
16
+ "normal"
17
+ ],
18
+ "type": "classification"
19
+ },
20
+ "train": {
21
+ "batch_size": 16,
22
+ "key_metric": "AUC",
23
+ "learning_rate": 0.001,
24
+ "loss": "focal",
25
+ "max_epochs": 100,
26
+ "processes": 8,
27
+ "seed": 353193873,
28
+ "weight_decay": 0.001
29
+ }
30
+ }
mlp_layer1_seedx_dist8/metrics.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "AUC": 0.9946334608945229,
3
+ "accuracy": 0.9732142857142857,
4
+ "loss": 0.04057957721254622,
5
+ "mAP": 0.9947467799487766
6
+ }
mlp_layer1_seedx_dist8/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d8502137cdcf6cb0d5b8abcca28f3c49b1bfa353434a3ed8ec0cb5201ffe2fb
3
+ size 2104926
mlp_layer1_seedx_dist8/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:226f616207b66a1f4797ac3336a7229f5f1c01f1c2bcf457ec47484c3bf31cee
3
+ size 2104368
mlp_layer1_seedx_dist8/plot_confusion.png ADDED
mlp_layer1_seedx_dist8/plot_f1_curve.png ADDED
mlp_layer1_seedx_dist8/plot_p_curve.png ADDED
mlp_layer1_seedx_dist8/plot_pr_curve.png ADDED
mlp_layer1_seedx_dist8/plot_r_curve.png ADDED
mlp_layer1_seedx_dist8/plot_roc_curve.png ADDED