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