nlql / configs / serve.json
serve.json
Raw
{
    "model_path": "tscholak/3vnuv1vf",
    "source_prefix": "",
    "schema_serialization_type": "peteshaw",
    "schema_serialization_randomized": false,
    "schema_serialization_with_db_id": true,
    "schema_serialization_with_db_content": true,
    "normalize_query": true,
    "target_with_db_id": true,
    "db_path": "/database",
    "cache_dir": "/transformers_cache",
    "num_beams": 4,
    "num_return_sequences": 1,
    "use_picard": true,
    "launch_picard": true,
    "picard_mode": "parse_with_guards",
    "picard_schedule": "incremental",
    "picard_max_tokens_to_check": 2,
    "device": 0
}