tensorflow / similarity

TensorFlow Similarity is a python package focused on making similarity learning quick and easy.
Apache License 2.0
1.01k stars 104 forks source link

Add an example or guide for text dataset #146

Open rostandk opened 2 years ago

rostandk commented 2 years ago

Any tips or example with an approach on how to perform training on text dataset ? ideally using a pre-trained model from the Tensorflow hub or huggingface ?

kunal-bhadra commented 2 years ago

Hey, same question here! I wanted to try this for a user-user recommender system based on text data. It'd be great it this could be added as an example.

ebursztein commented 2 years ago

We don't have yet a good way to do this yet -- but will get to it.

barathbheeman commented 2 years ago

We don't have yet a good way to do this yet -- but will get to it.

do you mean there's no good way to do any text similarity or good way to do the recommendation system?

ydennisy commented 2 years ago

+1 On this question, is this library suitable for text based datasets?