StructFormer is a Transformer-based model built to automate structured data adjustments from validation errors. It learns to generate SQL or CSV-based inserts, updates, or deletes based on input errors and lookup data.
🚀 Trained with SentencePiece tokenizer on domain-specific errors and adjustments 💡 Can be extended to any structured transformation task
🛠️ Technologies Used
Python 3.10
Keras 3 with PyTorch backend
SentencePiece Tokenizer
Transformer Encoder-Decoder
FastAPI (Planned)
LangChain (Planned for prompt-based data refinement)