mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01:00
fix data challenges
This commit is contained in:
@@ -27,5 +27,5 @@
|
||||
]
|
||||
},
|
||||
"name": "LabelCsv",
|
||||
"task": "The csv 'input.csv' has many items. create a 'Color' column for these items and classify them as either 'blue', 'green', or 'yellow' depending on what the most likely color is. Preserve the order of the rows. The color column should be the second column. Write the output in output.csv"
|
||||
"task": "The csv 'input.csv' has many items. Create a 'Color' column for these items and classify them as either 'blue', 'green', or 'yellow' depending on what the most likely color is. Use lowercase letters to classify and preserve the order of the rows. The color column should be the second column. Write the output in output.csv"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
],
|
||||
"cutoff": 60,
|
||||
"dependencies": [
|
||||
"TestLabelCsv"
|
||||
"TestSortCsv"
|
||||
],
|
||||
"eval_id": "52467beb-b951-4356-9776-9a0ae46bb33b",
|
||||
"ground": {
|
||||
|
||||
Reference in New Issue
Block a user