renegarza commited on
Commit
8d5d8ac
1 Parent(s): 9721ce9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -44,11 +44,10 @@ a significant amount of discomfort when creating and utilizing physician notes,
44
  #### Model
45
  We leveraged Google's Pegasus abstractive text summarization to generate summaries of the discharged transcriptions included in the MTSamples dataset.
46
  This was later utilized to prompt the Transformer's Masked Language Modeling(MLM) functionality to train the model to generate meaningful text with better structure and organization than the original.
47
- Additionally, Data Engineers that work with patient electronic records consistently spend an excessive amount of time parsing through the unstructured discharge notes format to accomplish their tasks.
48
- The solution will be instrumental for agents who are not directly facing patients but hold back-end roles that are also of immense importance.
49
 
50
  #### Use Cases
51
- This model allows for the efficient summarization of complexly documented doctor notes. It provides instant access to insight with proper semantic cues in place.
 
52
 
53
  #### Limitations & Future Aspirations
54
  With an increased amount of data, more deliberate results might be achieved through more training. Synthetic transcriptions could be created with GPT models to in turn train on. Also, further improvements on the model's summarization capabilities have been considered.
 
44
  #### Model
45
  We leveraged Google's Pegasus abstractive text summarization to generate summaries of the discharged transcriptions included in the MTSamples dataset.
46
  This was later utilized to prompt the Transformer's Masked Language Modeling(MLM) functionality to train the model to generate meaningful text with better structure and organization than the original.
 
 
47
 
48
  #### Use Cases
49
+ This model allows for the efficient summarization of complexly documented doctor notes. It provides instant access to insight with proper semantic cues in place. Additionally, Data Engineers that work with patient electronic records consistently spend an excessive amount of time parsing through the unstructured discharge notes format to accomplish their tasks.
50
+ The solution will be instrumental for agents who are not directly facing patients but hold back-end roles that are also of immense importance.
51
 
52
  #### Limitations & Future Aspirations
53
  With an increased amount of data, more deliberate results might be achieved through more training. Synthetic transcriptions could be created with GPT models to in turn train on. Also, further improvements on the model's summarization capabilities have been considered.