Update README.md
Browse files
README.md
CHANGED
|
@@ -2,23 +2,39 @@
|
|
| 2 |
tags:
|
| 3 |
- autotrain
|
| 4 |
- text-classification
|
|
|
|
|
|
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
widget:
|
| 8 |
-
- text:
|
| 9 |
-
- text:
|
| 10 |
-
- text:
|
| 11 |
-
- text:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
- text:
|
| 15 |
-
- text:
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
datasets:
|
| 19 |
- reachosen/autotrain-data-sdohv7
|
| 20 |
co2_eq_emissions:
|
| 21 |
emissions: 0.01134763220649804
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Model Trained Using AutoTrain
|
|
@@ -62,4 +78,4 @@ tokenizer = AutoTokenizer.from_pretrained("reachosen/autotrain-sdohv7-3701198597
|
|
| 62 |
inputs = tokenizer("The Patient is homeless", return_tensors="pt")
|
| 63 |
|
| 64 |
outputs = model(**inputs)
|
| 65 |
-
```
|
|
|
|
| 2 |
tags:
|
| 3 |
- autotrain
|
| 4 |
- text-classification
|
| 5 |
+
- healthcare
|
| 6 |
+
- sdoh
|
| 7 |
+
- social determinants of health
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
widget:
|
| 11 |
+
- text: The Patient is homeless
|
| 12 |
+
- text: The pt misuses prescription medicine
|
| 13 |
+
- text: The patient often goes hungry because they can't afford enough food
|
| 14 |
+
- text: >-
|
| 15 |
+
The patient's family is struggling to pay the rent and is at risk of being
|
| 16 |
+
evicted from their apartment
|
| 17 |
+
- text: The patient lives in a neighborhood with poor public transportation options
|
| 18 |
+
- text: >-
|
| 19 |
+
The patient was a victim of exploitation of dependency, causing them to feel
|
| 20 |
+
taken advantage of and vulnerable
|
| 21 |
+
- text: >-
|
| 22 |
+
The patient's family has had to move in with relatives due to financial
|
| 23 |
+
difficulties
|
| 24 |
+
- text: >-
|
| 25 |
+
The patient's insurance plan has annual limits on certain preventive care
|
| 26 |
+
services, such as screenings and vaccines.
|
| 27 |
+
- text: >-
|
| 28 |
+
The depression may be provoking the illness or making it more difficult to
|
| 29 |
+
manage
|
| 30 |
+
- text: >-
|
| 31 |
+
Due to the language barrier, the patient is having difficulty communicating
|
| 32 |
+
their medical history to the healthcare provider.
|
| 33 |
datasets:
|
| 34 |
- reachosen/autotrain-data-sdohv7
|
| 35 |
co2_eq_emissions:
|
| 36 |
emissions: 0.01134763220649804
|
| 37 |
+
pipeline_tag: text-classification
|
| 38 |
---
|
| 39 |
|
| 40 |
# Model Trained Using AutoTrain
|
|
|
|
| 78 |
inputs = tokenizer("The Patient is homeless", return_tensors="pt")
|
| 79 |
|
| 80 |
outputs = model(**inputs)
|
| 81 |
+
```
|