bertopic_tces_v1

This is a BERTopic model. BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.

Usage

To use this model, please install BERTopic:

pip install -U bertopic

You can use the model as follows:

from bertopic import BERTopic
topic_model = BERTopic.load("lgdias/bertopic_tces_v1")

topic_model.get_topic_info()

Topic overview

  • Number of topics: 2
  • Number of training documents: 2749
Click here for an overview of all topics.
Topic ID Topic Keywords Topic Frequency Label
-1 contrato - recursos - execucao - prazo - objeto 1363 -1_contrato_recursos_execucao_prazo
0 contas - especial - tomada - comissao - portaria 1386 0_contas_especial_tomada_comissao

Training hyperparameters

  • calculate_probabilities: False
  • language: None
  • low_memory: False
  • min_topic_size: 10
  • n_gram_range: (1, 1)
  • nr_topics: None
  • seed_topic_list: None
  • top_n_words: 10
  • verbose: True
  • zeroshot_min_similarity: 0.7
  • zeroshot_topic_list: None

Framework versions

  • Numpy: 2.2.6
  • HDBSCAN: 0.8.39
  • UMAP: 0.5.9.post2
  • Pandas: 2.3.3
  • Scikit-Learn: 1.7.2
  • Sentence-transformers: 5.1.1
  • Transformers: 4.57.0
  • Numba: 0.61.2
  • Plotly: 6.3.1
  • Python: 3.10.18
Downloads last month
10
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support