The aim of this repository is to create a generalised way of evaluating the efficacy of different embedding models.
To do this, the inital step is to create the embeddings. The script for this is located in the EmbeddingGenerator file. After this, the set of queries and truths should be listed in the Queries&Truths file.
The scripts for running the tests are located within the Testing folder. The evaluated metrics are as follows:
Embedding Generator Script
The aim is to create a generalised script that can handle multiple different embedding models with minimal intervention.
21 commits
Python
100.0%
The aim of this repository is to create a generalised way of evaluating the efficacy of different embedding models.
To do this, the inital step is to create the embeddings. The script for this is located in the EmbeddingGenerator file. After this, the set of queries and truths should be listed in the Queries&Truths file.
The scripts for running the tests are located within the Testing folder. The evaluated metrics are as follows:
Embedding Generator Script
The aim is to create a generalised script that can handle multiple different embedding models with minimal intervention.
21 commits
Python
100.0%