fine-tuning 0.1

This commit is contained in:
Łukasz Jędyk 2022-04-09 15:50:12 +02:00
parent 0c7a9324e0
commit c19c8e3764
3 changed files with 15963 additions and 15906 deletions

File diff suppressed because it is too large Load Diff

View File

@ -171,7 +171,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 1,
"id": "sonic-hayes", "id": "sonic-hayes",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -189,6 +189,62 @@
"!./geval -t dev-0" "!./geval -t dev-0"
] ]
}, },
{
"cell_type": "markdown",
"id": "twelve-teddy",
"metadata": {},
"source": [
"#### Alpha 0.0001"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "accessible-myrtle",
"metadata": {},
"outputs": [],
"source": [
"!py run.py 0.0001"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "later-aircraft",
"metadata": {},
"outputs": [],
"source": [
"!./geval -t dev-0"
]
},
{
"cell_type": "markdown",
"id": "understanding-bandwidth",
"metadata": {},
"source": [
"#### Alpha 0.0005"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "blond-arthritis",
"metadata": {},
"outputs": [],
"source": [
"!py run.py 0.0005"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "regulation-creator",
"metadata": {},
"outputs": [],
"source": [
"!./geval -t dev-0"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "blank-coordinate", "id": "blank-coordinate",
@ -196,6 +252,7 @@
"source": [ "source": [
"| alpha | dev-0 score |\n", "| alpha | dev-0 score |\n",
"|-------|-------------|\n", "|-------|-------------|\n",
"| 0.0001 | |\n",
"| 0.0005 | |\n", "| 0.0005 | |\n",
"| 0.001 | 597.71 |\n", "| 0.001 | 597.71 |\n",
"| 0.005 | 717.87 |\n", "| 0.005 | 717.87 |\n",
@ -221,7 +278,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.8.10" "version": "3.9.2"
} }
}, },
"nbformat": 4, "nbformat": 4,

File diff suppressed because it is too large Load Diff