Skip to content

Commit

Permalink
use Tacred.BASE_DATASET_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Oct 24, 2023
1 parent efa2b0c commit a25875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataset_builders/pie/test_tacred.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

logger = logging.getLogger(__name__)

HF_DATASET_PATH = "DFKI-SLT/tacred"
PIE_DATASET_PATH = f"{PIE_BASE_PATH}/tacred"
HF_DATASET_PATH = Tacred.BASE_DATASET_PATH
SPLITS = ["train", "validation", "test"]
EXAMPLE_IDX = 0
NUM_SAMPLES = 3
Expand Down

0 comments on commit a25875a

Please sign in to comment.