Skip to content

Commit

Permalink
do not set a BASE_DATASET_REVISION in generic BratBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Dec 7, 2023
1 parent ec14a3d commit 844dd84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pie_datasets/builders/brat.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ class BratBuilder(GeneratorBasedBuilder):
]

BASE_DATASET_PATH = "DFKI-SLT/brat"
BASE_DATASET_REVISION = "70446e79e089d5e5cd5f3426061991a2fcfbf529"
BASE_DATASET_REVISION = (
None # it is highly recommended to set this to a commit hash in any derived builder
)

def _generate_document(self, example, **kwargs):
return example_to_document(
Expand Down

0 comments on commit 844dd84

Please sign in to comment.