Upload CodeSwitching-TE-EN.py
Browse files- CodeSwitching-TE-EN.py +1 -1
CodeSwitching-TE-EN.py
CHANGED
@@ -11,7 +11,7 @@ _DESCRIPTION = """Telugu English POS Codeswitch dataset.
|
|
11 |
_HOMEPAGE = """https://zenodo.org/record/4762031"""
|
12 |
|
13 |
_URL = "https://huggingface.co/datasets/anishka/CodeSwitching-TE-EN/resolve/main/"
|
14 |
-
_TRAINING_FILE = "TE_EN.
|
15 |
|
16 |
|
17 |
class TeEnCodeSwitchConfig(datasets.BuilderConfig):
|
|
|
11 |
_HOMEPAGE = """https://zenodo.org/record/4762031"""
|
12 |
|
13 |
_URL = "https://huggingface.co/datasets/anishka/CodeSwitching-TE-EN/resolve/main/"
|
14 |
+
_TRAINING_FILE = "TE_EN.conllu"
|
15 |
|
16 |
|
17 |
class TeEnCodeSwitchConfig(datasets.BuilderConfig):
|