RuslanAntjuschin commited on
Commit
a76eac0
1 Parent(s): 25dbd9e

Create test_model/test_model_float32_lt

Browse files
Files changed (1) hide show
  1. test_model/test_model_float32_lt +13 -0
test_model/test_model_float32_lt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_dtype": "float16",
4
+ "model_name": "test_model",
5
+ "benchmark_type": "lt"
6
+ },
7
+ "results": {
8
+ "cmap": 0.32,
9
+ "auroc": 0.84,
10
+ "t1-acc": 0.53
11
+
12
+ }
13
+ }