CLI Module
CLI entrypoint for frankenstein-transformer.
Provides the frankenstein-transformer command with subcommands for
training, deployment, quantization, inference, SBERT training/inference,
HuggingFace Transformers export, and a Streamlit web server for
configuration building.
- src.cli.build_parser() ArgumentParser[source]
Build the top-level argument parser with all subcommands.
- Returns:
An
argparse.ArgumentParserwith subparsers fortrain,deploy,quantize,infer,sbert-train,sbert-infer,transformers-export, andweb-server.