Skip to content

Commit

Permalink
updated md files (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damla-Gurbaz committed Jun 1, 2023
1 parent 7b40b87 commit f70c0b0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 515 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ language: en
edition: Healthcare NLP 3.4.0
spark_version: 3.0
supported: true
recommended: true
engine: tensorflow
annotator: MedicalBertForTokenClassifier
article_header:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use_language_switcher: "Python-Scala-Java"

This model maps extracted medical entities to ICD10-CM codes using chunk embeddings (augmented with synonyms, four times richer than previous resolver). It also adds support of 7-digit codes with HCC status.

For reference: http://www.formativhealth.com/wp-content/uploads/2018/06/HCC-White-Paper.pdf

## Predicted Entities

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use_language_switcher: "Python-Scala-Java"

## Description

This model maps extracted medical entities to ICD10-CM codes using `sbiobert_base_cased_mli` Sentence Bert Embeddings, and has faster load time, with a speedup of about 6X when compared to previous versions. The load process now is more memory friendly meaning that the maximum memory required during load time is smaller, reducing the chances of OOM exceptions, and thus relaxing hardware requirements. It has been augmented with synonyms, four times richer than previous resolver. It also adds support of 7-digit codes with HCC status.For reference: http://www.formativhealth.com/wp-content/uploads/2018/06/HCC-White-Paper.pdf
This model maps extracted medical entities to ICD10-CM codes using `sbiobert_base_cased_mli` Sentence Bert Embeddings, and has faster load time, with a speedup of about 6X when compared to previous versions. The load process now is more memory friendly meaning that the maximum memory required during load time is smaller, reducing the chances of OOM exceptions, and thus relaxing hardware requirements. It has been augmented with synonyms, four times richer than previous resolver. It also adds support of 7-digit codes with HCC status.


## Predicted Entities
Expand Down
82 changes: 0 additions & 82 deletions docs/_posts/dcecchini/2023-05-29-summarizer_clinical_laymen_en.md

This file was deleted.

188 changes: 0 additions & 188 deletions docs/_posts/mellahysf/2023-05-29-ner_deid_subentity_ar.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use_language_switcher: "Python-Scala-Java"

## Description

This model maps extracted medical entities to ICD10-CM codes using `sbiobert_base_cased_mli` Sentence Bert Embeddings and it supports 7-digit codes with HCC status. It has been updated by dropping the invalid codes that exist in the previous versions. In the result, look for the `all_k_aux_labels` parameter in the metadata to get HCC status. The HCC status can be divided to get further information: `billable status`, `hcc status`, and `hcc score`. For reference: [please click here](http://www.formativhealth.com/wp-content/uploads/2018/06/HCC-White-Paper.pdf) .
This model maps extracted medical entities to ICD10-CM codes using `sbiobert_base_cased_mli` Sentence Bert Embeddings and it supports 7-digit codes with HCC status. It has been updated by dropping the invalid codes that exist in the previous versions. In the result, look for the `all_k_aux_labels` parameter in the metadata to get HCC status. The HCC status can be divided to get further information: `billable status`, `hcc status`, and `hcc score`.

## Predicted Entities

Expand Down

0 comments on commit f70c0b0

Please sign in to comment.