About challenge README.md
This commit is contained in:
parent
2b508cb9d5
commit
471d5974cd
10
README.md
10
README.md
@ -554,10 +554,18 @@ output_directory=...
|
||||
# (but you could decide otherwise)
|
||||
all: $(output_directory)/train/in.tsv.xz $(output_directory)/train/expected.tsv \
|
||||
$(output_directory)/dev-0/in.tsv.xz $(output_directory)/dev-0/expected.tsv \
|
||||
$(output_directory)/test-A/in.tsv.xz $(output_directory)/test-A/expected.tsv
|
||||
$(output_directory)/test-A/in.tsv.xz $(output_directory)/test-A/expected.tsv \
|
||||
$(output_directory)/README.md
|
||||
# always validate the challenge
|
||||
geval --validate --expected-directory $(output_directory)
|
||||
|
||||
# we need to replace the default README.md, we assume that it
|
||||
# is kept as challenge-readme.md in the repo with this Makefile;
|
||||
# note that the title from README.md will be taken as the title of the challenge
|
||||
# and the first paragraph — as a short description
|
||||
$(output_directory)/README.md: challenge-readme.md
|
||||
cp $< $@
|
||||
|
||||
$(output_directory)/config.txt:
|
||||
mkdir -p $(output_directory)
|
||||
geval --init --expected-directory $(output_directory) --metric MAIN_METRIC --metric AUXILIARY_METRIC --precision N --gonito-host https://some.gonito.host.net
|
||||
|
Loading…
Reference in New Issue
Block a user