Spaces:
Running
Running
update index
Browse files- index.html +0 -0
- tasks.py +0 -1
- tlem.py +1 -4
index.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks.py
CHANGED
|
@@ -377,7 +377,6 @@ class CMMLU:
|
|
| 377 |
],
|
| 378 |
"Other": ["other"],
|
| 379 |
"China specific": ["china specific"],
|
| 380 |
-
"Test": ["computer science"],
|
| 381 |
}
|
| 382 |
|
| 383 |
@classmethod
|
|
|
|
| 377 |
],
|
| 378 |
"Other": ["other"],
|
| 379 |
"China specific": ["china specific"],
|
|
|
|
| 380 |
}
|
| 381 |
|
| 382 |
@classmethod
|
tlem.py
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
from ipytorch import logging
|
| 3 |
-
except Exception as e:
|
| 4 |
-
import logging
|
| 5 |
|
| 6 |
from typing import Any, Optional, Protocol, Iterable, Callable
|
| 7 |
from tqdm.auto import tqdm
|
|
|
|
| 1 |
+
import logging
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
from typing import Any, Optional, Protocol, Iterable, Callable
|
| 4 |
from tqdm.auto import tqdm
|