Go to file
Jakub 3cadf4fa61 v1.0 2022-06-07 23:50:42 +02:00
dev-0 sport-text-classification s478874 2022-06-07 17:27:48 +02:00
test-A v1.0 2022-06-07 23:50:42 +02:00
train sport-text-classification s478874 2022-06-07 17:27:48 +02:00
.gitignore Init 2018-12-15 21:46:05 +01:00
README.md Init 2018-12-15 21:46:05 +01:00
config.txt Init 2018-12-15 21:46:05 +01:00
run.py sport-text-classification s478874 2022-06-07 17:27:48 +02:00

README.md

Sport Texts Classification Challenge

Guess the sport discipline for a Polish article.

Possible disciplines: pilka-nozna, siatkowka, sporty-walki, pilka-reczna, koszykowka, tenis, moto, zimowe. Evaluation metric is Accuracy.

Directory structure

  • README.md — this file
  • config.txt — configuration file
  • train/ — directory with training data
  • train/train.tsv — sample 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