Skip to content

This repository consists of a sample of PUBMED RCT predictor which was trained on 20,000 lines/data. The model starts from using a simple tokenizer(sentence) embedding model to predict the line type. As the notebook progresses, It uses the character alongside the token embeddings to predict the outputs and thus acts as a hybrid model. This is fo…

Notifications You must be signed in to change notification settings

ikiiftekhar2/PubMed-RCT-Line-predictor-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PubMed-RCT-Line-predictor-classifier

This repository consists of a sample of PUBMED RCT predictor which was trained on 20,000 lines/data. The model starts from using a simple tokenizer(sentence) embedding model to predict the line type. As the notebook progresses, It uses the character alongside the token embeddings to predict the outputs and thus acts as a hybrid model. This is followed by using a "tri-input" model which takes character embeddings alongside token (sentence) embeddings and the line number of each lines to predict the type of line and classify them respectively.

About

This repository consists of a sample of PUBMED RCT predictor which was trained on 20,000 lines/data. The model starts from using a simple tokenizer(sentence) embedding model to predict the line type. As the notebook progresses, It uses the character alongside the token embeddings to predict the outputs and thus acts as a hybrid model. This is fo…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published