Spaces:
Runtime error
Runtime error
Fabian Wolf
commited on
Commit
·
35d7938
1
Parent(s):
7d023a9
change experiment
Browse files- src/about.py +1 -1
src/about.py
CHANGED
|
@@ -13,7 +13,7 @@ class Task:
|
|
| 13 |
class Tasks(Enum):
|
| 14 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
| 15 |
task0 = Task("exp1", "accuracy", "Experiment 1 - Accuracy")
|
| 16 |
-
task1 = Task("exp1_1", "accuracy_cough", "Experiment 1 - Accuracy of Cough")
|
| 17 |
# task2 = Task("exp2", "accuracy", "Experiment 2 - Accuracy")
|
| 18 |
|
| 19 |
NUM_FEWSHOT = 0 # Change with your few shot
|
|
|
|
| 13 |
class Tasks(Enum):
|
| 14 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
| 15 |
task0 = Task("exp1", "accuracy", "Experiment 1 - Accuracy")
|
| 16 |
+
# task1 = Task("exp1_1", "accuracy_cough", "Experiment 1 - Accuracy of Cough")
|
| 17 |
# task2 = Task("exp2", "accuracy", "Experiment 2 - Accuracy")
|
| 18 |
|
| 19 |
NUM_FEWSHOT = 0 # Change with your few shot
|