From ed516a415a1858306385208d2de4b46eabd94be7 Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Sat, 11 Nov 2023 18:40:22 +1100 Subject: [PATCH] Remove commands --- combo/commands/__init__.py | 1 - combo/commands/train.py | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 combo/commands/__init__.py delete mode 100644 combo/commands/train.py diff --git a/combo/commands/__init__.py b/combo/commands/__init__.py deleted file mode 100644 index 83ff4f4..0000000 --- a/combo/commands/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from .train import FinetuningTrainModel \ No newline at end of file diff --git a/combo/commands/train.py b/combo/commands/train.py deleted file mode 100644 index f4bb807..0000000 --- a/combo/commands/train.py +++ /dev/null @@ -1,10 +0,0 @@ -from pytorch_lightning import Trainer - - -class FinetuningTrainModel(Trainer): - """ - Class made only for finetuning, - the only difference is saving vocab from concatenated - (archive and current) datasets - """ - pass \ No newline at end of file -- GitLab