Trubnik1967 commited on
Commit
b54fe60
·
verified ·
1 Parent(s): b7f6bfa

Update README.md

Browse files

Изменено наименование модели

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ library_name: bertopic
6
  pipeline_tag: text-classification
7
  ---
8
 
9
- # kmeans_15
10
 
11
  This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
12
  BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
@@ -23,7 +23,7 @@ You can use the model as follows:
23
 
24
  ```python
25
  from bertopic import BERTopic
26
- topic_model = BERTopic.load("Trubnik1967/kmeans_15")
27
 
28
  topic_model.get_topic_info()
29
  ```
 
6
  pipeline_tag: text-classification
7
  ---
8
 
9
+ # kmeans_6
10
 
11
  This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
12
  BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
 
23
 
24
  ```python
25
  from bertopic import BERTopic
26
+ topic_model = BERTopic.load("Trubnik1967/kmeans_6")
27
 
28
  topic_model.get_topic_info()
29
  ```