Transformer Lab Client
The transformerlab-client package provides Python interfaces for interacting with Transformer Lab, enabling you to integrate your machine learning workflows with Transformer Lab's monitoring and management capabilities.
API Reference
This page documents the classes and methods provided by the transformerlab-client library.
Example Training Script
This page provides a full working example of using the Transformer Lab Client for fine-tuning a language model. The example demonstrates the entire workflow from initialization to model saving, with proper progress reporting and error handling.