.ipynb_checkpoints | ||
dev-0 | ||
test-A | ||
train | ||
bayes.ipynb | ||
config.txt | ||
README.md | ||
run.py |
Sport Texts Classification Challenge - Ball
Guess whether the sport is connected to the ball for a Polish article. Evaluation metrics: Accuracy, Likelihood.
Classes
1
— ball0
— no-ball
Directory structure
README.md
— this fileconfig.txt
— configuration filetrain/
— directory with training datatrain/train.tsv
— sample train setdev-0/
— directory with dev (test) datadev-0/in.tsv
— input data for the dev setdev-0/expected.tsv
— expected (reference) data for the dev settest-A
— directory with test datatest-A/in.tsv
— input data for the test settest-A/expected.tsv
— expected (reference) data for the test set