This is a simple demo app showcasing Palmyra-Fin-128k in a chat assistant scenario.
First, install Writer Frameowrk:
pip install writerTo build this application, you'll need to sign up for Writer AI Studio and create a new Framework application. This will create an API key. To pass your API key to the Writer Framework, you'll need to set an environment variable called WRITER_API_KEY:
export WRITER_API_KEY=your-api-keyThen, navigate to this folder and run:
writer edit .To test out the FailSafeQA dataset with the Palmyra-Fin-128k, check out the dataset here
To learn more, check out the full documentation for Writer Framework.