0.01 score

This commit is contained in:
Łukasz Jędyk 2022-04-09 17:23:30 +02:00
parent c19c8e3764
commit 994f53d215

View File

@ -181,10 +181,18 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 2,
"id": "recent-malaysia", "id": "recent-malaysia",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"931.42\r\n"
]
}
],
"source": [ "source": [
"!./geval -t dev-0" "!./geval -t dev-0"
] ]
@ -258,7 +266,7 @@
"| 0.005 | 717.87 |\n", "| 0.005 | 717.87 |\n",
"| 0.01 | 774.42 |\n", "| 0.01 | 774.42 |\n",
"| 0.05 | 892.35 |\n", "| 0.05 | 892.35 |\n",
"| 0.1 | |" "| 0.1 | 931.42 |"
] ]
} }
], ],
@ -278,7 +286,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.2" "version": "3.8.10"
} }
}, },
"nbformat": 4, "nbformat": 4,