V2 classifier (federal + foundation) - config.json
Browse files- config.json +21 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_names": [
|
| 3 |
+
"cosine_similarity",
|
| 4 |
+
"funder_type",
|
| 5 |
+
"source",
|
| 6 |
+
"log_amount",
|
| 7 |
+
"org_text_length",
|
| 8 |
+
"grant_text_length"
|
| 9 |
+
],
|
| 10 |
+
"embedding_repo": "ArkMaster123/grantpilot-embedding",
|
| 11 |
+
"metrics": {
|
| 12 |
+
"auc_roc": 0.9971137020779182,
|
| 13 |
+
"brier_score": 0.013640006072819233,
|
| 14 |
+
"accuracy": 0.9829370076795813,
|
| 15 |
+
"precision": 0.9705055842440254,
|
| 16 |
+
"recall": 0.9962032494267893,
|
| 17 |
+
"f1": 0.983186529758139,
|
| 18 |
+
"federal_auc": 0.9134404130108229,
|
| 19 |
+
"federal_test_count": 7972
|
| 20 |
+
}
|
| 21 |
+
}
|