Update semi-homo.py
Browse files- semi-homo.py +1 -1
semi-homo.py
CHANGED
@@ -30,7 +30,7 @@ class semiHomo(datasets.GeneratorBasedBuilder):
|
|
30 |
data_url="https://huggingface.co/datasets/matchbench/semi-homo/resolve/main/left.json",
|
31 |
),
|
32 |
|
33 |
-
|
34 |
name="target",
|
35 |
features={
|
36 |
"content": datasets.Value("string"),
|
|
|
30 |
data_url="https://huggingface.co/datasets/matchbench/semi-homo/resolve/main/left.json",
|
31 |
),
|
32 |
|
33 |
+
semiHomoConfig(
|
34 |
name="target",
|
35 |
features={
|
36 |
"content": datasets.Value("string"),
|