Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,10 @@ This pre-trained model was built to demonstrate the use of representation model
|
|
| 16 |
This model was trained on ~30000 Research Papers abstracts with the KeyBERTInspired representation method (bertopic.representation).
|
| 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 |
## Usage
|
| 20 |
|
| 21 |
To use this model, please install BERTopic:
|
|
|
|
| 16 |
This model was trained on ~30000 Research Papers abstracts with the KeyBERTInspired representation method (bertopic.representation).
|
| 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
|
| 24 |
|
| 25 |
To use this model, please install BERTopic:
|