Update aclue.py
Browse files
aclue.py
CHANGED
@@ -26,22 +26,21 @@ _HOMEPAGE = "https://github.com/isen-zhang/ACLUE"
|
|
26 |
|
27 |
_URL = r"https://huggingface.co/datasets/tyouisen/aclue/resolve/main/aclue_v1_0_0.zip"
|
28 |
|
29 |
-
task_list = ['
|
30 |
-
'
|
31 |
-
'
|
32 |
-
'
|
33 |
-
'
|
34 |
-
'
|
35 |
-
'
|
36 |
-
'
|
37 |
-
'
|
38 |
-
'
|
39 |
-
'
|
40 |
-
'
|
41 |
'ancient_medical',
|
42 |
-
'
|
43 |
-
'
|
44 |
-
|
45 |
class ACLUEConfig(datasets.BuilderConfig):
|
46 |
def __init__(self, **kwargs):
|
47 |
super().__init__(version=datasets.Version("1.0.0"), **kwargs)
|
|
|
26 |
|
27 |
_URL = r"https://huggingface.co/datasets/tyouisen/aclue/resolve/main/aclue_v1_0_0.zip"
|
28 |
|
29 |
+
task_list = ['polysemy_resolution',
|
30 |
+
'poetry_sentiment_analysis',
|
31 |
+
'named_entity_recognition',
|
32 |
+
'basic_ancient_chinese',
|
33 |
+
'poetry_context_prediction',
|
34 |
+
'sentence_segmentation',
|
35 |
+
'couplet_prediction',
|
36 |
+
'poetry_appreciate',
|
37 |
+
'ancient_chinese_culture',
|
38 |
+
'ancient_phonetics',
|
39 |
+
'homographic_character_resolution',
|
40 |
+
'ancient_literature',
|
41 |
'ancient_medical',
|
42 |
+
'poetry_quality_assessment',
|
43 |
+
'reading_comprehension']
|
|
|
44 |
class ACLUEConfig(datasets.BuilderConfig):
|
45 |
def __init__(self, **kwargs):
|
46 |
super().__init__(version=datasets.Version("1.0.0"), **kwargs)
|