| This folder contains the lightweight table-to-SQL adapter trained locally in this task. | |
| Files: | |
| - `model.safetensors.base64`: base64-encoded weights (decode with `base64 -d model.safetensors.base64 > model.safetensors`). | |
| - Tokenizer/config files copied from the training output to load the model after decoding. | |
| Command to reconstruct the weights: | |
| ```bash | |
| base64 -d model.safetensors.base64 > model.safetensors | |
| ``` | |