maxie-12321 commited on
Commit
e0555ed
·
verified ·
1 Parent(s): 652cc7f

Upload expert_stats.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. expert_stats.json +104 -0
expert_stats.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "expert_stats": {
3
+ "8": [
4
+ {
5
+ "task_type": "mathematics",
6
+ "confidence": 0.6849231825876816,
7
+ "score": 10,
8
+ "calibration_error": 3.1507681741231846,
9
+ "is_specialty": false
10
+ },
11
+ {
12
+ "task_type": "creative_writing",
13
+ "confidence": 0.8923178470385729,
14
+ "score": 8,
15
+ "calibration_error": 0.9231784703857286,
16
+ "is_specialty": false
17
+ },
18
+ {
19
+ "task_type": "coding",
20
+ "confidence": 0.6091931123630544,
21
+ "score": 7,
22
+ "calibration_error": 0.9080688763694562,
23
+ "is_specialty": false
24
+ }
25
+ ],
26
+ "2": [
27
+ {
28
+ "task_type": "coding",
29
+ "confidence": 0.8232989512014817,
30
+ "score": 5,
31
+ "calibration_error": 3.232989512014816,
32
+ "is_specialty": false
33
+ }
34
+ ],
35
+ "0": [
36
+ {
37
+ "task_type": "coding",
38
+ "confidence": 0.8885357322495686,
39
+ "score": 10,
40
+ "calibration_error": 1.114642677504314,
41
+ "is_specialty": true
42
+ },
43
+ {
44
+ "task_type": "creative_writing",
45
+ "confidence": 0.6823323565902166,
46
+ "score": 9,
47
+ "calibration_error": 2.1766764340978337,
48
+ "is_specialty": false
49
+ }
50
+ ],
51
+ "14": [
52
+ {
53
+ "task_type": "creative_writing",
54
+ "confidence": 0.7137518644531373,
55
+ "score": 8,
56
+ "calibration_error": 0.8624813554686268,
57
+ "is_specialty": false
58
+ }
59
+ ],
60
+ "10": [
61
+ {
62
+ "task_type": "science",
63
+ "confidence": 0.7257831683129703,
64
+ "score": 9,
65
+ "calibration_error": 1.7421683168702966,
66
+ "is_specialty": false
67
+ }
68
+ ],
69
+ "11": [
70
+ {
71
+ "task_type": "coding",
72
+ "confidence": 0.8309925746056037,
73
+ "score": 7,
74
+ "calibration_error": 1.309925746056038,
75
+ "is_specialty": false
76
+ },
77
+ {
78
+ "task_type": "history",
79
+ "confidence": 0.7930483863967428,
80
+ "score": 10,
81
+ "calibration_error": 2.069516136032572,
82
+ "is_specialty": true
83
+ }
84
+ ]
85
+ },
86
+ "expert_specialties": {
87
+ "0": "coding",
88
+ "1": "coding",
89
+ "2": "mathematics",
90
+ "3": "mathematics",
91
+ "4": "science",
92
+ "5": "science",
93
+ "6": "creative_writing",
94
+ "7": "creative_writing",
95
+ "8": "logical_reasoning",
96
+ "9": "logical_reasoning",
97
+ "10": "history",
98
+ "11": "history",
99
+ "12": "philosophy",
100
+ "13": "philosophy",
101
+ "14": "other",
102
+ "15": "other"
103
+ }
104
+ }