This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
Releases: strikoder/Prompt-Recommender
Releases · strikoder/Prompt-Recommender
Transformers
- A transformer model has been implemented to replace cosine similarity to improve the efficiency for our model
- Cloud deployment
Full Changelog: V1.0...V1.1
Cosine similarity
In this version, the cosine_similarity method is utilized to predict the optimal output prompt. The subsequent phase involves developing a model that can predict the most suitable ideal prompts for the user, even beyond the scope of the existing database.
Full Changelog: V0.1.0...V1.0