Skip to content

Commit d17b91d

Browse files
author
Kemal Maulana
committed
Re-generate train 1k, test, and valid data
1 parent a222e27 commit d17b91d

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

data/output/ptb-test.ini

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
[DEFAULT]
2-
which = test
3-
version = 3.0
1+
[ARGUMENTS]
42
corrected = True
5-
merged = True
63
max_sentences = None
4+
merged = True
5+
version = 3.0
6+
which = test
7+
8+
[META]
9+
script_path = src/dataset.py
10+
commit_hash = a222e272e0f774bc8762df518e39727a19e1dbc1
711

data/output/ptb-train-1k.ini

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
[DEFAULT]
2-
which = train
3-
version = 3.0
1+
[ARGUMENTS]
42
corrected = True
5-
merged = True
63
max_sentences = 1000
4+
merged = True
5+
version = 3.0
6+
which = train
7+
8+
[META]
9+
script_path = src/dataset.py
10+
commit_hash = a222e272e0f774bc8762df518e39727a19e1dbc1
711

data/output/ptb-valid.ini

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
[DEFAULT]
2-
which = valid
3-
version = 3.0
1+
[ARGUMENTS]
42
corrected = True
5-
merged = True
63
max_sentences = None
4+
merged = True
5+
version = 3.0
6+
which = valid
7+
8+
[META]
9+
script_path = src/dataset.py
10+
commit_hash = a222e272e0f774bc8762df518e39727a19e1dbc1
711

0 commit comments

Comments
 (0)