Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TADBot
|
2 |
|
3 |
## Overview
|
@@ -146,4 +158,4 @@ To deploy TADBot locally, you will need to follow these steps:
|
|
146 |
pip sync requirements.txt #if u are using pip-tools
|
147 |
pip install -r requirements.txt #if u are using pip
|
148 |
uv sync #if u are using uv
|
149 |
-
```
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- nbertagnolli/counsel-chat
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- google/gemma-2-2b-it
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- therapy
|
11 |
+
- chat-bot
|
12 |
+
---
|
13 |
# TADBot
|
14 |
|
15 |
## Overview
|
|
|
158 |
pip sync requirements.txt #if u are using pip-tools
|
159 |
pip install -r requirements.txt #if u are using pip
|
160 |
uv sync #if u are using uv
|
161 |
+
```
|