JacKeepCalm commited on
Commit
ef6a19e
·
verified ·
1 Parent(s): 6afb3e4

Upload result_77131ce7-32e6-4ca5-b96e-994969f1bc17.json

Browse files
result_77131ce7-32e6-4ca5-b96e-994969f1bc17.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "submission_id": "77131ce7-32e6-4ca5-b96e-994969f1bc17",
3
+ "model_name": "Awesome Model",
4
+ "team_name": "Gena",
5
+ "paper_link": "",
6
+ "github_link": "",
7
+ "submitted_time": "2025-03-19T02:58:58Z",
8
+ "results": {
9
+ "datasets": [
10
+ {
11
+ "dataset_name": "bird",
12
+ "data_split": "dev",
13
+ "metrics": {
14
+ "execution_match": 0.85,
15
+ "intent_match": 0.9,
16
+ "soft_f1": 0.88
17
+ }
18
+ },
19
+ {
20
+ "dataset_name": "spider",
21
+ "data_split": "test",
22
+ "metrics": {
23
+ "execution_match": 0.8,
24
+ "intent_match": 0.85,
25
+ "soft_f1": 0.82
26
+ }
27
+ },
28
+ {
29
+ "dataset_name": "corgi",
30
+ "data_split": "test",
31
+ "metrics": {
32
+ "execution_match": 0.75,
33
+ "intent_match": 0.78,
34
+ "soft_f1": 0.76
35
+ }
36
+ }
37
+ ],
38
+ "average": {
39
+ "execution_match": 0.8,
40
+ "intent_match": 0.84,
41
+ "soft_f1": 0.82
42
+ },
43
+ "score": 0.82
44
+ }
45
+ }