adding speed info
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -10,7 +10,7 @@ class EvalDimension:
|
|
10 |
# Select your tasks here
|
11 |
# ---------------------------------------------------
|
12 |
class EvalDimensions(Enum):
|
13 |
-
d0 = EvalDimension("speed", "Speed")
|
14 |
d1 = EvalDimension("contamination_score", "Contamination Score")
|
15 |
|
16 |
NUM_FEWSHOT = 0 # Change with your few shot
|
|
|
10 |
# Select your tasks here
|
11 |
# ---------------------------------------------------
|
12 |
class EvalDimensions(Enum):
|
13 |
+
d0 = EvalDimension("speed", "Speed (s/q)")
|
14 |
d1 = EvalDimension("contamination_score", "Contamination Score")
|
15 |
|
16 |
NUM_FEWSHOT = 0 # Change with your few shot
|