CoolFace
Modelpublic

pszemraj/BERTopic-summcomparer-gauntlet-v0p1-all-roberta-large-v1-document_text

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes18downloads
Model Card

BERTopic-summcomparer-gauntlet-v0p1-all-roberta-large-v1-document_text

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.

[image]

Usage

To use this model, please install BERTopic:

pip install -U bertopic safetensors

You can use the model as follows:

python
from bertopic import BERTopic
topic_model = BERTopic.load("pszemraj/BERTopic-summcomparer-gauntlet-v0p1-all-roberta-large-v1-document_text")

topic_model.get_topic_info()

Topic overview

  • —Number of topics: 17
  • —Number of training documents: 995

<details> <summary>Click here for an overview of all topics.</summary>

Topic IDTopic KeywordsTopic FrequencyLabel
-1clustering - convolutional - neural - hierarchical - autoregressive11-1clusteringconvolutionalneuralhierarchical
0betty - door - her - gillis - room150bettydoorhergillis
1frozen - anna - snow - hans - elsa2411frozenannasnowhans
2closeup - shot - viewpoint - umpire - camera2112closeupshotviewpointumpire
3dory - gill - coral - marlin - ocean1713dorygillcoralmarlin
4operations - structure - operation - theory - interpretation604operationsstructureoperationtheory
5spatial - identity - movement - identities - noir595spatialidentitymovementidentities
6vocabulary - words - topic - text - topics456vocabularywordstopictext
7encoder - captions - embeddings - decoder - caption407encodercaptionsembeddingsdecoder
8saw - hounds - smiled - had - hunt268sawhoundssmiledhad
9learning - assignment - data - research - project229learningassignmentdataresearch
10cogvideo - videos - videogpt - video - clips2110cogvideovideosvideogptvideo
11lstm - recurrent - encoder - seq2seq - neural1811lstmrecurrentencoderseq2seq
12improve - next - do - going - good1712improvenextdogoing
13vocoding - spectrogram - enhancement - melspectrogram - audio1413vocodingspectrogramenhancementmelspectrogram
14probabilities - tagging - probability - words - gram1214probabilitiestaggingprobabilitywords
15convolutional - segmentation - superpixel - convolutions - superpixels1215convolutionalsegmentationsuperpixelconvolutions

</details>

hierarchy

h

Training hyperparameters

  • —calculate_probabilities: True
  • —language: None
  • —low_memory: False
  • —mintopicsize: 10
  • —ngramrange: (1, 1)
  • —nr_topics: None
  • —seedtopiclist: None
  • —topnwords: 10
  • —verbose: True

Framework versions

  • —Numpy: 1.22.4
  • —HDBSCAN: 0.8.29
  • —UMAP: 0.5.3
  • —Pandas: 1.5.3
  • —Scikit-Learn: 1.2.2
  • —Sentence-transformers: 2.2.2
  • —Transformers: 4.29.2
  • —Numba: 0.56.4
  • —Plotly: 5.13.1
  • —Python: 3.10.11