-
Notifications
You must be signed in to change notification settings - Fork 4
Decrease model inference time #3
Copy link
Copy link
Open
Labels
Description
Chintan2108
opened on Sep 11, 2020
Issue body actions
- Currently the sentence pair similarity algorithm uses the pre-trained model of 3 million vectors, and the inference time of the model for a single pair instance is around 1000ms which is too high
- Perform quantitative analysis and subset the model vectors to decrease the inference time and increasing the sentence grouping accuracy
Reactions are currently unavailable