mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-20 05:34:25 +01:00
32 lines
775 B
JSON
32 lines
775 B
JSON
{
|
|
"category": [
|
|
"retrieval"
|
|
],
|
|
"cutoff": 60,
|
|
"dependencies": [
|
|
"TestRevenueRetrieval_1.0"
|
|
],
|
|
"eval_id": "1ab338b1-2213-4c21-8d14-17baf8237416",
|
|
"ground": {
|
|
"answer": "It was $81.462 billion in 2022.",
|
|
"eval": {
|
|
"type": "file"
|
|
},
|
|
"files": [
|
|
".txt"
|
|
],
|
|
"should_contain": [
|
|
"81",
|
|
"462"
|
|
],
|
|
"should_not_contain": []
|
|
},
|
|
"info": {
|
|
"description": "This one checks the accuracy of the information over r2",
|
|
"difficulty": "novice",
|
|
"side_effects": []
|
|
},
|
|
"name": "RevenueRetrieval1.1",
|
|
"task": "Write Tesla's revenue in 2022, rounded to the nearest million dollars, into a .txt file."
|
|
}
|