stellaathena commited on
Commit
999a9b4
·
verified ·
1 Parent(s): bc45df2

Add sample evaluation requests

Browse files
another_user/better_model_eval_request_bfloat16_Original.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "another_user/better_model",
3
+ "base_model": "",
4
+ "revision": "main",
5
+ "precision": "bfloat16",
6
+ "weight_type": "Original",
7
+ "status": "FINISHED",
8
+ "submitted_time": "2026-01-02T00:00:00Z",
9
+ "model_type": "🔶 : fine-tuned",
10
+ "likes": 250,
11
+ "params": 7.0,
12
+ "license": "mit",
13
+ "private": false
14
+ }
sample_user/sample_model_eval_request_float16_Original.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "sample_user/sample_model",
3
+ "base_model": "",
4
+ "revision": "main",
5
+ "precision": "float16",
6
+ "weight_type": "Original",
7
+ "status": "FINISHED",
8
+ "submitted_time": "2026-01-01T00:00:00Z",
9
+ "model_type": "🟢 : pretrained",
10
+ "likes": 100,
11
+ "params": 0.125,
12
+ "license": "apache-2.0",
13
+ "private": false
14
+ }