Instructions to use nataliecastro/BERTopic-transcripts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use nataliecastro/BERTopic-transcripts with BERTopic:
from bertopic import BERTopic model = BERTopic.load("nataliecastro/BERTopic-transcripts") - Notebooks
- Google Colab
- Kaggle
File size: 310 Bytes
d1aa12a b530faf 4cd69fd d1aa12a 4cd69fd d1aa12a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"calculate_probabilities": true,
"language": null,
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": null,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": true,
"zeroshot_min_similarity": 0.7,
"zeroshot_topic_list": null
} |