Closed ranjeetds closed 4 years ago
Hi,
Thank you for your interests on our work.
You need to generated cnn_dm-bin
by following 2) BPE preprocess and 3) Binarize dataset just as when you finetune the model.
Sorry for the confusion and I will update the README
Thanks!
Thank you very much for the prompt response. Will follow the steps you have mentioned.
@icml-2020-nlp could you please mention that step 2) BPE preprocess commands are bash commands so that they needs to be run through terminal itself (Even though it is apperent it creates confusion at first)
@ranjeetds Thank you!
Hi @ranjeetds ,
Have you installed fairseq == 0.8.0
?
pip install fairseq==0.8.0
(Edited. Sorry without spaces)
@icml-2020-nlp no.
@ranjeetds As we mentioned in here, you need to install
pip install fairseq==0.8.0
AND
cd fairseq-semsim
pip install --editable .
Would you please proceed with the pre-processing steps after you install fairseq == 0.8.0
and let us know the results?
I am checking the code once again and also thinking of making some requirement.txt
....
Thanks for letting us know!
Fyi you need python3-dev
to install fairseq
sudo apt-get install python3-dev (match your python version)
Hi @icml-2020-nlp, Thank you very much for your valuable response. Got everything working fine. Thank you very much.
While inferencing the model getting this above error at
data_name_or_path='cnn_dm-bin'
I have not tuned
BART
model. I downloaded semsim pretrained model and trying to use it for inference on test data set.