Update README.md
Browse files
README.md
CHANGED
|
@@ -3,21 +3,25 @@ language: en
|
|
| 3 |
license: mit
|
| 4 |
library_name: transformers
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
inference:
|
| 16 |
parameters:
|
| 17 |
max_new_tokens: 256
|
| 18 |
temperature: 0.7
|
| 19 |
top_p: 0.9
|
| 20 |
repetition_penalty: 1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# 🧠 CBT-Copilot
|
|
@@ -85,5 +89,4 @@ Licensed under the **MIT License**.
|
|
| 85 |
|
| 86 |
---
|
| 87 |
|
| 88 |
-
**🛠️ Model developed by [Thillai Chithambaram](https://huggingface.co/thillaic)**
|
| 89 |
-
|
|
|
|
| 3 |
license: mit
|
| 4 |
library_name: transformers
|
| 5 |
tags:
|
| 6 |
+
- llama
|
| 7 |
+
- llama-3
|
| 8 |
+
- causal-lm
|
| 9 |
+
- vllm
|
| 10 |
+
- conversational
|
| 11 |
+
- cognitive-therapy
|
| 12 |
+
- mental-health
|
| 13 |
+
- lora
|
| 14 |
+
- peft
|
| 15 |
inference:
|
| 16 |
parameters:
|
| 17 |
max_new_tokens: 256
|
| 18 |
temperature: 0.7
|
| 19 |
top_p: 0.9
|
| 20 |
repetition_penalty: 1.1
|
| 21 |
+
datasets:
|
| 22 |
+
- Lumiiree/therapod-dpo
|
| 23 |
+
base_model:
|
| 24 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 25 |
---
|
| 26 |
|
| 27 |
# 🧠 CBT-Copilot
|
|
|
|
| 89 |
|
| 90 |
---
|
| 91 |
|
| 92 |
+
**🛠️ Model developed by [Thillai Chithambaram](https://huggingface.co/thillaic)**
|
|
|