CoderPat / structured-neural-summarization

A repository with the code for the paper with the same title
MIT License
74 stars 26 forks source link

targets.jsonl.gz #24

Open shellycsy opened 5 years ago

shellycsy commented 5 years ago

hello,ognn-build-vocab --with_sequence_tokens \ --save_vocab /data/naturallanguage/cnn_dailymail/output.vocab \ /data/naturallanguage/cnn_dailymail/split/train/targets.jsonl.gz Is 'targets.jsonl.gz' mentioned here 'summaries.jsonl.gz'? I am running this line of code: python convert2graph.py /path/to/output/xml /path/to/summaries /path/to/output I got the 'inputs.jsonl.gz' and 'summaries.jsonl.gz',There is no 'targets.jsonl.gz'. and how do I understand this vocab? thank you !