pohjie commited on
Commit
0afa1d3
β€’
1 Parent(s): 09bdd6d

add most common dsm5 disorders

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. top15_disorders_emb.json +0 -0
app.py CHANGED
@@ -8,7 +8,7 @@ from InstructorEmbedding import INSTRUCTOR
8
 
9
  model = INSTRUCTOR("hkunlp/instructor-large")
10
 
11
- EMBED_FILE_PATH = Path(__file__).parent / "depressive_disorders_embed.json"
12
  case_note_instruction = (
13
  "Represent the case note for a possible DSM-5 mental health diagnosis:"
14
  )
 
8
 
9
  model = INSTRUCTOR("hkunlp/instructor-large")
10
 
11
+ EMBED_FILE_PATH = Path(__file__).parent / "top15_disorders_emb.json"
12
  case_note_instruction = (
13
  "Represent the case note for a possible DSM-5 mental health diagnosis:"
14
  )
top15_disorders_emb.json ADDED
The diff for this file is too large to render. See raw diff