-
Hey, thanks for the great work -- do you plan to release your trained LDA model for the analysis in sec 4.2? Thanks!
-
MataTopics https://github.com/bm2-lab/MetaTopics
qcmuu updated
5 years ago
-
Test:
- from_user
- reset_cards
- topics_to_study
- share
-
[Topic modeling tools](https://code.google.com/p/topic-modeling-tool/wiki/TopicModelingTool)
[Topic modeling wit the GUI](http://www.themacroscope.org/?page_id=391)
[Interpreting topic modeling result…
-
I created a Zero-Shot Model with certain topics specified and some that Zero Topics found.
```python
# BERTopic Model
topic_model = BERTopic(
embedding_model="thenlper/gte-small", # https:/…
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
Hi. I am trying to perform BERTopic using gpt model represenattion. I got the …
-
Hello @MaartenGr and thanks for the awesome bertopic library! I want to perform zeroshot topic modeling with no embedding model. I have used an external model to get embeddings of documents and zerosh…
-
- [ ] Setup ROS environment
- [ ] Setup Gazebo
- [ ] Add 3D models to the world
- [ ] Check ROS topics to interact with the environment
-
BerTopic Version = 0.16.4
```
umap_model = umap.UMAP(n_neighbors=15, n_components=24, min_dist=0.0, metric='cosine', random_state=100)
embedding_model = SentenceTransformer('sentence-transformers/p…
-
I have Finetuned Llama2 model with LORA for QA task and now for inference/ streaming I would like to use Triton-llm which requires TensorRT model format.
Is there any source code/ resources that I ca…