Update relHeter.py
Browse files- relHeter.py +3 -3
relHeter.py
CHANGED
@@ -19,7 +19,7 @@ class relHeterConfig(datasets.GeneratorBasedBuilder):
|
|
19 |
"rtable_id": datasets.Value("string"),
|
20 |
"label": datasets.Value("string"),
|
21 |
},
|
22 |
-
data_url="https://huggingface.co/datasets/
|
23 |
),
|
24 |
relHeterConfig(
|
25 |
name="source",
|
@@ -30,7 +30,7 @@ class relHeterConfig(datasets.GeneratorBasedBuilder):
|
|
30 |
"phone": datasets.Value("string"),
|
31 |
"category": datasets.Value("string"),
|
32 |
},
|
33 |
-
data_url="https://huggingface.co/datasets/
|
34 |
),
|
35 |
relHeterConfig(
|
36 |
name="target",
|
@@ -42,7 +42,7 @@ class relHeterConfig(datasets.GeneratorBasedBuilder):
|
|
42 |
"type": datasets.Value("string"),
|
43 |
"class": datasets.Value("string"),
|
44 |
},
|
45 |
-
data_url="https://huggingface.co/datasets/
|
46 |
),
|
47 |
]
|
48 |
|
|
|
19 |
"rtable_id": datasets.Value("string"),
|
20 |
"label": datasets.Value("string"),
|
21 |
},
|
22 |
+
data_url="https://huggingface.co/datasets/RUC-DataLab/rel-heter/resolve/main/",
|
23 |
),
|
24 |
relHeterConfig(
|
25 |
name="source",
|
|
|
30 |
"phone": datasets.Value("string"),
|
31 |
"category": datasets.Value("string"),
|
32 |
},
|
33 |
+
data_url="https://huggingface.co/datasets/RUC-DataLab/rel-heter/resolve/main/tableA.csv",
|
34 |
),
|
35 |
relHeterConfig(
|
36 |
name="target",
|
|
|
42 |
"type": datasets.Value("string"),
|
43 |
"class": datasets.Value("string"),
|
44 |
},
|
45 |
+
data_url="https://huggingface.co/datasets/RUC-DataLab/rel-heter/resolve/main/tableB.csv",
|
46 |
),
|
47 |
]
|
48 |
|