mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-05 07:14:27 +01:00
31 lines
915 B
JSON
31 lines
915 B
JSON
{
|
|
"category": [
|
|
"scrape_synthesize"
|
|
],
|
|
"cutoff": 60,
|
|
"dependencies": [
|
|
"TestRevenueRetrieval1.1"
|
|
],
|
|
"eval_id": "838128f9-79ee-45cf-8a8f-c19b0d576a76",
|
|
"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": "DeprecatedRevenueRetrieval1.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)."
|
|
}
|