-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickbench-report.json
More file actions
95 lines (95 loc) · 2.09 KB
/
Copy pathquickbench-report.json
File metadata and controls
95 lines (95 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"report": {
"scores": {
"accuracy": 0.7,
"latency": {
"mean": 0,
"p95": 0
},
"cost": 0,
"fairness": {
"demographicParity": 0
}
},
"raw": [
{
"input": "This is great!",
"output": "positive",
"expected": "positive",
"latency": 0,
"correct": true
},
{
"input": "Awful service.",
"output": "negative",
"expected": "negative",
"latency": 0,
"correct": true
},
{
"input": "I love it",
"output": "negative",
"expected": "positive",
"latency": 0,
"correct": false
},
{
"input": "Terrible quality",
"output": "negative",
"expected": "negative",
"latency": 0,
"correct": true
},
{
"input": "Good job",
"output": "positive",
"expected": "positive",
"latency": 0,
"correct": true
},
{
"input": "Very disappointing",
"output": "negative",
"expected": "negative",
"latency": 0,
"correct": true
},
{
"input": "Excellent!",
"output": "negative",
"expected": "positive",
"latency": 0,
"correct": false
},
{
"input": "Poor performance",
"output": "negative",
"expected": "negative",
"latency": 0,
"correct": true
},
{
"input": "Happy customer",
"output": "negative",
"expected": "positive",
"latency": 0,
"correct": false
},
{
"input": "Not recommended",
"output": "negative",
"expected": "negative",
"latency": 0,
"correct": true
}
],
"metadata": {
"dataset": "D:\\quickbench\\demo\\dataset-sample.csv",
"totalRows": 10,
"timestamp": "2026-03-23T00:12:38.675Z",
"agent": "sentiment-mock-v1"
}
},
"signature": "b96b5aa0c7319b304d13dc3fb25faf2424e9261e3e2433c65228fb2fcf974bbe",
"timestamp": "2026-03-23T00:12:38.676Z"
}