Fix execution PATH for PPLM Example (#14287)

This commit is contained in:
Junbum Lee
2021-11-06 23:33:47 +09:00
committed by GitHub
parent 34307bb358
commit c016dbdbda

View File

@@ -17,7 +17,7 @@ Please check out the repo under uber-research for more information: https://gith
git clone https://github.com/huggingface/transformers && cd transformers git clone https://github.com/huggingface/transformers && cd transformers
pip install . pip install .
pip install nltk torchtext # additional requirements. pip install nltk torchtext # additional requirements.
cd examples/text-generation/pplm cd examples/research_projects/pplm
``` ```
## PPLM-BoW ## PPLM-BoW