Commit
·
0c1d6f2
1
Parent(s):
52d0c1c
Update scitail.py
Browse files- scitail.py +4 -4
scitail.py
CHANGED
@@ -28,10 +28,10 @@ import os
|
|
28 |
import datasets
|
29 |
import pandas as pd
|
30 |
|
31 |
-
from
|
32 |
-
from
|
33 |
-
from
|
34 |
-
from
|
35 |
|
36 |
|
37 |
_LANGUAGES = [Lang.EN]
|
|
|
28 |
import datasets
|
29 |
import pandas as pd
|
30 |
|
31 |
+
from bigbiohub import entailment_features
|
32 |
+
from bigbiohub import BigBioConfig
|
33 |
+
from bigbiohub import Lang, Tasks
|
34 |
+
from bigbiohub import Licenses
|
35 |
|
36 |
|
37 |
_LANGUAGES = [Lang.EN]
|