Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.11 KB

File metadata and controls

24 lines (17 loc) · 1.11 KB

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