Instructions to use CCatalao/respapers_topics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use CCatalao/respapers_topics with BERTopic:
from bertopic import BERTopic model = BERTopic.load("CCatalao/respapers_topics") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ This model was trained on ~30000 Research Papers abstracts with the KeyBERTInspi
|
|
| 17 |
The dataset was downloaded from [kaggle](https://www.kaggle.com/datasets/arashnic/urban-sound?resource=download&select=train_tm), with the two subsets (test and train) being merged into a single dataset.
|
| 18 |
|
| 19 |
To access the complete code, you can vist this tutorial on my GitHub page:
|
| 20 |
-
[ResPapers](https://github.com/ccatalao/respapers)
|
| 21 |
|
| 22 |
|
| 23 |
## Usage
|
|
|
|
| 17 |
The dataset was downloaded from [kaggle](https://www.kaggle.com/datasets/arashnic/urban-sound?resource=download&select=train_tm), with the two subsets (test and train) being merged into a single dataset.
|
| 18 |
|
| 19 |
To access the complete code, you can vist this tutorial on my GitHub page:
|
| 20 |
+
[ResPapers](https://github.com/ccatalao/respapers/blob/main/respapers.ipynb)
|
| 21 |
|
| 22 |
|
| 23 |
## Usage
|