init
This commit is contained in:
commit
51a439b642
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
fsdgsgsg
|
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
|
||||||
|
twitter 140 year prediction
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
Dataset from paper "Twitter Sentiment Classification using Distant Supervision"
|
||||||
|
|
||||||
|
Dev test contains 100k samples from train set.
|
||||||
|
Test set has deleted neutral samples and added 100k samples from train set.
|
||||||
|
|
||||||
|
Directory structure
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* `README.md` — this file
|
||||||
|
* `config.txt` — configuration file
|
||||||
|
* `train/` — directory with training data
|
||||||
|
* `train/in.tsv` — input data for the train set
|
||||||
|
* `train/expected.tsv` — expected (reference) data for the 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
|
1
config.txt
Normal file
1
config.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
--metric RMSE --metric MAE --precision 5
|
100000
dev-0/expected.tsv
Normal file
100000
dev-0/expected.tsv
Normal file
File diff suppressed because it is too large
Load Diff
100000
dev-0/in.tsv
Normal file
100000
dev-0/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
100359
test-A/in.tsv
Normal file
100359
test-A/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
1400000
train/expected.tsv
Normal file
1400000
train/expected.tsv
Normal file
File diff suppressed because it is too large
Load Diff
1400000
train/in.tsv
Normal file
1400000
train/in.tsv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user