Spaces:
Paused
Paused
Ahmet Kaan Sever
commited on
Commit
·
a18754a
1
Parent(s):
ea93485
Re-added tasks
Browse files
src/deepeval/deepeval_task_manager.py
CHANGED
@@ -23,16 +23,16 @@ class Task(Enum):
|
|
23 |
SENTIMENT_ANALYSIS = "sentiment_analysis_tr"
|
24 |
TURKISH_GENERAL_KNOWLEDGE = "turkish_general_knowledge"
|
25 |
SUMMARIZATION = "summarization_tr"
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
|
37 |
|
38 |
class DeepEvalTaskManager:
|
|
|
23 |
SENTIMENT_ANALYSIS = "sentiment_analysis_tr"
|
24 |
TURKISH_GENERAL_KNOWLEDGE = "turkish_general_knowledge"
|
25 |
SUMMARIZATION = "summarization_tr"
|
26 |
+
FAITHFULNESS = "sosyoloji_faithfulness"
|
27 |
+
TOXICITY = "sosyoloji_toxicity"
|
28 |
+
BIAS = "sosyoloji_bias"
|
29 |
+
INSTRUCTION_FOLLOWING = "instruction_following_tr"
|
30 |
+
READING_COMPREHENSION = "reading_comprehension_mc"
|
31 |
+
READING_COMPREHENSION_OE = "reading_comp_oe"
|
32 |
+
COMMONSENSE_REASONING = "commonsense_reasoning"
|
33 |
+
COMPLEX_REASONING = "complex_reasoning"
|
34 |
+
TRUTHFULNESS = "sosyoloji_truthfulness"
|
35 |
+
NLI = "nli"
|
36 |
|
37 |
|
38 |
class DeepEvalTaskManager:
|