Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Siamese model #11

Merged
merged 12 commits into from
Dec 3, 2023
Merged

Siamese model #11

merged 12 commits into from
Dec 3, 2023

Conversation

srishagaur
Copy link
Collaborator

  • SMS integration w/ model
  • Fix model

name = names[pair_index]
pair_prob = prob[pair_index][0]
print(f"Similar to {name} with probability: ", pair_prob)
name = names[0]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally should use for loop to loop over all elements, rather than predicting only on one element

Copy link
Contributor

@evanmwilliams evanmwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@JamesZhang2 JamesZhang2 merged commit d9b7148 into main Dec 3, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants