Transformers
Safetensors
English
Inference Endpoints
9rofe commited on
Commit
7c62472
1 Parent(s): d7dcc26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -4,6 +4,7 @@ datasets:
4
  - 9rofe/patient_handout_AAFP_reading_levels
5
  language:
6
  - en
 
7
  ---
8
 
9
  # Model Card for AI-Driven Health Literacy Simplification Model
@@ -21,12 +22,12 @@ This model simplifies complex medical texts to a 6th-grade reading level, enhanc
21
 
22
  This model uses advanced natural language processing (NLP) algorithms to translate complex medical information into a format that is accessible to individuals with a 6th-grade reading level. The goal is to improve comprehension and health outcomes for patients with low health literacy.
23
 
24
- - **Developed by:** WernickeAI
25
- - **Funded by [optional]:** [More Information Needed]
26
- - **Shared by [optional]:** [More Information Needed]
27
  - **Model type:** Text Simplification
28
  - **Language(s) (NLP):** English
29
- - **License:** [More Information Needed]
30
  - **Finetuned from model:** tiiuae/falcon-40b
31
 
32
  ## Uses
@@ -39,7 +40,7 @@ This model uses advanced natural language processing (NLP) algorithms to transla
39
 
40
  The model can be used directly to simplify patient education materials to improve accessibility and comprehension.
41
 
42
- ### Downstream Use [optional]
43
 
44
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
45
 
@@ -131,7 +132,7 @@ Utilize this prompt:
131
 
132
  ```python
133
  prompt = """
134
- <user>: Convert this text to reading level 6: {text}
135
  <assistant>:
136
  """.strip()
137
  ```
 
4
  - 9rofe/patient_handout_AAFP_reading_levels
5
  language:
6
  - en
7
+ license: cc-by-nc-3.0
8
  ---
9
 
10
  # Model Card for AI-Driven Health Literacy Simplification Model
 
22
 
23
  This model uses advanced natural language processing (NLP) algorithms to translate complex medical information into a format that is accessible to individuals with a 6th-grade reading level. The goal is to improve comprehension and health outcomes for patients with low health literacy.
24
 
25
+ - **Developed by:** Wernicke AI
26
+ - **Funded by:** ME [More Information Needed]
27
+ - **Shared by:** [More Information Needed]
28
  - **Model type:** Text Simplification
29
  - **Language(s) (NLP):** English
30
+ - **License:** Creative Commons Attribution Non-Commercial 3.0
31
  - **Finetuned from model:** tiiuae/falcon-40b
32
 
33
  ## Uses
 
40
 
41
  The model can be used directly to simplify patient education materials to improve accessibility and comprehension.
42
 
43
+ ### Downstream Use
44
 
45
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
46
 
 
132
 
133
  ```python
134
  prompt = """
135
+ <user>: Convert this text to reading level 6: {TEXT}
136
  <assistant>:
137
  """.strip()
138
  ```