uncgpt-69-webgpu / examples.json
Reza2kn's picture
Upload examples.json with huggingface_hub
729d906 verified
{
"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
]
}
]
}