AsianZeus / Clinical-ICD10-Code-Prediction

This repository includes API to get ICD-10 codes from descriptions. The Model is a transformer based on BERT. The embeddings are being finetuned based on the following paper: https://arxiv.org/abs/1904.03323 .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clinical-ICD10-Code-Prediction

This repository includes API to get ICD-10 codes from descriptions. The Model is a transformer based on BERT. The embeddings are being finetuned based on the following paper: https://arxiv.org/abs/1904.03323 .


You can download the finetuned model from Hugging Face:

Doc

About

This repository includes API to get ICD-10 codes from descriptions. The Model is a transformer based on BERT. The embeddings are being finetuned based on the following paper: https://arxiv.org/abs/1904.03323 .

License:Apache License 2.0


Languages

Language:Python 100.0%