VWA / post_tutorial /post_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
4e0908b verified
raw
history blame
5.93 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Search for the item you want to sell on the website and filter the results by price range.",
"actions": [
{
"index": 1,
"start": 28.1,
"end": 29.3,
"text": "Go to the search bar."
},
{
"index": 2,
"start": 31.2,
"end": 32.2,
"text": "Type 'MacBook' in the search bar."
},
{
"index": 3,
"start": 34.4,
"end": 36.8,
"text": "View the search results for 'MacBook'."
},
{
"index": 4,
"start": 41.2,
"end": 42.0,
"text": "Add a price range filter if desired."
}
]
},
{
"task_index": 1,
"task": "Identify a similar item to yours from the search results.",
"actions": [
{
"index": 5,
"start": 56.7,
"end": 59.4,
"text": "Look for the same MacBook model you own."
}
]
},
{
"task_index": 2,
"task": "Save the image of the similar item to your disk.",
"actions": [
{
"index": 6,
"start": 65.1,
"end": 72.8,
"text": "Save the image of the MacBook to your disk."
}
]
},
{
"task_index": 3,
"task": "Create a new ad by using the saved image, setting a title, and pricing it lower than the existing listing.",
"actions": [
{
"index": 7,
"start": 78.6,
"end": 79.5,
"text": "Go to 'Publish Ad'."
},
{
"index": 8,
"start": 82.4,
"end": 90.4,
"text": "Enter the title 'MacBook Pro cheapest available'."
},
{
"index": 9,
"start": 100.8,
"end": 103.5,
"text": "Set a price lower than the existing listings."
},
{
"index": 10,
"start": 106.7,
"end": 107.6,
"text": "Upload the saved image."
}
]
},
{
"task_index": 4,
"task": "Specify the location details and publish the ad.",
"actions": [
{
"index": 11,
"start": 111.5,
"end": 115.5,
"text": "Set the location to Pittsburgh and upload the ad."
},
{
"index": 12,
"start": 124.8,
"end": 131.4,
"text": "Use Carnegie Mellon's area code and publish the ad."
}
]
},
{
"task_index": 5,
"task": "Repeat the process for a different category, such as farm and garden, by searching for the item, saving the image, and creating a new ad with a lower price.",
"actions": [
{
"index": 13,
"start": 166.8,
"end": 167.7,
"text": "Start from the classifieds homepage."
},
{
"index": 14,
"start": 168.6,
"end": 169.5,
"text": "Search for 'Farm and Garden'."
},
{
"index": 15,
"start": 170.2,
"end": 171.3,
"text": "Indicate you want to sell pigs."
},
{
"index": 16,
"start": 176.3,
"end": 177.3,
"text": "View all pig listings."
},
{
"index": 17,
"start": 192.6,
"end": 193.2,
"text": "Save the image of the pig listing."
},
{
"index": 18,
"start": 197.0,
"end": 198.4,
"text": "Go to 'Publish Ad'."
},
{
"index": 19,
"start": 200.9,
"end": 204.2,
"text": "Enter the title 'Pigs for sale' and select the 'Farm and Garden' category."
},
{
"index": 20,
"start": 211.0,
"end": 211.4,
"text": "Set a cheaper price for the pigs."
}
]
},
{
"task_index": 6,
"task": "Finalize the ad by setting the location and publishing it.",
"actions": [
{
"index": 22,
"start": 218.2,
"end": 227.1,
"text": "Set the location to Pennsylvania, Pittsburgh, and Carnegie Mellon's area code."
},
{
"index": 21,
"start": 215.5,
"end": 216.1,
"text": "Post the ad."
}
]
}
]
}