abdullahmazhar51 commited on
Commit
e64236d
1 Parent(s): 2e58f17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ model = AutoModelForCausalLM.from_pretrained(
40
  trust_remote_code=True,
41
  )
42
 
43
- text = "I'm trapped in a storm of emotions that I can't control, and it feels like no one understands the chaos inside me"
44
  prompt = f"""Classify the text into Normal, Depression, Anxiety, Bipolar, and return the answer as the corresponding mental health disorder label.
45
  text: {text}
46
  label: """.strip()
 
40
  trust_remote_code=True,
41
  )
42
 
43
+ text = "I constantly worry about everything, even small things, and it's making it hard for me to focus on my work and enjoy life."
44
  prompt = f"""Classify the text into Normal, Depression, Anxiety, Bipolar, and return the answer as the corresponding mental health disorder label.
45
  text: {text}
46
  label: """.strip()