Commit
·
fd10c55
1
Parent(s):
a2cb5db
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ pooling_model = models.Pooling(word_embedding_model.get_word_embedding_dimension
|
|
37 |
embedding_model = SentenceTransformer(modules=[word_embedding_model, pooling_model])
|
38 |
|
39 |
topic_model = BERTopic.load("rodrigomoreirasilva/bertopic_lai_recursos_CGU",
|
40 |
-
embedding_model=
|
41 |
topic_model.get_topic_info()
|
42 |
|
43 |
#Função para tratar o texto antes do calculo das embeddings
|
|
|
37 |
embedding_model = SentenceTransformer(modules=[word_embedding_model, pooling_model])
|
38 |
|
39 |
topic_model = BERTopic.load("rodrigomoreirasilva/bertopic_lai_recursos_CGU",
|
40 |
+
embedding_model=embedding_model)
|
41 |
topic_model.get_topic_info()
|
42 |
|
43 |
#Função para tratar o texto antes do calculo das embeddings
|