Commit b46db8ad authored by stephenwu's avatar stephenwu
Browse files

changed file name

parent 19e8cf91
...@@ -1282,7 +1282,7 @@ class AXgProcessor(DataProcessor): ...@@ -1282,7 +1282,7 @@ class AXgProcessor(DataProcessor):
def get_test_examples(self, data_dir): def get_test_examples(self, data_dir):
"""See base class.""" """See base class."""
return self._create_examples( return self._create_examples(
self._read_jsonl(os.path.join(data_dir, "test.jsonl")), "test") self._read_jsonl(os.path.join(data_dir, "AX-g.jsonl")), "test")
def get_labels(self): def get_labels(self):
"""See base class.""" """See base class."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment