Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,16 @@ pip install -U bertopic
|
|
22 |
You can use the model as follows:
|
23 |
|
24 |
```python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
from bertopic import BERTopic
|
26 |
topic_model = BERTopic.load("ZhafranR/BERTopic-Indonesia-Finance-News")
|
27 |
|
|
|
22 |
You can use the model as follows:
|
23 |
|
24 |
```python
|
25 |
+
'''
|
26 |
+
Topic 0 -> Impact of Federal Reserve Tapering on Indonesia Financial Markets
|
27 |
+
Topic 1 -> Initial Public Offering (IPO) in Indonesia State-Owned Entreprise (BUMN)
|
28 |
+
Topic 2 -> Restructuring and Transformation of Banking in Indonesia
|
29 |
+
Topic 3 -> Impact of China's Economic Slowdown on Indonesia International Trade and Investment
|
30 |
+
Topic 4 -> Exchange Rate of Indonesian Rupiah (to US Dollar)
|
31 |
+
Topic 5 -> Legal Proceedings In Indonesian
|
32 |
+
Topic 6 -> Insurances and Membership in Indonesia
|
33 |
+
Topic 7 -> Bank Indonesian's Economics Policies and Stability Measures
|
34 |
+
'''
|
35 |
from bertopic import BERTopic
|
36 |
topic_model = BERTopic.load("ZhafranR/BERTopic-Indonesia-Finance-News")
|
37 |
|