runfish5
runfish5
I made a `!pip install fastBPE` and it went through those lines, but stopped later at ```py generate = m.generate([src_tokens], beam=args.beam)[0] ``` With the error: ```py NameError Traceback (most recent...
SUCCESS!!!!!!! ⭐ ⭐ ⭐ ⭐ ⭐ Thank you all for your help. With your combined effort, I finished the template, here it is: https://gist.github.com/raven44099/edd254c6f5dbcfe5faad7701d1df88cf
I didn't finish *KD-DTI dataset stuff*, sorry for not making it clear. I only finished it for *RE-DDI*.
Yes, the variables were not set! Thank you very much! I solved it by adding: ``` %env MOSES=/content/BioGPT/mosesdecoder %env FASTBPE=/content/BioGPT/fastBPE ``` Now the output looks different, I hope its correct....