update
Browse files- UTS_Text.py +1 -1
UTS_Text.py
CHANGED
@@ -11,7 +11,7 @@ UTSText
|
|
11 |
_CITATION = """\
|
12 |
"""
|
13 |
|
14 |
-
_BASE_URL = "https://huggingface.co/datasets/undertheseanlp/
|
15 |
TRAIN_FILE = "train.txt"
|
16 |
VALIDATION_FILE = "validation.txt"
|
17 |
TEST_FILE = "test.txt"
|
|
|
11 |
_CITATION = """\
|
12 |
"""
|
13 |
|
14 |
+
_BASE_URL = "https://huggingface.co/datasets/undertheseanlp/UTS_Text/resolve/main/data/"
|
15 |
TRAIN_FILE = "train.txt"
|
16 |
VALIDATION_FILE = "validation.txt"
|
17 |
TEST_FILE = "test.txt"
|