Fran

Results 2 issues of Fran

In https://github.com/ChenRocks/fast_abs_rl/blob/master/make_extraction_labels.py#L47 you split articles and abstracts into sentences to compute the labels for extraction. However `t.split()` splits into words, and not sentences. Is this a bug? If not, how...

Can you please clarify the true names of the 4 now available models? `SMALL`: - `117M` according to https://github.com/openai/gpt-2-output-dataset and https://github.com/openai/gpt-2/blob/master/README.md and https://openai.com/blog/better-language-models/ - `124M` according to https://github.com/openai/gpt-2/blob/master/download_model.py and https://openai.com/blog/gpt-2-1-5b-release/...