Add meta-classifier weights with explicit filename
Browse files- meta_classifier_weights.json +146 -0
meta_classifier_weights.json
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "2.0",
|
| 3 |
+
"description": "AI Content Detection - Stacking Meta-Classifier Weights",
|
| 4 |
+
"models": {
|
| 5 |
+
"image": {
|
| 6 |
+
"classifiers": [
|
| 7 |
+
"NYUAD-ComNets/NYUAD_AI-generated_images_detector",
|
| 8 |
+
"Organika/sdxl-detector",
|
| 9 |
+
"umm-maybe/AI-image-detector",
|
| 10 |
+
"dima806/ai_vs_real_image_detection"
|
| 11 |
+
],
|
| 12 |
+
"meta_classifier": {
|
| 13 |
+
"scaler_mean": [
|
| 14 |
+
0.6074603661000239,
|
| 15 |
+
0.686688522024317,
|
| 16 |
+
0.3849442189093679,
|
| 17 |
+
0.769625436037109,
|
| 18 |
+
-2.7338574212581257,
|
| 19 |
+
2.353111819316856e-05
|
| 20 |
+
],
|
| 21 |
+
"scaler_scale": [
|
| 22 |
+
0.4283660795399362,
|
| 23 |
+
0.42213362151536316,
|
| 24 |
+
0.26207683401251386,
|
| 25 |
+
0.24410297413117948,
|
| 26 |
+
0.30930081066524256,
|
| 27 |
+
3.9731677371366066e-05
|
| 28 |
+
],
|
| 29 |
+
"lr_coefficients": [
|
| 30 |
+
1.7135966231796458,
|
| 31 |
+
1.2825863926730567,
|
| 32 |
+
-0.29594309495805504,
|
| 33 |
+
1.300517880868273,
|
| 34 |
+
2.5003933635884863,
|
| 35 |
+
0.5796105924507469
|
| 36 |
+
],
|
| 37 |
+
"lr_intercept": 7.351305864946982,
|
| 38 |
+
"feature_names": [
|
| 39 |
+
"nyuad_score",
|
| 40 |
+
"sdxl_score",
|
| 41 |
+
"ai_image_score",
|
| 42 |
+
"dima806_score",
|
| 43 |
+
"fft_slope",
|
| 44 |
+
"fft_hf_ratio"
|
| 45 |
+
],
|
| 46 |
+
"training_samples": 570,
|
| 47 |
+
"accuracy": 0.991
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"audio": {
|
| 51 |
+
"classifiers": [
|
| 52 |
+
"DavidCombei/wav2vec2-xls-r-1b-DeepFake-AI4TRUST",
|
| 53 |
+
"Gustking/wav2vec2-large-xlsr-deepfake-audio-classification"
|
| 54 |
+
],
|
| 55 |
+
"meta_classifier": {
|
| 56 |
+
"scaler_mean": [
|
| 57 |
+
0.6209166406230846,
|
| 58 |
+
0.09860975675284862,
|
| 59 |
+
0.021718353962836168,
|
| 60 |
+
1924.8187628110218,
|
| 61 |
+
1258.8948959347454,
|
| 62 |
+
0.15988650152081954,
|
| 63 |
+
6620.699833048576
|
| 64 |
+
],
|
| 65 |
+
"scaler_scale": [
|
| 66 |
+
0.4712932092514088,
|
| 67 |
+
0.03994814349451387,
|
| 68 |
+
0.007767299011189912,
|
| 69 |
+
328.93736914891036,
|
| 70 |
+
327.4988847517819,
|
| 71 |
+
0.047731468459419314,
|
| 72 |
+
266.2532958839088
|
| 73 |
+
],
|
| 74 |
+
"lr_coefficients": [
|
| 75 |
+
1.809447067482119,
|
| 76 |
+
0.6736835103826301,
|
| 77 |
+
0.42671477059530283,
|
| 78 |
+
0.4348569443039551,
|
| 79 |
+
0.5215924234667307,
|
| 80 |
+
-0.9464732912412551,
|
| 81 |
+
0.44753673298714475
|
| 82 |
+
],
|
| 83 |
+
"lr_intercept": 1.9856021189388406,
|
| 84 |
+
"feature_names": [
|
| 85 |
+
"davidcombei_score",
|
| 86 |
+
"gustking_score",
|
| 87 |
+
"spectral_flatness",
|
| 88 |
+
"centroid_mean",
|
| 89 |
+
"centroid_std",
|
| 90 |
+
"zcr",
|
| 91 |
+
"rolloff_99"
|
| 92 |
+
],
|
| 93 |
+
"training_samples": 300,
|
| 94 |
+
"accuracy": 0.82
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
"text": {
|
| 98 |
+
"classifiers": [
|
| 99 |
+
"tiiuae/falcon-7b",
|
| 100 |
+
"tiiuae/falcon-7b-instruct",
|
| 101 |
+
"Hello-SimpleAI/chatgpt-detector-roberta"
|
| 102 |
+
],
|
| 103 |
+
"meta_classifier": {
|
| 104 |
+
"scaler_mean": [
|
| 105 |
+
1.130450439453125,
|
| 106 |
+
0.12016203999519348,
|
| 107 |
+
-0.46647878605266724,
|
| 108 |
+
6.471777786621135,
|
| 109 |
+
0.5225984308983255,
|
| 110 |
+
0.35815911186395905,
|
| 111 |
+
4.67180587427633
|
| 112 |
+
],
|
| 113 |
+
"scaler_scale": [
|
| 114 |
+
0.10663201835331575,
|
| 115 |
+
0.319080203489424,
|
| 116 |
+
0.1695241896637113,
|
| 117 |
+
0.3085286068821368,
|
| 118 |
+
0.10418367918547129,
|
| 119 |
+
0.11425552726076238,
|
| 120 |
+
0.4851605144906258
|
| 121 |
+
],
|
| 122 |
+
"lr_coefficients": [
|
| 123 |
+
-1.7326994966116347,
|
| 124 |
+
-0.23487951489322348,
|
| 125 |
+
-1.1207961610247337,
|
| 126 |
+
0.07210147273481866,
|
| 127 |
+
1.197535850075283,
|
| 128 |
+
1.0243602811395163,
|
| 129 |
+
0.5908107658969592
|
| 130 |
+
],
|
| 131 |
+
"lr_intercept": -0.40390869475088775,
|
| 132 |
+
"feature_names": [
|
| 133 |
+
"binoculars_score",
|
| 134 |
+
"roberta_ai_score",
|
| 135 |
+
"burstiness",
|
| 136 |
+
"entropy",
|
| 137 |
+
"ttr",
|
| 138 |
+
"hapax_ratio",
|
| 139 |
+
"avg_word_len"
|
| 140 |
+
],
|
| 141 |
+
"training_samples": 80,
|
| 142 |
+
"accuracy": 0.975
|
| 143 |
+
}
|
| 144 |
+
}
|
| 145 |
+
}
|
| 146 |
+
}
|