akaruineko commited on
Commit
e742e87
·
verified ·
1 Parent(s): cdbd1eb

ftanch benchmarked

Browse files
Files changed (1) hide show
  1. README.md +107 -0
README.md CHANGED
@@ -13,6 +13,113 @@ tags:
13
  - filtering
14
  - offensive
15
  - clean
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # ftan-2.0
 
13
  - filtering
14
  - offensive
15
  - clean
16
+ model-index:
17
+ - name: "akaruineko/ftan-2.0"
18
+ results:
19
+ - task:
20
+ type: "text-classification"
21
+ id: "overall"
22
+ dataset:
23
+ type: "akaruineko/ftanch"
24
+ name: "FTANch"
25
+ split: "test"
26
+ metrics:
27
+ - type: "acc"
28
+ value: 0.8144
29
+ name: "Accuracy"
30
+ - type: "p"
31
+ value: 0.7637
32
+ name: "Precision"
33
+ - type: "r"
34
+ value: 0.9890
35
+ name: "Recall"
36
+ - type: "f1"
37
+ value: 0.8619
38
+ name: "F1-Score"
39
+
40
+ - task:
41
+ type: "text-classification"
42
+ id: "test"
43
+ dataset:
44
+ type: "akaruineko/ftanch"
45
+ name: "FTANch"
46
+ split: "test"
47
+ metrics:
48
+ - type: "acc"
49
+ value: 0.7752
50
+ name: "Accuracy"
51
+ - type: "p"
52
+ value: 0.6938
53
+ name: "Precision"
54
+ - type: "r"
55
+ value: 0.9852
56
+ name: "Recall"
57
+ - type: "f1"
58
+ value: 0.8142
59
+ name: "F1-Score"
60
+
61
+ - task:
62
+ type: "text-classification"
63
+ id: "test_obfuscated"
64
+ dataset:
65
+ type: "akaruineko/ftanch"
66
+ name: "FTANch"
67
+ split: "test"
68
+ metrics:
69
+ - type: "acc"
70
+ value: 0.8979
71
+ name: "Accuracy"
72
+ - type: "p"
73
+ value: 0.8866
74
+ name: "Precision"
75
+ - type: "r"
76
+ value: 0.9942
77
+ name: "Recall"
78
+ - type: "f1"
79
+ value: 0.9373
80
+ name: "F1-Score"
81
+
82
+ - task:
83
+ type: "text-classification"
84
+ id: "plain"
85
+ dataset:
86
+ type: "akaruineko/ftanch"
87
+ name: "FTANch"
88
+ split: "test"
89
+ metrics:
90
+ - type: "acc"
91
+ value: 0.6670
92
+ name: "Accuracy"
93
+ - type: "p"
94
+ value: 0.4398
95
+ name: "Precision"
96
+ - type: "r"
97
+ value: 0.9622
98
+ name: "Recall"
99
+ - type: "f1"
100
+ value: 0.6037
101
+ name: "F1-Score"
102
+
103
+ - task:
104
+ type: "text-classification"
105
+ id: "mutated"
106
+ dataset:
107
+ type: "akaruineko/ftanch"
108
+ name: "FTANch"
109
+ split: "test"
110
+ metrics:
111
+ - type: "acc"
112
+ value: 0.8979
113
+ name: "Accuracy"
114
+ - type: "p"
115
+ value: 0.8866
116
+ name: "Precision"
117
+ - type: "r"
118
+ value: 0.9942
119
+ name: "Recall"
120
+ - type: "f1"
121
+ value: 0.9373
122
+ name: "F1-Score"
123
  ---
124
 
125
  # ftan-2.0