margotwagner commited on
Commit
01fac9a
·
1 Parent(s): 3377ed2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -17,7 +17,9 @@ tags:
17
 
18
  <!-- Provide a quick summary of what the model is/does. -->
19
 
20
- Pretrained model on English language for text classification. Model trained from [tweet_emotion_eval](https://huggingface.co/elozano/tweet_emotion_eval) ([roberta-base](https://huggingface.co/roberta-base) fine-tuned on emotion task of [tweet_eval](https://huggingface.co/datasets/tweet_eval) dataset).
 
 
21
 
22
  ## Model Details
23
 
 
17
 
18
  <!-- Provide a quick summary of what the model is/does. -->
19
 
20
+ Pretrained model on English language for text classification. Model trained from [tweet_emotion_eval](https://huggingface.co/elozano/tweet_emotion_eval) ([roberta-base](https://huggingface.co/roberta-base) fine-tuned on emotion task of [tweet_eval](https://huggingface.co/datasets/tweet_eval) dataset) on psychotherapy text transcripts.
21
+
22
+ Given a sentence, this model provides a binary classification as either symptomatic or non-symptomatic. Here symptomatic means the sentence displays signs of anxiety and/or depression.
23
 
24
  ## Model Details
25