Spaces:
Running
Running
File size: 2,235 Bytes
729d906 | 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | {
"bos_id": 1,
"eos_id": 2,
"pad_id": 0,
"vocab_size": 6069,
"examples": [
{
"user_text": "Hey Uncle, can you help me find a pharmacy near me?",
"prompt": "<user>Hey Uncle, can you help me find a pharmacy near me?</user><uncle>",
"ids": [
1,
5986,
4,
1156,
565,
6010,
439,
361,
609,
418,
628,
344,
1455,
1018,
418,
6018,
5,
6
]
},
{
"user_text": "I need to email Maria about Mom's appointment on Friday.",
"prompt": "<user>I need to email Maria about Mom's appointment on Friday.</user><uncle>",
"ids": [
1,
5986,
4,
6009,
493,
357,
1641,
3010,
476,
1418,
6006,
5993,
1121,
397,
2118,
6001,
5,
6
]
},
{
"user_text": "What's the weather looking like for this afternoon?",
"prompt": "<user>What's the weather looking like for this afternoon?</user><uncle>",
"ids": [
1,
5986,
4,
2402,
358,
6006,
5993,
351,
3129,
611,
442,
391,
495,
1090,
6018,
5,
6
]
},
{
"user_text": "Can you set up a calendar event for the doctor visit Tuesday at 3pm?",
"prompt": "<user>Can you set up a calendar event for the doctor visit Tuesday at 3pm?</user><uncle>",
"ids": [
1,
5986,
4,
6042,
368,
361,
782,
498,
344,
1249,
3292,
391,
351,
1095,
2532,
1082,
466,
5986,
6048,
5863,
6018,
5,
6
]
},
{
"user_text": "I'm feeling overwhelmed today.",
"prompt": "<user>I'm feeling overwhelmed today.</user><uncle>",
"ids": [
1,
5986,
4,
6009,
6006,
6002,
697,
1695,
922,
6001,
5,
6
]
}
]
} |