Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add vONTSS #111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add vONTSS #111

wants to merge 2 commits into from

Conversation

jiangxiaoyuwww
Copy link

@jiangxiaoyuwww jiangxiaoyuwww commented Sep 28, 2023

Tested via dataset loaded via load_dataset

from datasets import load_dataset
from octis.evaluation_metrics.diversity_metrics import TopicDiversity
from octis.evaluation_metrics.coherence_metrics import Coherence
from octis.models.VONT import VONT


df = load_dataset('xwjzds/ag_news')
model_output = model.train_model(df['train']['text'])# Train the model

TODO: change dataset proprocessing function to take OCTIS's dataset format as input

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant