Instructions to use sprenkamp/BERTopicTelegramAnalysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use sprenkamp/BERTopicTelegramAnalysis with BERTopic:
from bertopic import BERTopic model = BERTopic.load("sprenkamp/BERTopicTelegramAnalysis") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ pipeline_tag: text-classification
|
|
| 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.
|
| 13 |
|
|
|
|
|
|
|
| 14 |
## Usage
|
| 15 |
|
| 16 |
To use this model, please install BERTopic:
|
|
|
|
| 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.
|
| 13 |
|
| 14 |
+
The model uses data from 32 open Telegram channels were Ukrainian Refugees exchange, we use the model to study refugee needs within Switzerland
|
| 15 |
+
|
| 16 |
## Usage
|
| 17 |
|
| 18 |
To use this model, please install BERTopic:
|