bkershner commited on
Commit
7c57300
1 Parent(s): af39584

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ widget:
5
  - text: "Took the pill, 12 hours later my muscles started to really hurt, then my ribs started to burn so bad I couldn't breath."
6
  ---
7
 
8
- This model takes text (narrative of reasctions to medications) as input and returns a predicted severity score for the reaction (LABEL_1 is severe reaction). Please do NOT use for medical diagnosis.
9
  Example usage:
10
  ```python
11
  import torch
 
5
  - text: "Took the pill, 12 hours later my muscles started to really hurt, then my ribs started to burn so bad I couldn't breath."
6
  ---
7
 
8
+ This model takes text (narrative of reactions to medications) as input and returns a predicted severity score for the reaction (LABEL_1 is severe reaction). Please do NOT use for medical diagnosis.
9
  Example usage:
10
  ```python
11
  import torch