To setup your environment for inference with the model, you will need to run one of these two sets of commands.
For MacOS/Linux:
bash setup.sh
source pfas-venv/bin/activate
For Windows:
setup.bat
call pfas-venv\Scripts\activate
Once you have ran one of two of these setup commands, you will be able to use the model with the cross-platform-pipeline.py script that you downloaded.
To ask your own question, open the cross-platform-pipeline.py file and edit the line prompt question.
Then run the cross-platform-pipeline.py file using this command:
python cross-platform-pipeline.py
After a few minutes, you should see an answer printed.
NOTE: Running this model requires at least 32 GB of RAM.