Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasertech/oneos
Everything to train LLMs on tailored data to be servered for system integration with natural language.
https://github.com/wasertech/oneos
Last synced: 9 days ago
JSON representation
Everything to train LLMs on tailored data to be servered for system integration with natural language.
- Host: GitHub
- URL: https://github.com/wasertech/oneos
- Owner: wasertech
- Created: 2023-09-01T09:08:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-08T23:57:16.000Z (3 months ago)
- Last Synced: 2024-10-14T21:57:31.410Z (24 days ago)
- Language: NewLisp
- Homepage:
- Size: 1.69 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OneOS
Everything to train LLMs on tailored data to be servered for system integration with natural language.
## [Datasets](data/)
This part aims to ease the creation of a dataset to train a NLU OS.
## [Training](Trainer/)
Efficiently train/fine-tune a custom LLM for the system.
## [InferenceAPI](InferenceAPI/)
Serve a large language model.
## [Console](Console/)
Use the console to prompt the served LLM.
## [Notebooks](notebook/)
Notebooks to have fun with data and models.