From 56a3b9f9607a6ceea6d2391b60655f24b8b6d003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= <leviathan@libresilicon.com> Date: Fri, 28 Jun 2024 17:25:18 +0100 Subject: [PATCH] Drastically increase epochs and then get a beer It's weekend LOL --- src/py/tty3.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/py/tty3.py b/src/py/tty3.py index a0df053..29158e4 100644 --- a/src/py/tty3.py +++ b/src/py/tty3.py @@ -3,6 +3,7 @@ import json from fac_tools import run_command from fac_tools import get_fac_wrapper from fac_tools import load_weights_and_biases +from fac_tools import dump_neural_network from transformers import AutoTokenizer @@ -56,7 +57,7 @@ run_command(server,str(decay_rate)) run_command(server,"TRAIN") run_command(server,"RUN_EPOCHS") -run_command(server,str(100)) +run_command(server,str(20000)) weights_and_biases = dump_neural_network(server) -- GitLab