VWA / multistop_total_time /multistop_total_time.task.json
KevinQHLin's picture
Upload folder using huggingface_hub
7c62253 verified
raw
history blame
1.35 kB
{
"tasks": [
{
"index": 0,
"start": 6.2,
"end": 20.1,
"text": "Identify the list of locations and the starting point for the route."
},
{
"index": 1,
"start": 37.5,
"end": 45.2,
"text": "Navigate from the starting location to the next location in the list."
},
{
"index": 2,
"start": 50.1,
"end": 57.2,
"text": "Determine the travel time between the first two locations."
},
{
"index": 3,
"start": 60.1,
"end": 77.1,
"text": "Determine the travel time between the second and third locations."
},
{
"index": 4,
"start": 84.3,
"end": 91.3,
"text": "Try different permutations of the route starting from the initial location."
},
{
"index": 5,
"start": 92.5,
"end": 113.9,
"text": "Calculate travel times for a new permutation to find a more optimal route."
},
{
"index": 6,
"start": 127.9,
"end": 139.4,
"text": "Evaluate all permutations to find the most optimal route through all locations."
}
]
}