Skip to content

ml4oncology/LLM-label-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Large Language Model Label Extractor

Extract desired labels from unlabeled clinical text (e.g. radiology reports, clinical notes, etc) by fine-tuning pretrained large language models on subset of manually labeled data.

Instructions

torchrun scripts/labeler.py \
    --csv <path to csv file> \
    --config <path to config.yaml file> \
    --label-col <name of label column> \
    --model <path to pretrained large language model> \
    [OPTIONAL args]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages