Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheyao/llm
Large Language Model in one week (Trained on Ascendance of a Bookworm)
https://github.com/cheyao/llm
ai aob llm python torch
Last synced: about 2 months ago
JSON representation
Large Language Model in one week (Trained on Ascendance of a Bookworm)
- Host: GitHub
- URL: https://github.com/cheyao/llm
- Owner: cheyao
- License: zlib
- Created: 2024-09-04T14:30:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T12:26:47.000Z (4 months ago)
- Last Synced: 2024-09-14T22:42:30.906Z (4 months ago)
- Topics: ai, aob, llm, python, torch
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ascendance of a bookworm LLM
Making a llm for the hackclub ysws programI'm using 33 volumes of Ascendance of a Bookworm as training data :D
## Usage
```
python3 -m env vnev
source vnev/bin/activate
pip install -r requirements.txt
curl -L https://www.kaggle.com/api/v1/models/geminn/ascendance-of-a-bookworm-llm/pyTorch/default/1/download
fastapi run main.py
```
Now visit http://localhost:8000/## Disclaimer
This project is just a educational project, if any of the publishers isn't happy, just email me a message and I'll sort it out.