narugo commited on
Commit
0cf62fd
1 Parent(s): 7fe45b6

Sync README for deepghs/anime_censor_detection, on 2024-09-24 09:24:11 UTC

Browse files
README.md CHANGED
@@ -7,4 +7,13 @@ metrics:
7
  pipeline_tag: object-detection
8
  tags:
9
  - art
10
- ---
 
 
 
 
 
 
 
 
 
 
7
  pipeline_tag: object-detection
8
  tags:
9
  - art
10
+ ---
11
+
12
+ | Model | FLOPS | Params | F1 Score | Threshold | F1 Plot | Confusion | Labels |
13
+ |:---------------------:|:-------:|:--------:|:----------:|:-----------:|:----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:----------------------------:|
14
+ | censor_detect_v1.0_n | 898 | 3.01M | 0.8 | 0.278 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_n/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_n/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
15
+ | censor_detect_v1.0_s | 3.49k | 11.1M | 0.83 | 0.238 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v1.0_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
16
+ | censor_detect_v0.10_s | 3.49k | 11.1M | 0.83 | 0.15 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.10_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.10_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
17
+ | censor_detect_v0.9_s | 3.49k | 11.1M | 0.81 | 0.2 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.9_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.9_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
18
+ | censor_detect_v0.8_s | 3.49k | 11.1M | 0.81 | 0.252 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.8_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.8_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
19
+ | censor_detect_v0.7_s | 3.49k | 11.1M | 0.79 | 0.356 | [plot](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.7_s/F1_curve.png) | [confusion](https://huggingface.co/deepghs/anime_censor_detection/blob/main/censor_detect_v0.7_s/confusion_matrix.png) | `nipple_f`, `penis`, `pussy` |
censor_detect_v0.10_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.10_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.83,
3
+ "threshold": 0.15
4
+ }
censor_detect_v0.7_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.7_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.79,
3
+ "threshold": 0.356
4
+ }
censor_detect_v0.8_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.8_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.81,
3
+ "threshold": 0.252
4
+ }
censor_detect_v0.9_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v0.9_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.81,
3
+ "threshold": 0.2
4
+ }
censor_detect_v1.0_n/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v1.0_n/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.8,
3
+ "threshold": 0.278
4
+ }
censor_detect_v1.0_s/labels.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [
2
+ "nipple_f",
3
+ "penis",
4
+ "pussy"
5
+ ]
censor_detect_v1.0_s/threshold.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "f1_score": 0.83,
3
+ "threshold": 0.238
4
+ }