Tianyu Gao
commited on
Commit
•
4eb931a
1
Parent(s):
77e83c9
upload data
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +7 -0
- cola/bin/input0/dict.txt +0 -0
- cola/bin/input0/preprocess.log +8 -0
- cola/bin/input0/test.bin +3 -0
- cola/bin/input0/test.idx +3 -0
- cola/bin/input0/train.bin +3 -0
- cola/bin/input0/train.idx +3 -0
- cola/bin/input0/valid.bin +3 -0
- cola/bin/input0/valid.idx +3 -0
- cola/bin/label/dict.txt +4 -0
- cola/bin/label/preprocess.log +6 -0
- cola/bin/label/train.bin +3 -0
- cola/bin/label/train.idx +3 -0
- cola/bin/label/valid.bin +3 -0
- cola/bin/label/valid.idx +3 -0
- cola/input0.test.raw +3 -0
- cola/input0.train.raw +3 -0
- cola/input0.val.raw +3 -0
- cola/label.test.label +3 -0
- cola/label.train.label +3 -0
- cola/label.val.label +3 -0
- cola/test.jsonl +3 -0
- cola/train.jsonl +3 -0
- cola/val.jsonl +3 -0
- mnli/bin/input0/dict.txt +0 -0
- mnli/bin/input0/preprocess.log +12 -0
- mnli/bin/input0/test.bin +3 -0
- mnli/bin/input0/test.idx +3 -0
- mnli/bin/input0/test1.bin +3 -0
- mnli/bin/input0/test1.idx +3 -0
- mnli/bin/input0/train.bin +3 -0
- mnli/bin/input0/train.idx +3 -0
- mnli/bin/input0/valid-mm.bin +3 -0
- mnli/bin/input0/valid-mm.idx +3 -0
- mnli/bin/input0/valid.bin +3 -0
- mnli/bin/input0/valid.idx +3 -0
- mnli/bin/input1/dict.txt +0 -0
- mnli/bin/input1/preprocess.log +12 -0
- mnli/bin/input1/test.bin +3 -0
- mnli/bin/input1/test.idx +3 -0
- mnli/bin/input1/test1.bin +3 -0
- mnli/bin/input1/test1.idx +3 -0
- mnli/bin/input1/train.bin +3 -0
- mnli/bin/input1/train.idx +3 -0
- mnli/bin/input1/valid-mm.bin +3 -0
- mnli/bin/input1/valid-mm.idx +3 -0
- mnli/bin/input1/valid.bin +3 -0
- mnli/bin/input1/valid.idx +3 -0
- mnli/bin/label/dict.txt +4 -0
- mnli/bin/label/preprocess.log +8 -0
.gitattributes
CHANGED
@@ -35,3 +35,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
36 |
*.ogg filter=lfs diff=lfs merge=lfs -text
|
37 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
36 |
*.ogg filter=lfs diff=lfs merge=lfs -text
|
37 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.label filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
41 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
42 |
+
*.idx filter=lfs diff=lfs merge=lfs -text
|
43 |
+
|
44 |
+
|
cola/bin/input0/dict.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
cola/bin/input0/preprocess.log
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Namespace(align_suffix=None, alignfile=None, all_gather_list_size=16384, azureml_logging=False, bf16=False, bpe=None, cpu=False, criterion='cross_entropy', dataset_impl='mmap', destdir='data/glue-bin/cola/input0', empty_cache_freq=0, fp16=False, fp16_init_scale=128, fp16_no_flatten_grads=False, fp16_scale_tolerance=0.0, fp16_scale_window=None, joined_dictionary=False, log_format=None, log_interval=100, lr_scheduler='fixed', memory_efficient_bf16=False, memory_efficient_fp16=False, min_loss_scale=0.0001, model_parallel_size=1, no_progress_bar=False, nwordssrc=-1, nwordstgt=-1, only_source=True, optimizer=None, padding_factor=8, plasma_path='/tmp/plasma', profile=False, quantization_config_path=None, reset_logging=False, scoring='bleu', seed=1, simul_type=None, slurm_job_id=None, slurm_job_name=None, source_lang=None, srcdict='data/gpt2_bpe/dict.txt', suppress_crashes=False, tag=None, target_lang=None, task='translation', tensorboard_logdir=None, testpref='data/glue/cola/input0.test.bpe', tgtdict=None, threshold_loss_scale=None, thresholdsrc=0, thresholdtgt=0, tokenizer=None, tpu=False, trainpref='data/glue/cola/input0.train.bpe', use_plasma_view=False, user_dir=None, validpref='data/glue/cola/input0.val.bpe', wandb_project=None, workers=3)
|
2 |
+
[None] Dictionary: 50264 types
|
3 |
+
[None] data/glue/cola/input0.train.bpe: 8551 sents, 88681 tokens, 0.0% replaced by <unk>
|
4 |
+
[None] Dictionary: 50264 types
|
5 |
+
[None] data/glue/cola/input0.val.bpe: 1043 sents, 11079 tokens, 0.0% replaced by <unk>
|
6 |
+
[None] Dictionary: 50264 types
|
7 |
+
[None] data/glue/cola/input0.test.bpe: 1063 sents, 11175 tokens, 0.0% replaced by <unk>
|
8 |
+
Wrote preprocessed data to data/glue-bin/cola/input0
|
cola/bin/input0/test.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4f8e6e093a2b71375dce08d0daf4127d650a700d5e7f0881dc6b1600d66cbc3
|
3 |
+
size 22350
|
cola/bin/input0/test.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b58042e07e5eee9108ae27140f44afacbb9b12264311a24b2711cea41a1c895
|
3 |
+
size 12782
|
cola/bin/input0/train.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc1e5ff8a0f36df31cf1a9a558c7a3c94d197d5edf465fa46b80d0dccd8d3ae2
|
3 |
+
size 177362
|
cola/bin/input0/train.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22076794a244a0ea5178ebc6ec6ec82fe2d707aab98896eb31f0e5327fc029ae
|
3 |
+
size 102638
|
cola/bin/input0/valid.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c8d523ba61d02105d3ebc77f92dd0707fa8a9641f1f6c2d82489df321a94ad0
|
3 |
+
size 22158
|
cola/bin/input0/valid.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84660d1e26cc666963e83f971330785f4b98d6db680d0eac998ca4a85ea18fd8
|
3 |
+
size 12542
|
cola/bin/label/dict.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1 6023
|
2 |
+
0 2528
|
3 |
+
madeupword0000 0
|
4 |
+
madeupword0001 0
|
cola/bin/label/preprocess.log
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Namespace(align_suffix=None, alignfile=None, all_gather_list_size=16384, azureml_logging=False, bf16=False, bpe=None, cpu=False, criterion='cross_entropy', dataset_impl='mmap', destdir='data/glue-bin/cola/label', empty_cache_freq=0, fp16=False, fp16_init_scale=128, fp16_no_flatten_grads=False, fp16_scale_tolerance=0.0, fp16_scale_window=None, joined_dictionary=False, log_format=None, log_interval=100, lr_scheduler='fixed', memory_efficient_bf16=False, memory_efficient_fp16=False, min_loss_scale=0.0001, model_parallel_size=1, no_progress_bar=False, nwordssrc=-1, nwordstgt=-1, only_source=True, optimizer=None, padding_factor=8, plasma_path='/tmp/plasma', profile=False, quantization_config_path=None, reset_logging=False, scoring='bleu', seed=1, simul_type=None, slurm_job_id=None, slurm_job_name=None, source_lang=None, srcdict=None, suppress_crashes=False, tag=None, target_lang=None, task='translation', tensorboard_logdir=None, testpref=None, tgtdict=None, threshold_loss_scale=None, thresholdsrc=0, thresholdtgt=0, tokenizer=None, tpu=False, trainpref='data/glue/cola/label.train.label', use_plasma_view=False, user_dir=None, validpref='data/glue/cola/label.val.label', wandb_project=None, workers=3)
|
2 |
+
[None] Dictionary: 8 types
|
3 |
+
[None] data/glue/cola/label.train.label: 8551 sents, 17102 tokens, 0.0% replaced by <unk>
|
4 |
+
[None] Dictionary: 8 types
|
5 |
+
[None] data/glue/cola/label.val.label: 1043 sents, 2086 tokens, 0.0% replaced by <unk>
|
6 |
+
Wrote preprocessed data to data/glue-bin/cola/label
|
cola/bin/label/train.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d3bc3fbae8446b4c3196146d460bb0a1ff7dc04dd83f20e5c16522ab87b03de
|
3 |
+
size 34204
|
cola/bin/label/train.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b972db9c852c464d324aaf3ed96779adbe3fe6a2f5a69311098edd556874b5bf
|
3 |
+
size 102638
|
cola/bin/label/valid.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cd25ad99baf8ca3f45f9c6d965c5543770cab137e77c88b2f86cd6ce57fad4c
|
3 |
+
size 4172
|
cola/bin/label/valid.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e18db621ec4d94bc13f8f69dd21d8c9947f77cd5c08b01b04737cec288a67463
|
3 |
+
size 12542
|
cola/input0.test.raw
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d439f4328476c2a21aca36e4a2427892f078ce10946f6d57006646b2ffe06bd
|
3 |
+
size 44568
|
cola/input0.train.raw
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4efa00e98f35ca56f0f1f48014a839804cfcec8761d4123570e9b795d6d95b2
|
3 |
+
size 356604
|
cola/input0.val.raw
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:858b49965a742c180278c533d948afccb09f28cc875877b616d22a3d29ea73e6
|
3 |
+
size 44677
|
cola/label.test.label
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0f858f73867fa9d803bb5fb1f6376aee0526146bb1c86cbc8d51f3bc2460e57
|
3 |
+
size 3189
|
cola/label.train.label
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddcdae1c906824ccd4a5531b2aa90400bfe950c13979a60374d00162bed231f8
|
3 |
+
size 17102
|
cola/label.val.label
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20369fe0935b97759c5aebb275d8c5a5fe676291fa90a781a5d24ad80602be24
|
3 |
+
size 2086
|
cola/test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e96fd8628fd17729bb8646eefddaf77f63923fbc71348b52fdc648346ebdf0d
|
3 |
+
size 83851
|
cola/train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5719d4ce8b49a030036cac1f164a0067ff54855861d10f5801ec1554697be5b9
|
3 |
+
size 689058
|
cola/val.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3474fdd08922a58afd286de50b3fe7fc866bcfbe58275109d9c79ff413bd8927
|
3 |
+
size 84254
|
mnli/bin/input0/dict.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
mnli/bin/input0/preprocess.log
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Namespace(align_suffix=None, alignfile=None, all_gather_list_size=16384, azureml_logging=False, bf16=False, bpe=None, cpu=False, criterion='cross_entropy', dataset_impl='mmap', destdir='data/glue-bin/mnli/input0', empty_cache_freq=0, fp16=False, fp16_init_scale=128, fp16_no_flatten_grads=False, fp16_scale_tolerance=0.0, fp16_scale_window=None, joined_dictionary=False, log_format=None, log_interval=100, lr_scheduler='fixed', memory_efficient_bf16=False, memory_efficient_fp16=False, min_loss_scale=0.0001, model_parallel_size=1, no_progress_bar=False, nwordssrc=-1, nwordstgt=-1, only_source=True, optimizer=None, padding_factor=8, plasma_path='/tmp/plasma', profile=False, quantization_config_path=None, reset_logging=False, scoring='bleu', seed=1, simul_type=None, slurm_job_id=None, slurm_job_name=None, source_lang=None, srcdict='data/gpt2_bpe/dict.txt', suppress_crashes=False, tag=None, target_lang=None, task='translation', tensorboard_logdir=None, testpref='data/glue/mnli/input0.test.bpe,data/glue/mnli/input0.test-mm.bpe', tgtdict=None, threshold_loss_scale=None, thresholdsrc=0, thresholdtgt=0, tokenizer=None, tpu=False, trainpref='data/glue/mnli/input0.train.bpe', use_plasma_view=False, user_dir=None, validpref='data/glue/mnli/input0.val.bpe,data/glue/mnli/input0.val-mm.bpe', wandb_project=None, workers=3)
|
2 |
+
[None] Dictionary: 50264 types
|
3 |
+
[None] data/glue/mnli/input0.train.bpe: 392702 sents, 9957937 tokens, 0.0% replaced by <unk>
|
4 |
+
[None] Dictionary: 50264 types
|
5 |
+
[None] data/glue/mnli/input0.val.bpe: 9815 sents, 242648 tokens, 0.0% replaced by <unk>
|
6 |
+
[None] Dictionary: 50264 types
|
7 |
+
[None] data/glue/mnli/input0.val-mm.bpe: 9832 sents, 251325 tokens, 0.0% replaced by <unk>
|
8 |
+
[None] Dictionary: 50264 types
|
9 |
+
[None] data/glue/mnli/input0.test.bpe: 9796 sents, 245720 tokens, 0.0% replaced by <unk>
|
10 |
+
[None] Dictionary: 50264 types
|
11 |
+
[None] data/glue/mnli/input0.test-mm.bpe: 9847 sents, 250325 tokens, 0.0% replaced by <unk>
|
12 |
+
Wrote preprocessed data to data/glue-bin/mnli/input0
|
mnli/bin/input0/test.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b7cae54fe5eb1bd737687c956a1430ba0a0d448f15ee2e61eb86856ff3d00ec
|
3 |
+
size 491440
|
mnli/bin/input0/test.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3abc24f1c8695371e22f844ff264fe9f461df6c18f9fe696441a06d21c254b0
|
3 |
+
size 117578
|
mnli/bin/input0/test1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60fa58e8217030c976c2c943b0e50103e22c4581f2bdd4c41b4a81dec50b7b5f
|
3 |
+
size 500650
|
mnli/bin/input0/test1.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:601da26507c0368cad7742a3319ef3c131e171de8cfdd595a7637f4bc58bc8cf
|
3 |
+
size 118190
|
mnli/bin/input0/train.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4639288756abbcac647b653a2226f29eb2dae96042cd3b623ec4ce21411240e
|
3 |
+
size 19915874
|
mnli/bin/input0/train.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2119be7a9e13185565f87674bac497a81c0d03af39f9c57543f54217387bef87
|
3 |
+
size 4712450
|
mnli/bin/input0/valid-mm.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b93718e91506ae23e650951f9bb98a77d6d200f42150e505fc81e32398eb494
|
3 |
+
size 502650
|
mnli/bin/input0/valid-mm.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02e2f3c62100cda58a304cfbe0915f856adf4c1f0470252e15df50f56634f4ed
|
3 |
+
size 118010
|
mnli/bin/input0/valid.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a3297f77bc9ee64490e00905cf553fd548289606c7d0206336d4c6eba5cccd6
|
3 |
+
size 485296
|
mnli/bin/input0/valid.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc1adf0f07247efc02a3e3e4b57ac4c20bd61926deaa1ea0dfd210f957c84666
|
3 |
+
size 117806
|
mnli/bin/input1/dict.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
mnli/bin/input1/preprocess.log
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Namespace(align_suffix=None, alignfile=None, all_gather_list_size=16384, azureml_logging=False, bf16=False, bpe=None, cpu=False, criterion='cross_entropy', dataset_impl='mmap', destdir='data/glue-bin/mnli/input1', empty_cache_freq=0, fp16=False, fp16_init_scale=128, fp16_no_flatten_grads=False, fp16_scale_tolerance=0.0, fp16_scale_window=None, joined_dictionary=False, log_format=None, log_interval=100, lr_scheduler='fixed', memory_efficient_bf16=False, memory_efficient_fp16=False, min_loss_scale=0.0001, model_parallel_size=1, no_progress_bar=False, nwordssrc=-1, nwordstgt=-1, only_source=True, optimizer=None, padding_factor=8, plasma_path='/tmp/plasma', profile=False, quantization_config_path=None, reset_logging=False, scoring='bleu', seed=1, simul_type=None, slurm_job_id=None, slurm_job_name=None, source_lang=None, srcdict='data/gpt2_bpe/dict.txt', suppress_crashes=False, tag=None, target_lang=None, task='translation', tensorboard_logdir=None, testpref='data/glue/mnli/input1.test.bpe,data/glue/mnli/input1.test-mm.bpe', tgtdict=None, threshold_loss_scale=None, thresholdsrc=0, thresholdtgt=0, tokenizer=None, tpu=False, trainpref='data/glue/mnli/input1.train.bpe', use_plasma_view=False, user_dir=None, validpref='data/glue/mnli/input1.val.bpe,data/glue/mnli/input1.val-mm.bpe', wandb_project=None, workers=3)
|
2 |
+
[None] Dictionary: 50264 types
|
3 |
+
[None] data/glue/mnli/input1.train.bpe: 392702 sents, 5154465 tokens, 0.0% replaced by <unk>
|
4 |
+
[None] Dictionary: 50264 types
|
5 |
+
[None] data/glue/mnli/input1.val.bpe: 9815 sents, 128091 tokens, 0.0% replaced by <unk>
|
6 |
+
[None] Dictionary: 50264 types
|
7 |
+
[None] data/glue/mnli/input1.val-mm.bpe: 9832 sents, 137668 tokens, 0.0% replaced by <unk>
|
8 |
+
[None] Dictionary: 50264 types
|
9 |
+
[None] data/glue/mnli/input1.test.bpe: 9796 sents, 127652 tokens, 0.0% replaced by <unk>
|
10 |
+
[None] Dictionary: 50264 types
|
11 |
+
[None] data/glue/mnli/input1.test-mm.bpe: 9847 sents, 137578 tokens, 0.0% replaced by <unk>
|
12 |
+
Wrote preprocessed data to data/glue-bin/mnli/input1
|
mnli/bin/input1/test.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bb32fe402af9999160392be795bdd595f851af6f289775d6b50e77de273e0b8
|
3 |
+
size 255304
|
mnli/bin/input1/test.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06f31b4742d5b7b852807a238f4c3d06d3f8a615e4149b8b04828b4fd3a76d79
|
3 |
+
size 117578
|
mnli/bin/input1/test1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95f3fcd6f6e1b9bc8a77eab21bf738c4c6759d9707a486923bea5b990674dc80
|
3 |
+
size 275156
|
mnli/bin/input1/test1.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:173c8b6260fd3a44d6707e194cffdb421374d966dcb3906e663da726badc1e2c
|
3 |
+
size 118190
|
mnli/bin/input1/train.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a09f2342d14135b10c80e2b8c6a77f14526f85787cced74eb9efc23baa9d10cc
|
3 |
+
size 10308930
|
mnli/bin/input1/train.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c7b3ec0516e0aac0616da754e3dc114a535f191406dca2b97f65171091d5323
|
3 |
+
size 4712450
|
mnli/bin/input1/valid-mm.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38891967c41e57e45f7f0db21d8ceb4cdb1b8bbd327b6fe9592f61bf7d4cfdea
|
3 |
+
size 275336
|
mnli/bin/input1/valid-mm.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e52b056dfdd7cf61fce101adc92af6d3ae989d572d74a48013f9cf36e6d4bbd4
|
3 |
+
size 118010
|
mnli/bin/input1/valid.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbd60d85d79d5db1229dbfd050e4c8a43196a6a96ee77fd6a9376b5805681473
|
3 |
+
size 256182
|
mnli/bin/input1/valid.idx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:415dbdc5e61de17848e08d26e25578262ff94c0dc56b418f1e60385924178690
|
3 |
+
size 117806
|
mnli/bin/label/dict.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
contradiction 130903
|
2 |
+
neutral 130900
|
3 |
+
entailment 130899
|
4 |
+
madeupword0000 0
|
mnli/bin/label/preprocess.log
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Namespace(align_suffix=None, alignfile=None, all_gather_list_size=16384, azureml_logging=False, bf16=False, bpe=None, cpu=False, criterion='cross_entropy', dataset_impl='mmap', destdir='data/glue-bin/mnli/label', empty_cache_freq=0, fp16=False, fp16_init_scale=128, fp16_no_flatten_grads=False, fp16_scale_tolerance=0.0, fp16_scale_window=None, joined_dictionary=False, log_format=None, log_interval=100, lr_scheduler='fixed', memory_efficient_bf16=False, memory_efficient_fp16=False, min_loss_scale=0.0001, model_parallel_size=1, no_progress_bar=False, nwordssrc=-1, nwordstgt=-1, only_source=True, optimizer=None, padding_factor=8, plasma_path='/tmp/plasma', profile=False, quantization_config_path=None, reset_logging=False, scoring='bleu', seed=1, simul_type=None, slurm_job_id=None, slurm_job_name=None, source_lang=None, srcdict=None, suppress_crashes=False, tag=None, target_lang=None, task='translation', tensorboard_logdir=None, testpref=None, tgtdict=None, threshold_loss_scale=None, thresholdsrc=0, thresholdtgt=0, tokenizer=None, tpu=False, trainpref='data/glue/mnli/label.train.label', use_plasma_view=False, user_dir=None, validpref='data/glue/mnli/label.val.label,data/glue/mnli/label.val-mm.label', wandb_project=None, workers=3)
|
2 |
+
[None] Dictionary: 8 types
|
3 |
+
[None] data/glue/mnli/label.train.label: 392702 sents, 785404 tokens, 0.0% replaced by <unk>
|
4 |
+
[None] Dictionary: 8 types
|
5 |
+
[None] data/glue/mnli/label.val.label: 9815 sents, 19630 tokens, 0.0% replaced by <unk>
|
6 |
+
[None] Dictionary: 8 types
|
7 |
+
[None] data/glue/mnli/label.val-mm.label: 9832 sents, 19664 tokens, 0.0% replaced by <unk>
|
8 |
+
Wrote preprocessed data to data/glue-bin/mnli/label
|