Transformer Lab
Download, interact, and finetune models locally.
Explore the docs »
View Demo
·
Report Bugs
·
Suggest Features
About The Project
Transformer Lab is an app that allows anyone to experiment with Large Language Models.
With Transformer Lab, you can:
- Download hundreds of popular models
- Interact with models through chat or completions
- Finetune models using a library of datasets, or your own data
- Evaluate models
- Access all of the functionality through a REST API
And you can do the above, all through a simple cross-platform GUI.
Built With
Getting Started
The best way to get started is to download the app from the Transformer Lab Homepage.
Building from Scratch
To build the app yourself, pull this repo, and follow the steps below:
Install packages:
npm install
Start the app in dev:
npm start
Packaging for Production
To package apps for the local platform:
npm run package
License
Distributed under the ??? License. See LICENSE.txt
for more information.
Reference
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}
}
Contact
Ali Asaria - @aliasaria