25 lines
881 B
Markdown
25 lines
881 B
Markdown
|
|
||
|
GEval sample challenge
|
||
|
======================
|
||
|
|
||
|
Guess the mass of a planet.
|
||
|
|
||
|
This is a sample challenge for Gonito framework (guessing the mass of a planet using its
|
||
|
orbital period, orbital eccentricity and the number of its moons). 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
|