tagoyal / sow-reap-paraphrasing

Contains data/code for the paper "Neural Syntactic Preordering for Controlled Paraphrase Generation" (ACL 2020).
77 stars 9 forks source link

where is the weights.hdf5 and options.hdf5 files described in Training data for SOW #10

Closed TITC closed 3 years ago

TITC commented 3 years ago

Here is a description found at Training data for SOW

The code also requires ELMO representations for each input sentence. 
For these, download the weights.hdf5 and options.hdf5 file for ELMO and place it in a folder. 
Set ELMO_WEIGHTS_FOLDER as the path to this folder.

but I haven't found any files named with weights.hdf5 and options.hdf5, does such files is substitute by any ELMO pre-trained models?

tagoyal commented 3 years ago

Refer to this repo: https://github.com/allenai/bilm-tf

TITC commented 3 years ago

Thanks