forked from s478991/coachstats
25 lines
876 B
Markdown
25 lines
876 B
Markdown
|
|
||
|
GEval sample classification challenge
|
||
|
=====================================
|
||
|
|
||
|
Guess whether the weather is good for a walk (given temperature,
|
||
|
wind and rain).
|
||
|
|
||
|
This is a sample/toy classification challenge for Gonito framework. Replace it with
|
||
|
the description of your challenge.
|
||
|
|
||
|
Directory structure
|
||
|
-------------------
|
||
|
|
||
|
* `README.md` — this file
|
||
|
* `config.txt` — configuration file
|
||
|
* `train/` — directory with training data
|
||
|
* `train/in.tsv` — input data for the train set
|
||
|
* `train/expected.tsv` — expected (reference) data for the train set
|
||
|
* `dev-0/` — directory with dev (test) data
|
||
|
* `dev-0/in.tsv` — input data for the dev set
|
||
|
* `dev-0/expected.tsv` — expected (reference) data for the dev set
|
||
|
* `test-A` — directory with test data
|
||
|
* `test-A/in.tsv` — input data for the test set
|
||
|
* `test-A/expected.tsv` — expected (reference) data for the test set
|