Skip to content
New issue

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

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

Already on GitHub? Sign in 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

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

Successfully merging this pull request may close these issues.

None yet

1 participant