h3ir commited on
Commit
9ad31c4
·
verified ·
1 Parent(s): 4c61e8e

Add model_config.json for v0.0.6

Browse files
Files changed (1) hide show
  1. model_config.json +21 -0
model_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "actuarial-llm",
3
+ "version": "0.0.6",
4
+ "exams": [
5
+ "FM",
6
+ "P"
7
+ ],
8
+ "base_model": "meta-llama/Llama-2-7b-hf",
9
+ "dataset_size": 18757,
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.873,
18
+ "topics": 15
19
+ }
20
+ }
21
+ }