reachosen commited on
Commit
1d661c0
1 Parent(s): 2396519

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -11
README.md CHANGED
@@ -2,23 +2,39 @@
2
  tags:
3
  - autotrain
4
  - text-classification
 
 
 
5
  language:
6
  - en
7
  widget:
8
- - text: "The Patient is homeless"
9
- - text: "The pt misuses prescription medicine"
10
- - text: "The patient often goes hungry because they can't afford enough food"
11
- - text: "The patient's family is struggling to pay the rent and is at risk of being evicted from their apartment"
12
- - text: "The patient lives in a neighborhood with poor public transportation options"
13
- - text: "The patient was a victim of exploitation of dependency, causing them to feel taken advantage of and vulnerable"
14
- - text: "The patient's family has had to move in with relatives due to financial difficulties"
15
- - text: "The patient's insurance plan has annual limits on certain preventive care services, such as screenings and vaccines."
16
- - text: "The depression may be provoking the illness or making it more difficult to manage"
17
- - text: "Due to the language barrier, the patient is having difficulty communicating their medical history to the healthcare provider."
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```