I have been exploring models that I can fine tune with my own data to provide embeddings for the task of pair wise similarity calculation.
My data looks like: [title][space][url]. I do not have domain specific information. There are two questions that I have:
What would the instruction look like in this case for training and inference scenarios?
I wish to deploy this in production and use TensorRT for inference. Could you help me with an example of how that would work out?
Hi,
I have been exploring models that I can fine tune with my own data to provide embeddings for the task of pair wise similarity calculation. My data looks like: [title][space][url]. I do not have domain specific information. There are two questions that I have:
Thanks, Mon