Update prof_standards_sbert_large_mt_nlu_ru.py
Browse files
prof_standards_sbert_large_mt_nlu_ru.py
CHANGED
@@ -95,6 +95,4 @@ class ProfStandardsDatasetBuilder(datasets.ArrowBasedBuilder):
|
|
95 |
]
|
96 |
|
97 |
def _generate_tables(self, file_path):
|
98 |
-
|
99 |
-
file_path = file_path[len(_BASE_URL):]
|
100 |
-
yield self.config.name, pq.read_table(file_path)
|
|
|
95 |
]
|
96 |
|
97 |
def _generate_tables(self, file_path):
|
98 |
+
yield self.config.name, pq.read_table(open(file_path, "rb"))
|
|
|
|