Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTharinduDR <rhtdranasinghe@gmail.com>2021-06-22 13:30:52 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-06-22 13:30:52 +0300
commitfea11866ff3a0ce6aaac67c3a1f86938e41307a0 (patch)
tree8b26f4ed0f655c027b6c9c6ecc9918655d06c79e
parentef2920577f63909596eb2784ac3811c541f9fd7c (diff)
057: Code Refactoring - Siamese Architectures
-rw-r--r--transquest/algo/sentence_level/monotransquest/model_args.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/transquest/algo/sentence_level/monotransquest/model_args.py b/transquest/algo/sentence_level/monotransquest/model_args.py
index 658c3c7..35d8d2f 100644
--- a/transquest/algo/sentence_level/monotransquest/model_args.py
+++ b/transquest/algo/sentence_level/monotransquest/model_args.py
@@ -6,7 +6,7 @@ from transquest.model_args import TransQuestArgs
@dataclass
class MonoTransQuestArgs(TransQuestArgs):
"""
- Model args for a ClassificationModel
+ Model args for MonoTransQuest Model
"""
model_class: str = "MonoTransQuestModel"