Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucataco/potas-gpt-j-6b
Potassium implementation of GPT-J-6B
https://github.com/lucataco/potas-gpt-j-6b
potassium
Last synced: 3 months ago
JSON representation
Potassium implementation of GPT-J-6B
- Host: GitHub
- URL: https://github.com/lucataco/potas-gpt-j-6b
- Owner: lucataco
- Created: 2023-07-29T23:39:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T00:48:24.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:56:11.703Z (10 months ago)
- Topics: potassium
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Potassium GPT-J App
This is a Potassium HTTP server, created with `banana init` CLI
Implementation of [EleutherAI/gpt-j-6b](https://huggingface.co/EleutherAI/gpt-j-6b)
### Testing
Start a local dev server with `banana dev`
### Deployment
1. Create empty repo on [Github](https://github.com)
2. Push this repo to github```
git remote add origin https://github.com/{username}/{repo-name}.git
```3. [Log into Banana](https://app.banana.dev/onboard)
4. Select this repo to build and deploy!