File size: 416 Bytes
7f6b209
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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
```