Skip to content

Commit

Permalink
datasets: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-it committed Jul 28, 2023
1 parent 0842419 commit f1a51ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flair/datasets/sequence_labeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,7 @@ def __init__(
ler_path = "https://raw.githubusercontent.com/elenanereiss/Legal-Entity-Recognition/master/data/"

for split in ["train", "dev", "test"]:
cached_path(f"{ler_path}ler_{split}.conll", Path("datasets") / dataset_name)
cached_path(f"{ler_path}ler_{split}.conll", Path("datasets") / dataset_name)

super().__init__(
data_folder,
Expand Down

0 comments on commit f1a51ab

Please sign in to comment.