First Commit Master

This commit is contained in:
Bartusiak 2020-04-19 10:43:10 +02:00
parent bd6894f191
commit 12f1942371
9 changed files with 290932 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*~
*.swp
*.bak
*.pyc
*.o
.DS_Store
.token

1
config.txt Normal file
View File

@ -0,0 +1 @@
--metric MSE --precision 4 --in-header in-header.tsv --out-header out-header.tsv

9061
dev-0/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

BIN
dev-0/in.tsv.xz Normal file

Binary file not shown.

1
in-header.tsv Normal file
View File

@ -0,0 +1 @@
PostText
1 PostText

1
out-header.tsv Normal file
View File

@ -0,0 +1 @@
Label
1 Label

BIN
test-A/in.tsv.xz Normal file

Binary file not shown.

281860
train/expected.tsv Normal file

File diff suppressed because it is too large Load Diff

BIN
train/in.tsv.xz Normal file

Binary file not shown.