mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-23 07:54:27 +01:00
31 lines
905 B
JSON
31 lines
905 B
JSON
{
|
|
"category": [
|
|
"scrape_synthesize"
|
|
],
|
|
"cutoff": 60,
|
|
"dependencies": [
|
|
"TestRevenueRetrieval1.1"
|
|
],
|
|
"eval_id": "e92b86ba-63f3-4322-8f98-4970190d1e69",
|
|
"ground": {
|
|
"answer": "It was $81.462 billion in 2022. In millions the answer is 81,462.",
|
|
"eval": {
|
|
"type": "file"
|
|
},
|
|
"files": [
|
|
".txt"
|
|
],
|
|
"should_contain": [
|
|
"81,462"
|
|
],
|
|
"should_not_contain": []
|
|
},
|
|
"info": {
|
|
"description": "Advanced version of the r2.1 challenge that also asks for specific formatting.",
|
|
"difficulty": "intermediate",
|
|
"side_effects": []
|
|
},
|
|
"name": "RevenueRetrieval1.2",
|
|
"task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)."
|
|
}
|