Datasets:
Upload csatqa.py
Browse files
csatqa.py
CHANGED
@@ -17,6 +17,7 @@ _HOMEPAGE = "https://huggingface.co/HAERAE-HUB"
|
|
17 |
_LICENSE = "Proprietary"
|
18 |
|
19 |
split_names = ["WR", "GR", "RCS", "RCSS", "RCH", "LI"]
|
|
|
20 |
|
21 |
class CSATQAConfig(datasets.BuilderConfig):
|
22 |
def __init__(self, **kwargs):
|
|
|
17 |
_LICENSE = "Proprietary"
|
18 |
|
19 |
split_names = ["WR", "GR", "RCS", "RCSS", "RCH", "LI"]
|
20 |
+
print(os.curdir)
|
21 |
|
22 |
class CSATQAConfig(datasets.BuilderConfig):
|
23 |
def __init__(self, **kwargs):
|