Skip to content

sssm12/Semantic-Similarity-with-BERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Semantic-Similarity-with-BERT

Purpose: This code is to do semantic similarity which means determining the similarity between two sentences. Link to this code: https://github.com/sssm12/Semantic-Similarity-with-BERT

Method: Using SNLI (Stanford Natural Language Inference) corpus to analyze the similarity between sentences with Transformers. For fine-tuning, BERT model is used. This model take inputs of two sentences and outputs the similarity score of those inputs.

Contain three datasets:

• SNLI_Corpus/snli_1.0_train.csv – train_df
image
• SNLI_Corpus/snli_1.0_dev.csv – valid_df
image
• SNLI_Corpus/snli_1.0_test.csv – test_df
image

Process:
image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published