File size: 339 Bytes
b63515c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"model_name": "t5-small",
"languages": [
"SQL",
"MongoDB"
],
"operations": [
"create",
"read",
"update",
"delete",
"join",
"alter",
"drop",
"view",
"use"
],
"max_input_len": 96,
"max_output_len": 192,
"prompt_format": "translate English to {language} {operation}: {nl_query}"
} |