Skip to content

mafshar99/ARDS_Classifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARDS_Classifier

Run CUI model

export CUI_DATA_DIR=/path/to/cui_dataset/
export OUTPUT_DIR=/path/to/outputs/

python3 run_classifier.py \
    --cui_data_dir=CUI_DATA_DIR \
    --output_dir=OUTPUT_DIR

Run text model

export TEXT_DATA_DIR=/path/to/text_dataset/
export OUTPUT_DIR=/path/to/outputs/

python3 run_classifier.py \
    --text_data_dir=TEXT_DATA_DIR \
    --output_dir=OUTPUT_DIR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%