Upload model_metadata.json with huggingface_hub
Browse files- model_metadata.json +37 -0
model_metadata.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_model": "RandomForest",
|
| 3 |
+
"feature_columns": [
|
| 4 |
+
"num_joins",
|
| 5 |
+
"has_subquery",
|
| 6 |
+
"num_conditions",
|
| 7 |
+
"has_groupby",
|
| 8 |
+
"has_orderby",
|
| 9 |
+
"has_having",
|
| 10 |
+
"has_limit",
|
| 11 |
+
"has_distinct",
|
| 12 |
+
"has_like",
|
| 13 |
+
"has_exists",
|
| 14 |
+
"has_case",
|
| 15 |
+
"num_aggregations",
|
| 16 |
+
"num_tables",
|
| 17 |
+
"query_length",
|
| 18 |
+
"num_select_cols",
|
| 19 |
+
"has_between",
|
| 20 |
+
"has_in",
|
| 21 |
+
"has_left_join",
|
| 22 |
+
"join_complexity",
|
| 23 |
+
"num_tokens",
|
| 24 |
+
"num_string_literals",
|
| 25 |
+
"num_numeric_literals",
|
| 26 |
+
"nesting_depth",
|
| 27 |
+
"has_string_func",
|
| 28 |
+
"has_arithmetic"
|
| 29 |
+
],
|
| 30 |
+
"engines": [
|
| 31 |
+
"sqlite",
|
| 32 |
+
"duckdb"
|
| 33 |
+
],
|
| 34 |
+
"training_samples": 892,
|
| 35 |
+
"val_accuracy": 0.9936,
|
| 36 |
+
"test_accuracy": 1.0
|
| 37 |
+
}
|