CoolFace
Modelpublic

pszemraj/BERTopic-summcomparer-gauntlet-v0p1-sentence-t5-xl-summary

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
1likes23downloads
Model Card

BERTopic-summcomparer-gauntlet-v0p1-sentence-t5-xl-summary

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.

Hierarchy of topics:

Hierarchy

Usage

To use this model, please install BERTopic:

pip install -U -q bertopic safetensors

You can use the model as follows:

python
from bertopic import BERTopic
topic_model = BERTopic.load("pszemraj/BERTopic-summcomparer-gauntlet-v0p1-sentence-t5-xl-summary")

topic_model.visualize_topics()

# for dataframe:
# topic_model.get_topic_info()

predicting new instances:

python
topic, embedding = topic_model.transform(text)
print(topic)

Topic overview

  • —Number of topics: 24
  • —Number of training documents: 1960

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

Topic IDTopic KeywordsTopic FrequencyLabel
-1nosaicrawsp - sep4 - sec - data - image13-1nosaicrawspsep4secdata
0lecture - applications - methods - learning - topics1040lectureapplicationsmethodslearning
1cogvideo - videos - cogview2 - cog - video3031cogvideovideoscogview2cog
2ship - rainsford - hunted - island - hunts1172shiprainsfordhuntedisland
3films - dissertation - film - noir - identity1063filmsdissertationfilmnoir
4linguistics - language - languages - foundational - systems1044linguisticslanguagelanguagesfoundational
5nemo - dory - transcript - clownfish - fish1035nemodorytranscriptclownfish
6train - bruno - washington - station - tennis1026trainbrunowashingtonstation
7images - representations - image - captions - representation1027imagesrepresentationsimagecaptions
8merge - merging - explain - concept - problems1028mergemergingexplainconcept
9enhancement - enhancing - recordings - improve - waveforms1009enhancementenhancingrecordingsimprove
10arendelle - elsa - frozen - kristoff - olaf9910arendelleelsafrozenkristoff
11scene - story - script - movie - gillis9711scenestoryscriptmovie
12lecture - lemmatization - nlp - medical - techniques9612lecturelemmatizationnlpmedical
13questions - topics - conversation - terrance - talk8513questionstopicsconversationterrance
14sniper - kill - fury - combat - narrator8114sniperkillfurycombat
15images - lecture - ezurich - pathology - medical6715imageslectureezurichpathology
16timeseries - framework - interpretability - representations - next_concept3716timeseriesframeworkinterpretabilityrepresentations
17prediction - predictions - forecasting - predict - markov2717predictionpredictionsforecastingpredict
18images - imaging - computational - convolutional - lecture2718imagesimagingcomputationalconvolutional
19technology - treatment - methods - medical - detection2719technologytreatmentmethodsmedical
20novel - translation - henry - read - learn2320noveltranslationhenryread
21abridged - brief - synopsis - short - citations2221abridgedbriefsynopsisshort
22lecture - pathology - medical - computational - patients1622lecturepathologymedicalcomputational

</details>

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