structured-neural-summarization
structured-neural-summarization copied to clipboard
targets.jsonl.gz
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 !