Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minosvasilias/toolformer-zero
React app implementing OpenAI and Google APIs to re-create behavior of the toolformer paper.
https://github.com/minosvasilias/toolformer-zero
Last synced: 18 days ago
JSON representation
React app implementing OpenAI and Google APIs to re-create behavior of the toolformer paper.
- Host: GitHub
- URL: https://github.com/minosvasilias/toolformer-zero
- Owner: minosvasilias
- Created: 2023-02-18T20:46:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-06T00:34:25.000Z (over 1 year ago)
- Last Synced: 2024-10-13T08:13:02.122Z (about 1 month ago)
- Language: TypeScript
- Size: 15 MB
- Stars: 233
- Watchers: 6
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toolformer Zero
[![Toolformer Zero](preview.png)](https://toolformerzero.com)
React app implementing OpenAI and Google APIs to re-create behavior of the [toolformer](https://arxiv.org/abs/2302.04761) paper.
It does so using zero/few-shot prompting. No model-finetuning is needed, instead the entire "training" of the model is happening via prompt engineering.
**You can find a deployed version of this project on [toolformerzero.com](https://toolformerzero.com).**
Hosted via GitHub Pages.
### Run the project yourself
- Clone this repository
- Run `npm install`
- Run `npm start`