stellaathena commited on
Commit
d4014fb
·
verified ·
1 Parent(s): 4ce3afb

Add sample evaluation results

Browse files
another_user/better_model/results_20260102T000000.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_name": "another_user/better_model",
4
+ "model_dtype": "bfloat16",
5
+ "model_sha": "main",
6
+ "model_type": "fine-tuned"
7
+ },
8
+ "results": {
9
+ "minerva_math": {
10
+ "exact_match,strict-match": 0.35,
11
+ "exact_match,strict-match_stderr": 0.02
12
+ },
13
+ "piqa": {
14
+ "acc_norm": 0.78,
15
+ "acc_norm_stderr": 0.01
16
+ }
17
+ }
18
+ }
sample_user/sample_model/results_20260101T000000.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_name": "sample_user/sample_model",
4
+ "model_dtype": "float16",
5
+ "model_sha": "main",
6
+ "model_type": "pretrained"
7
+ },
8
+ "results": {
9
+ "minerva_math": {
10
+ "exact_match,strict-match": 0.05,
11
+ "exact_match,strict-match_stderr": 0.01
12
+ },
13
+ "piqa": {
14
+ "acc_norm": 0.65,
15
+ "acc_norm_stderr": 0.01
16
+ }
17
+ }
18
+ }