added bert_topic train.py and infer.py #3

Merged
Richie merged 2 commits from feature/added-bert_topic-train.py-and-infer.py into main 2026-05-02 20:59:08 -04:00
Showing only changes of commit 2034a760c9 - Show all commits
+2
View File
@@ -51,6 +51,7 @@ class FinetuneConfig:
)
@dataclass
class BenchmarkConfig:
"""Top-level benchmark configuration loaded from TOML."""
@@ -102,6 +103,7 @@ class OpenAIConfig:
)
Richie marked this conversation as resolved Outdated
Outdated
Review

add @dataclass

add @dataclass
@dataclass
class BertTopicTrainConfig:
"""BERTopic training configuration loaded from TOML."""