Codex
Add lightweight table model base64 weights
7f6b209
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
```