Skip to content

Using Triplet Loss and Siamese Neural Networks to Train Catalog Item Embeddings.

License

Notifications You must be signed in to change notification settings

engichang1467/Triplet-Siamese-Catalog-Embeddings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Triplet Loss and Siamese Neural Networks to Train Catalog Item Embeddings

Overview

Dataset

Dataset contains the query text, positive wording of the text and negative wording of the text. The dataset is later extended by using Cohere API to help generate more data to train.

QUERY_TEXT,POSITIVE,NEGATIVE
desserts, shakes,veggie burger with cheeese
sushi, thai chef fresh rolls, meat lasagna
acai bowl, acai bowl delivered, mint chocolate chip polar pizza
cupcake, carrot, buffalo chicken
consultative approach, apple pie, broccoli
goat cheese, goat cheese salad, lamb biryani
  • Checkout the data generator app here Hugging Face Spaces
  • Checkout the source code of the data generator app here

References

About

Using Triplet Loss and Siamese Neural Networks to Train Catalog Item Embeddings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages