Skip to content

Research project on deep learning models for out-of-distribution document detection.

License

Notifications You must be signed in to change notification settings

wrenparismoe/ood-document-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE547 Project

Code for CSE547 Project, 2023

Requirements

Dataset

  • RVL-CDIP Dataset (See "data/readme.txt" for detailed data descriptions)

Training and Evaluation

Run the model with the following commands:

>> python run.py --task_name "rvl_cdip" --loss "margin"

The loss can take "margin" or "self", which means using margin-based or self-supervised contrastive loss respectively.

About

Research project on deep learning models for out-of-distribution document detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published