transformerlab / transformerlab-app
- пятница, 2 мая 2025 г. в 00:00:02
Open Source Application for Advanced LLM Engineering: interact, train, fine-tune, and evaluate large language models on your own computer.
100% Open Source Toolkit for Large Language Models: Train, Tune, Chat on your own Machine
Download
·
Explore the docs »
View Demo
·
Report Bugs
·
Suggest Features
·
Join Discord
·
Follow on Twitter
Note: Transformer Lab is actively being developed. Please join our Discord or follow us on Twitter for updates. Questions, feedback and contributions are highly valued!
Transformer Lab is an app that allows anyone to experiment with Large Language Models.
Transformer Lab is proud to be supported by Mozilla through the Mozilla Builders Program
Transformer Lab allows you to:
And you can do the above, all through a simple cross-platform GUI.
Click here to download Transformer Lab.
Read this page to learn how to install and use.
To build the app yourself, pull this repo, and follow the steps below:
(Please note that the current build doesn't work on Node v23 but it works on v22)
npm install
npm start
To package apps for the local platform:
npm run package
Distributed under the AGPL V3 License. See LICENSE.txt
for more information.
If you found Transformer Lab useful in your research or applications, please cite using the following BibTeX:
@software{transformerlab,
author = {Asaria, Ali},
title = {Transformer Lab: Experiment with Large Language Models},
month = December,
year = 2023,
url = {https://github.com/transformerlab/transformerlab-app}
}