Upload project

This commit is contained in:
jenkins-promoscan 2024-05-19 23:58:06 +02:00
parent 8202edc3ba
commit f268de4aa1
11 changed files with 128356 additions and 5447 deletions

View File

@ -0,0 +1,25 @@
Sport Texts Classification Challenge - Ball
======================
Guess whether the sport is connected to the ball for a Polish article. Evaluation metrics: Accuracy, Likelihood.
Classes
-------
* `1` — ball
* `0` — no-ball
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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
--metric Likelihood --metric Accuracy --precision 5

File diff suppressed because one or more lines are too long

1103
Word2Vec.ipynb Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

5452
dev-0/out.tsv Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

5446
test-A/out-test-A.tsv Normal file

File diff suppressed because it is too large Load Diff

5449
test-A/out.tsv Normal file

File diff suppressed because it is too large Load Diff

98132
train/train.tsv/train.tsv Normal file

File diff suppressed because it is too large Load Diff