Skip to content

Enhancing Term Based Document Retrieval by Word Embedding and Transformer Models

Notifications You must be signed in to change notification settings

SheikhMasturaFarzana/Master-Thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master-Thesis

Enhancing Term Based Document Retrieval by Word Embedding and Transformer Models

Due to space constraint I could not add the ELIB word embedding model and the fine-tuned transformer models. Please download and decompress all three folders into the main branch from this link . Afterwards, download the ft_en_cc model using the following command and place it inside the models folder,

import fasttext.util
fasttext.util.download_model('en', if_exists='ignore')  # English
ft = fasttext.load_model('cc.en.300.bin')

About

Enhancing Term Based Document Retrieval by Word Embedding and Transformer Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages