- Add detailed README for file cache repository - Implement migration script with retry logic and browser simulation - Support automatic file type detection and deduplication - Ensure reliable hosting for OSWorld evaluation files
26 lines
720 B
JSON
26 lines
720 B
JSON
{
|
|
"id": "38f48d40-764e-4e77-a7cf-51dfce880291",
|
|
"snapshot": "gimp",
|
|
"instruction": "Could you help me trim the video located at \"/home/user/fullvideo.mp4\" within GIMP, since I only want the second to fourth second part of this video?",
|
|
"source": "",
|
|
"config": [
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/38f48d40-764e-4e77-a7cf-51dfce880291/fullvideo.mp4",
|
|
"path": "/home/user/fullvideo.mp4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"gimp"
|
|
],
|
|
"evaluator": {
|
|
"func": "infeasible"
|
|
}
|
|
} |