Spaces:
Sleeping
Sleeping
Update logic.py
Browse files
logic.py
CHANGED
@@ -98,7 +98,7 @@ def get_topics(docs):
|
|
98 |
representation_model = {
|
99 |
"KeyBERT": KeyBERTInspired(),
|
100 |
"LLM": Llam
|
101 |
-
|
102 |
|
103 |
# Pre-calculate embeddings
|
104 |
embedding_model = SentenceTransformer("BAAI/bge-small-en")
|
|
|
98 |
representation_model = {
|
99 |
"KeyBERT": KeyBERTInspired(),
|
100 |
"LLM": Llam
|
101 |
+
}
|
102 |
|
103 |
# Pre-calculate embeddings
|
104 |
embedding_model = SentenceTransformer("BAAI/bge-small-en")
|