Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunrao87/lllm
https://github.com/arjunrao87/lllm
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjunrao87/lllm
- Owner: arjunrao87
- Created: 2024-02-29T02:51:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T11:18:28.000Z (8 months ago)
- Last Synced: 2024-05-21T08:18:16.927Z (6 months ago)
- Language: Python
- Size: 6.71 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local LLM (lllm)
A series of experiments with local LLMs
# TODOs
## Exp (Using Ollama)
- [x] Run mistral 7b locally
- [x] Run llama 2 locally
- [x] Run custom prompts with llama 2
- [x] Run API calls against llama/mistral## Exp (Get Twinny to work in VSCode)
- [x] Done with caveats
## Exp (Using Ollama for a Chat UI)
- [x] Create chat UI similar to [this](https://www.youtube.com/watch?v=n9AMtXLveMs)
## Exp (Create your own version of an open source LLM)
- [x] Custom prompts + temps
## Exp (Train Mistral on your own data - finetuning or use RAG)