Upload config.json with huggingface_hub
Browse files- config.json +17 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "signalseeker",
|
3 |
+
"task": "protein-signal-peptide-prediction",
|
4 |
+
"framework": "scikit-learn",
|
5 |
+
"feature_extractor": "protbert",
|
6 |
+
"n_terminal_length": 50,
|
7 |
+
"embedding_dim": 1024,
|
8 |
+
"ensemble_models": [
|
9 |
+
"RandomForest",
|
10 |
+
"ExtraTrees",
|
11 |
+
"SVM",
|
12 |
+
"LogisticRegression"
|
13 |
+
],
|
14 |
+
"scaling": "StandardScaler",
|
15 |
+
"version": "1.0.0",
|
16 |
+
"created_date": "2025-06-09T20:37:00.056969"
|
17 |
+
}
|