-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheval_phrases.json
More file actions
62 lines (62 loc) · 1.6 KB
/
eval_phrases.json
File metadata and controls
62 lines (62 loc) · 1.6 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
[
{
"id": "restart_command",
"category": "commands",
"expected": "What was the code for restarting Bolo?"
},
{
"id": "release_note",
"category": "product_terms",
"expected": "Release note."
},
{
"id": "please_note",
"category": "confusable_terms",
"expected": "Please note."
},
{
"id": "remotion",
"category": "product_terms",
"expected": "Remotion."
},
{
"id": "grokwise",
"category": "product_terms",
"expected": "I really like Grokwise."
},
{
"id": "merge_main",
"category": "developer_terms",
"expected": "Please merge this in main."
},
{
"id": "cleanup_prose",
"category": "cleanup",
"expected": "If I'm making typos or mistakes, it cleans it up."
},
{
"id": "long_pause",
"category": "long_form",
"expected": "This is a long sentence, and I am pausing in the middle because we need to test it out."
},
{
"id": "release_notes_sentence",
"category": "product_terms",
"expected": "I need to write the release note for Bolo."
},
{
"id": "remotion_sentence",
"category": "product_terms",
"expected": "Remotion should handle most of the video work."
},
{
"id": "ultra_pitch_short",
"category": "long_form",
"expected": "What I really need to do is make a better video to show 10x Ultra."
},
{
"id": "ultra_pitch_long",
"category": "long_form",
"expected": "The reason why Telnyx Ultra is so cool is because the voice sounds very real, and it has lower latency. And also, it makes the whole experience of talking on the phone a lot better."
}
]