Add model_config.json for v0.0.7
Browse files- model_config.json +32 -0
model_config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "actuarial-llm",
|
| 3 |
+
"version": "0.0.7",
|
| 4 |
+
"exams": [
|
| 5 |
+
"FM",
|
| 6 |
+
"P",
|
| 7 |
+
"IFM"
|
| 8 |
+
],
|
| 9 |
+
"dataset_size": 18794,
|
| 10 |
+
"last_updated": "2025-10-18",
|
| 11 |
+
"benchmarks": {
|
| 12 |
+
"exam_fm": {
|
| 13 |
+
"overall": 0.927,
|
| 14 |
+
"topics": 12
|
| 15 |
+
},
|
| 16 |
+
"exam_p": {
|
| 17 |
+
"overall": 0.755,
|
| 18 |
+
"topics": 15
|
| 19 |
+
},
|
| 20 |
+
"exam_ifm": {
|
| 21 |
+
"overall": 0.585,
|
| 22 |
+
"topics": 15
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"new_features": [
|
| 26 |
+
"Black-Scholes option pricing",
|
| 27 |
+
"Option Greeks (delta, gamma, theta, vega, rho)",
|
| 28 |
+
"Portfolio theory and CAPM",
|
| 29 |
+
"Interest rate models (Vasicek, CIR)",
|
| 30 |
+
"Financial derivatives"
|
| 31 |
+
]
|
| 32 |
+
}
|