Spaces:
Runtime error
Runtime error
Commit
·
815d1ad
1
Parent(s):
0c331a8
Test
Browse files- src/about.py +1 -1
src/about.py
CHANGED
|
@@ -18,7 +18,7 @@ class Tasks(Enum):
|
|
| 18 |
task2 = Task("logic","score", "Logic")
|
| 19 |
task3 = Task("sayings","score", "Sayings")
|
| 20 |
task4 = Task("spelling","score", "Spelling")
|
| 21 |
-
task5 = Task("
|
| 22 |
|
| 23 |
|
| 24 |
NUM_FEWSHOT = 0 # Change with your few shot
|
|
|
|
| 18 |
task2 = Task("logic","score", "Logic")
|
| 19 |
task3 = Task("sayings","score", "Sayings")
|
| 20 |
task4 = Task("spelling","score", "Spelling")
|
| 21 |
+
task5 = Task("vocabulary","score", "Vocabulary")
|
| 22 |
|
| 23 |
|
| 24 |
NUM_FEWSHOT = 0 # Change with your few shot
|