Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ TRAINING_DATA_MODELS ?= segmentation header affiliation-address reference-segmen
# symlink at data/generated-training-data or override the variable directly:
# make dev-generate-training-data TRAINING_DATA_OUTPUT=/path/to/output-repo
SOURCE_TRAINING_CONFIG ?= benchmarks/training-source.yml
SOURCE_TRAINING_DATA ?= data/source-training-data
SOURCE_TRAINING_MODE ?= smoke
SOURCE_TRAINING_DATA ?= data/source-training-data/$(SOURCE_TRAINING_MODE)
SOURCE_TRAINING_SPLIT ?= train

SHOW_FIELD ?=
Expand Down
10 changes: 8 additions & 2 deletions benchmarks/training-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ cc_by_corpora:
# ore: 199, scielo_preprints-jats: 1000
sampling:
smoke:
ore: 5
ore: 10
scielo_preprints-jats: 10
small:
ore: 20
ore: 25
scielo_preprints-jats: 25
medium:
ore: 50
scielo_preprints-jats: 50
large:
ore: 100
scielo_preprints-jats: 100
full:
ore: null # all records
scielo_preprints-jats: null
Expand Down
Loading