Update README.md
Browse files
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).
|