diff --git a/templates/challenge-how-to.hamlet b/templates/challenge-how-to.hamlet index 70ae7b4..f624690 100644 --- a/templates/challenge-how-to.hamlet +++ b/templates/challenge-how-to.hamlet @@ -124,11 +124,43 @@ $maybe token <- mToken
Gonito can take the description, tags and parameters of a submission from a number of sources (in order of precedence): +
Gonito can take the metadata (description, tags, parameters) of a submission from a number of sources (in order of precedence):
Here is an example of gonito.yaml, in which all metadata could be given: + +
+ description: This my brilliant solution + tags: + \ - neural-network + \ - left-to-right + params: + \ epochs: 10 + \ learning-rate: 0.01 + unwanted-params: + \ - model-file + \ - vocab-file + param-files: + \ - "*.yaml" + \ - config/*.yamlIt might seem a little bit complicated, but you could simply use the method which is the most convenient for you.