Skip to content

Commit

Permalink
adjust for #44
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Nov 13, 2023
1 parent b96e22c commit 7c5f900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ class Conll2003(GeneratorBasedBuilder):
# The Huggingface identifier that points to the base dataset. This may be any string that works
# as path with Huggingface `datasets.load_dataset`.
BASE_DATASET_PATH = "conll2003"
# It is strongly recommended to also specify the revision (tag name, or branch name, or commit hash)
# of the base dataset. This ensures that the dataset will not change unexpectedly when the base dataset
# is updated.
BASE_DATASET_REVISION = "01ad4ad271976c5258b9ed9b910469a806ff3288"

# The builder configs, see https://huggingface.co/docs/datasets/dataset_script for further information.
BUILDER_CONFIGS = [
Expand Down

0 comments on commit 7c5f900

Please sign in to comment.