Update README.md
Browse files
README.md
CHANGED
@@ -14,17 +14,11 @@ BERTopic is a flexible and modular topic modeling framework that allows for the
|
|
14 |
This pre-trained model demonstrates the use of several representation models that can be used within BERTopic. This model was trained on ~30000 ArXiv abstracts with the following topic representation methods (`bertopic.representation`):
|
15 |
|
16 |
* POS
|
17 |
-
* `PartOfSpeech("en_core_web_lg")`
|
18 |
* KeyBERTInspired
|
19 |
-
|
20 |
-
*
|
21 |
-
|
22 |
-
*
|
23 |
-
* `[KeyBERTInspired(), MaximalMarginalRelevance(diversity=0.3)]`
|
24 |
-
* OpenAI_Label
|
25 |
-
* `OpenAI(model="gpt-3.5-turbo", exponential_backoff=True, chat=True, diversity=0.1)`
|
26 |
-
* OpenAI_Summary
|
27 |
-
* `[KeyBERTInspired(), summarization_model]`
|
28 |
|
29 |
An example of the default c-TF-IDF representations:
|
30 |
|
|
|
14 |
This pre-trained model demonstrates the use of several representation models that can be used within BERTopic. This model was trained on ~30000 ArXiv abstracts with the following topic representation methods (`bertopic.representation`):
|
15 |
|
16 |
* POS
|
|
|
17 |
* KeyBERTInspired
|
18 |
+
* MaximalMarginalRelevance
|
19 |
+
* KeyBERT + MaximalMarginalRelevance
|
20 |
+
* ChatGPT labels
|
21 |
+
* ChatGPT summaries
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
An example of the default c-TF-IDF representations:
|
24 |
|