facat commited on
Commit
1395a53
1 Parent(s): 33af91b

update index

Browse files
Files changed (3) hide show
  1. index.html +0 -0
  2. tasks.py +0 -1
  3. 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
- try:
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