You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated video advertisement content analysis system using Sentence Transformers and cosine similarity for yes/no question evaluation. Features text embedding with all-mpnet-base-v2, batch processing, vector indexing, and performance evaluation against human-coded ground truth data.
I implemented this Rag system by using Both Langchain and LlamaIndex Frameworks. As the LLM i have used Mistral-7B-Instruct-v0.2 Open source model. As the embedding model I have used all-mpnet-base-v2.