Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 580 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 580 Bytes

hf_course_event_prj

we use the 🤗 transformers library to fine-tune the SpanBERT/spanbert-large-cased model on the dataset ade_corpus_v2. The goal is for the fine-tuned model to perform Named Entity Recognition by identifying Adverse Drug Reactions (ADRs) as well as Drug names.
The finetune notebook for the ADR_XTRACTER model is contributed by https://github.com/jsylee, the original notebook which is used to finetune SciBERT can be find at : https://github.com/jsylee/personal-projects/blob/master/Hugging%20Face%20ADR%20Fine-Tuning/SciBERT%20ADR%20Fine-Tuning.ipynb