mnaylor commited on
Commit
e4cdd81
·
verified ·
1 Parent(s): 64df936

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # PsychBERT Fine-tuned to Identify Mental Health Conversations
6
+
7
+ This is a version of https://huggingface.co/mnaylor/psychbert-cased which was fine-tuned to identify text relevant to mental health discussions (e.g. depression and
8
+ anxiety). It can be loaded with the standard `AutoModelFor*` and `AutoTokenizer` classes, and its outputs are logits corresponding to mental health topics (index 1)
9
+ and all other text (index 0).