Upload project
This commit is contained in:
parent
8202edc3ba
commit
f268de4aa1
25
.ipynb_checkpoints/README-checkpoint.md
Normal file
25
.ipynb_checkpoints/README-checkpoint.md
Normal 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
|
1103
.ipynb_checkpoints/Word2Vec-checkpoint.ipynb
Normal file
1103
.ipynb_checkpoints/Word2Vec-checkpoint.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
1
.ipynb_checkpoints/config-checkpoint.txt
Normal file
1
.ipynb_checkpoints/config-checkpoint.txt
Normal file
@ -0,0 +1 @@
|
||||
--metric Likelihood --metric Accuracy --precision 5
|
745
.ipynb_checkpoints/main-checkpoint.ipynb
Normal file
745
.ipynb_checkpoints/main-checkpoint.ipynb
Normal file
File diff suppressed because one or more lines are too long
1103
Word2Vec.ipynb
Normal file
1103
Word2Vec.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
5452
dev-0/.ipynb_checkpoints/in-checkpoint.tsv
Normal file
5452
dev-0/.ipynb_checkpoints/in-checkpoint.tsv
Normal file
File diff suppressed because it is too large
Load Diff
5452
dev-0/out.tsv
Normal file
5452
dev-0/out.tsv
Normal file
File diff suppressed because it is too large
Load Diff
10895
test-A/in.tsv
10895
test-A/in.tsv
File diff suppressed because it is too large
Load Diff
5446
test-A/out-test-A.tsv
Normal file
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
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
98132
train/train.tsv/train.tsv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user