Spaces:
Configuration error
Configuration error
Delete README.md
Browse files
README.md
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
# PAL - Program Aided Language Model (PAL)
|
2 |
-
Using streamlit, openai 'text-davinci-003' and Langchain to create a program aided language model. They are achieve state of the art results on math word problems. This project is a proof of concept to see if we can make an application to help people with their math problems by using a language model to help them understand the problem better.
|
3 |
-
|
4 |
-
Use an LLM -> decompose the problem into runnable steps -> run program in PY IDE -> return results to user.
|
5 |
-
|
6 |
-
Learn more by reading the [paper](https://arxiv.org/pdf/2211.10435.pdf) or visiting the [website](https://reasonwithpal.com/).
|
7 |
-
|
8 |
-
## Installation
|
9 |
-
To install requirements, make a virtual environment and run:
|
10 |
-
```bash
|
11 |
-
make venv/bin/activate
|
12 |
-
|
13 |
-
# activate the virtual environment
|
14 |
-
source venv/bin/activate
|
15 |
-
|
16 |
-
make install
|
17 |
-
```
|
18 |
-
|
19 |
-
## Usage
|
20 |
-
To run the app, make sure you are in the virtual environment and run:
|
21 |
-
```bash
|
22 |
-
make run
|
23 |
-
```
|
24 |
-
|
25 |
-
## Contributing
|
26 |
-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
27 |
-
|
28 |
-
## License
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|