Update semi-heter.py
Browse files- semi-heter.py +2 -2
semi-heter.py
CHANGED
@@ -27,7 +27,7 @@ class semiHeter(datasets.GeneratorBasedBuilder):
|
|
27 |
features={
|
28 |
"content": datasets.Value("string"),
|
29 |
},
|
30 |
-
data_url="https://huggingface.co/datasets/matchbench/
|
31 |
),
|
32 |
|
33 |
semiHeterConfig(
|
@@ -35,7 +35,7 @@ class semiHeter(datasets.GeneratorBasedBuilder):
|
|
35 |
features={
|
36 |
"content": datasets.Value("string"),
|
37 |
},
|
38 |
-
data_url="https://huggingface.co/datasets/matchbench/
|
39 |
),
|
40 |
]
|
41 |
|
|
|
27 |
features={
|
28 |
"content": datasets.Value("string"),
|
29 |
},
|
30 |
+
data_url="https://huggingface.co/datasets/matchbench/semi-heter/resolve/main/left.json",
|
31 |
),
|
32 |
|
33 |
semiHeterConfig(
|
|
|
35 |
features={
|
36 |
"content": datasets.Value("string"),
|
37 |
},
|
38 |
+
data_url="https://huggingface.co/datasets/matchbench/semi-heter/resolve/main/right.json",
|
39 |
),
|
40 |
]
|
41 |
|