Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ language:
|
|
6 |
base_model:
|
7 |
- meta-llama/Llama-3.2-3B-Instruct
|
8 |
---
|
|
|
|
|
|
|
9 |
# Suicide and Mental Health Support LLaMA
|
10 |
|
11 |
This model is a **fine-tuned LLaMA-based** (or derivative) model designed to (1) **detect suicidal or self-harm risk** in text, and (2) **provide a short therapeutic-style reply** if suicidality is detected. We combined multiple datasets to train this model, including:
|
|
|
6 |
base_model:
|
7 |
- meta-llama/Llama-3.2-3B-Instruct
|
8 |
---
|
9 |
+
|
10 |
+
To see a detailed Notebook of our training approach: https://colab.research.google.com/drive/1vbio7VWmkpQoTnDUg32TABxxf4VcBBeY?usp=sharing
|
11 |
+
|
12 |
# Suicide and Mental Health Support LLaMA
|
13 |
|
14 |
This model is a **fine-tuned LLaMA-based** (or derivative) model designed to (1) **detect suicidal or self-harm risk** in text, and (2) **provide a short therapeutic-style reply** if suicidality is detected. We combined multiple datasets to train this model, including:
|