Spaces:
Sleeping
Sleeping
Upload 22 files
Browse files- scoring.py +1 -1
scoring.py
CHANGED
|
@@ -23,7 +23,7 @@ WEIGHTS: dict[str, float] = {
|
|
| 23 |
"pattern": 0.12,
|
| 24 |
}
|
| 25 |
|
| 26 |
-
TOP_K =
|
| 27 |
|
| 28 |
|
| 29 |
# ---------------------------------------------------------------------------
|
|
|
|
| 23 |
"pattern": 0.12,
|
| 24 |
}
|
| 25 |
|
| 26 |
+
TOP_K = 6
|
| 27 |
|
| 28 |
|
| 29 |
# ---------------------------------------------------------------------------
|