Commit 400f812c authored by Muennighoff's avatar Muennighoff
Browse files

Add Ethics Tasks

parent d4606d27
......@@ -116,6 +116,9 @@ TASK_REGISTRY = {
"ethics_cm": ethics.EthicsCM,
"ethics_deontology": ethics.EthicsDeontology,
"ethics_justice": ethics.EthicsJustice,
"ethics_utilitarianism": ethics.EthicsUtilitarianism,
"ethics_virtue": ethics.EthicsVirtue,
# arithmetic
"arithmetic_2da": arithmetic.Arithmetic2DPlus,
......
......@@ -7,7 +7,6 @@ import abc
import csv
import os
class Ethics(Task):
def download(self):
if not os.path.exists('data/ethics'):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment